summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-10-20 12:31:29 +0200
committerwillemw122015-10-20 12:31:29 +0200
commit838cbe8f29cb4d64866520b70eab846439502d19 (patch)
tree86d402a079a40050f652f26ffbe254d9ecec088b
parent64b1c7eb0ab503fe725ab22c4631187aeb68866f (diff)
downloadaur-838cbe8f29cb4d64866520b70eab846439502d19.tar.gz
Bump version: force recompilation against ncurses 6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3bda1d63904..efc93fc37281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v7
+# Tue Oct 20 10:31:20 UTC 2015
pkgbase = pmus-git
pkgdesc = Practical Music Search is a highly configurable, ncurses-based client for MPD
- pkgver = 0.42.r297.g3e476e9
+ pkgver = 0.42.r298.gd5a51ca
pkgrel = 1
url = https://ambientsound.github.io/pms/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f3ebfbbe7974..31984781be08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=pmus
pkgname=$_pkgname-git
-pkgver=0.42.r297.g3e476e9
+pkgver=0.42.r298.gd5a51ca
pkgrel=1
pkgdesc="Practical Music Search is a highly configurable, ncurses-based client for MPD"
arch=('i686' 'x86_64')
url="https://ambientsound.github.io/pms/"
license=('GPL')
-# boost_regex
+# Enable boost_regex
#makedepends=('boost')
#depends=('boost-libs' 'intltool' 'libmpdclient' 'ncurses')
@@ -28,7 +28,7 @@ pkgver() {
prepare() {
cd $pkgname
- # boost_regex
+ # Enable boost_regex
#sed -i 's|^./configure[ ]*$|./configure --enable-regex --prefix=/usr|' rebuild.sh
sed -i 's|^./configure[ ]*$|./configure --prefix=/usr|' rebuild.sh