summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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