summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjdn062018-01-15 18:15:58 +0100
committerjdn062018-01-15 18:15:58 +0100
commitdaeec85b1d66e298ef0800af9c708e8694b3d4ba (patch)
tree3076853cd40c6270637b744b2496113337b2a352 /PKGBUILD
parent34a9d9c676619a85c7adc093e03b645bcf33438e (diff)
downloadaur-daeec85b1d66e298ef0800af9c708e8694b3d4ba.tar.gz
Rebuild for libcdio update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af121c0b9a9..6f25df33123b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdn06 <jdn06.jdn06@outlook.fr>
pkgname=aqualung-git
_pkgname=aqualung
-pkgver=1.07g72c1ab1
+pkgver=1.0.r8.gbeec3d9
pkgrel=1
pkgdesc="High quality music player w/ gapless support"
arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@ install="${_pkgname}.install"
pkgver() {
cd "$_pkgname"
- git describe --tags | sed 's/-//g'
+ git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {