Date: Wednesday, January 5, 2022 @ 17:58:46
  Author: heftig
Revision: 433458

2.5.28-1

Modified:
  libgphoto2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-01-05 17:57:07 UTC (rev 433457)
+++ PKGBUILD    2022-01-05 17:58:46 UTC (rev 433458)
@@ -5,7 +5,7 @@
 # Contributor: Damir Perisa <[email protected]>
 
 pkgname=libgphoto2
-pkgver=2.5.27
+pkgver=2.5.28
 pkgrel=1
 pkgdesc="Digital camera access library"
 url="http://www.gphoto.org/";
@@ -14,7 +14,7 @@
 depends=(libexif libjpeg gd libltdl libusb libxml2 curl)
 makedepends=(autoconf-archive git)
 provides=(libgphoto2.so)
-_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
@@ -21,7 +21,7 @@
 
 pkgver() {
   cd $pkgname
-  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() {

Reply via email to