summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12018-09-21 02:16:07 +0800
committerChocobo12018-09-21 02:16:07 +0800
commit6f51a29e66deeb318526a5fedcd27d6dd9c0135a (patch)
treea6ebb4287b0ecd8bdaad4b1b763dbe17090870f9 /PKGBUILD
parent4b99cb2f2467a17a38fcdd4d1703e0c21effd500 (diff)
downloadaur-6f51a29e66deeb318526a5fedcd27d6dd9c0135a.tar.gz
upgpkg: libraw-git 0.19.0_Beta6.r45.g06028d0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bced887c6c3c..97c94a97c8a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libraw-git
-pkgver=0.18.7.r211.g0df5490
+pkgver=0.19.0_Beta6.r45.g06028d0
pkgrel=1
pkgdesc="A library for reading RAW files from digital cameras"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
_tag=$(git tag -l --sort -v:refname | head -n1)
_rev=$(git rev-list --count $_tag..HEAD)
_hash=$(git rev-parse --short HEAD)
- printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash"
+ printf "%s.r%s.g%s" "$_tag" "$_rev" "$_hash" | sed 's/-/_/g'
}
build() {