diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-02 22:58:50 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:09 +0200 |
commit | fa14c724786a737084ae37b6da4f549636c2b611 (patch) | |
tree | 53da867ab31071908844ed65f9b448577c260571 /PKGBUILD | |
parent | 50a3b77b925c4a7678fbc4769c3b273e8ac61d4e (diff) | |
download | pkgbuilds-fa14c724786a737084ae37b6da4f549636c2b611.tar.xz |
*mps*: Remove .install file from sources since it's not needed to be in there..
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -12,9 +12,8 @@ optdepends=('mpv: Alternative to mplayer for playback' 'mplayer: Alternative to mpv for playback') conflicts=('np1-mps') install=np1-mps-git.install -source=('git+https://github.com/np1/mps.git' 'np1-mps-git.install') -md5sums=('SKIP' - '26c08fc68ce960f1cc3a7f3f9157fa27') +source=('git+https://github.com/np1/mps.git') +md5sums=('SKIP') pkgver() { cd mps |