aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')