summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2014-08-04 18:10:35 +0200
committerJohannes Löthberg2015-06-08 12:21:09 +0200
commitbc0e9bc3a17f2e93c70b24481be7eb15afcba543 (patch)
tree556da5cab481b7eb21229146555a60f6a768b80f
parentfa14c724786a737084ae37b6da4f549636c2b611 (diff)
downloadaur-bc0e9bc3a17f2e93c70b24481be7eb15afcba543.tar.gz
Clean up PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc65160a6bcc..0d44b0248223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:11 UTC 2015
+# Mon Jun 1 13:54:12 UTC 2015
pkgbase = np1-mps-git
pkgdesc = Terminal based jukebox with playlist management
- pkgver = git
- pkgrel = 2
+ pkgver = 0.20.16.r2.gbe0c89b
+ pkgrel = 1
url = https://github.com/np1/mps
install = np1-mps-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 66fce1963f5b..2760f84845ae 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')