aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:10:35 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:21:09 +0200
commitbc0e9bc3a17f2e93c70b24481be7eb15afcba543 (patch)
tree556da5cab481b7eb21229146555a60f6a768b80f /PKGBUILD
parentfa14c724786a737084ae37b6da4f549636c2b611 (diff)
downloadpkgbuilds-bc0e9bc3a17f2e93c70b24481be7eb15afcba543.tar.xz
Clean up PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 9 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66fce19..2760f84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')