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:07:36 +0200 |
commit | 2aaf6d06e6d0d2d16fbbaf127eabe96ed2887fe7 (patch) | |
tree | 9091f2b3808f59a0ebee1df3929cc7bfd943a42a /PKGBUILD | |
parent | ed3104c0c929c2e0394f007bd1d70be74d04d438 (diff) | |
download | pkgbuilds-2aaf6d06e6d0d2d16fbbaf127eabe96ed2887fe7.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=('mps-youtube') install=mps-youtube-git.install -source=('git+https://github.com/np1/mps-youtube.git' 'mps-youtube-git.install') -md5sums=('SKIP' - '60f96ac1aa29a2024d2213004636bee8') +source=('git+https://github.com/np1/mps-youtube.git') +md5sums=('SKIP') pkgver() { cd mps-youtube |