summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Parnell2015-10-03 17:58:25 -0500
committerMatt Parnell2015-10-03 17:58:25 -0500
commit63b6ea6c7beb5687b0fdc2018ba1b0b4ab1b96ad (patch)
tree2890354e770fc4ff16c17cdec9ca261c1cb278be
parentece5661873df09f9364a487ccd215b4908cad228 (diff)
downloadaur-63b6ea6c7beb5687b0fdc2018ba1b0b4ab1b96ad.tar.gz
set build official so the git hash is in the version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea3cdf66aabf..ab3001d75c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nightingale-git
pkgdesc = No binaries used. Open source fork of the Songbird Media Player with updates and fixes.
- pkgver = 1e74b6f
- pkgrel = 2
+ pkgver = 4aa731d
+ pkgrel = 1
url = http://getnightingale.com/
install = nightingale.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3f63821c99ec..1de6f90cb127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Cleanup: Sam Stuewe <halosghost@archlinux.info>
# still want to build trunk? use http://sprunge.us/XARP instead
pkgname="nightingale-git"
-pkgver=1e74b6f
-pkgrel=2
+pkgver=4aa731d
+pkgrel=1
pkgdesc="No binaries used. Open source fork of the Songbird Media Player with updates and fixes."
arch=('i686' 'x86_64')
url="http://getnightingale.com/"
@@ -21,7 +21,7 @@ md5sums=('SKIP'
'7741cc247648e95dd9dad8c953616757')
pkgver() {
- cd "nightingale"
+ cd "nightingale-hacking"
git describe --always | sed 's|-|.|g'
}
@@ -30,6 +30,7 @@ prepare() {
echo 'ac_add_options --with-media-core=gstreamer-system' > "${srcdir}/nightingale-hacking/nightingale.config"
echo 'ac_add_options --with-gstreamer-1.0' >> "${srcdir}/nightingale-hacking/nightingale.config"
echo 'ac_add_options --with-taglib-source=system' >> "${srcdir}/nightingale-hacking/nightingale.config"
+ echo 'ac_add_options --enable-official' >> "${srcdir}/nightingale-hacking/nightingale.config"
}
build() {