summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce9e1af2684f..026501c441b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_basename=libgphoto2
pkgname=lib32-libgphoto2
-pkgver=2.5.27
+pkgver=2.5.28
pkgrel=1
pkgdesc="Digital camera access library (32-bit)"
url="http://www.gphoto.org/"
@@ -11,7 +11,7 @@ arch=(x86_64)
license=(LGPL)
depends=(curl lib32-libexif lib32-gd lib32-libltdl lib32-libusb lib32-libxml2 libgphoto2)
makedepends=(autoconf-archive git)
-_commit=07241531bf989af945fa76f910a21c338eb353b5 # tags/libgphoto2-2_5_27-release
+_commit=7ac02fa09a92fce2eeb43f8e821ab171644835ac # tags/libgphoto2-2_5_28-release
source=("git+https://github.com/gphoto/libgphoto2#commit=$_commit")
sha256sums=('SKIP')
validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
@@ -19,7 +19,7 @@ validpgpkeys=('7C4AFD61D8AAE7570796A5172209D6902F969C95') # Marcus Meissner
pkgver() {
cd $_basename
- git describe --tags | sed 's/^libgphoto2-//;s/-release//;s/^v//;s/_/./g;s/-/+/g'
+ git describe --tags | sed 's/^libgphoto2-//;s/-release//;s/^v//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
}
prepare() {