diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-04 18:10:35 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:21:09 +0200 |
commit | bc0e9bc3a17f2e93c70b24481be7eb15afcba543 (patch) | |
tree | 556da5cab481b7eb21229146555a60f6a768b80f /PKGBUILD | |
parent | fa14c724786a737084ae37b6da4f549636c2b611 (diff) | |
download | pkgbuilds-bc0e9bc3a17f2e93c70b24481be7eb15afcba543.tar.xz |
Clean up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,17 +1,20 @@ -# Maintainer: Johannes Löthberg <johannes@kyriasis.com> - pkgname=np1-mps-git -pkgver=git -pkgrel=2 +pkgver=0.20.16.r2.gbe0c89b +pkgrel=1 + pkgdesc="Terminal based jukebox with playlist management" -arch=('any') url='https://github.com/np1/mps' +arch=('any') license=('GPL3') + depends=('python') optdepends=('mpv: Alternative to mplayer for playback' - 'mplayer: Alternative to mpv for playback') + 'mplayer: Alternative to mpv for playback') + conflicts=('np1-mps') + install=np1-mps-git.install + source=('git+https://github.com/np1/mps.git') md5sums=('SKIP') |