Date: Tuesday, April 25, 2023 @ 00:19:48
  Author: heftig
Revision: 475171

3.13.1-1

Modified:
  openresolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-25 00:19:31 UTC (rev 475170)
+++ PKGBUILD    2023-04-25 00:19:48 UTC (rev 475171)
@@ -2,7 +2,7 @@
 # Contributor: Ignacio Galmarino <[email protected]>
 
 pkgname=openresolv
-pkgver=3.13.0
+pkgver=3.13.1
 pkgrel=1
 pkgdesc="resolv.conf management framework (resolvconf)"
 url="https://roy.marples.name/projects/openresolv";
@@ -15,13 +15,13 @@
   systemd
 )
 backup=(etc/resolvconf.conf)
-_commit=1036bdbbbe3a773214f5b9bad2ff5dab3655f21f  # tags/openresolv-3.13.0^0
+_commit=1afa8e2c1c7bdd5362afb2cc482e85fb01cf5f6d  # tags/v3.13.1^0
 
source=("git+https://github.com/NetworkConfiguration/openresolv#commit=$_commit";)
 b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^openresolv-//;s/[^-]*-g/r&/;s/-/+/g'
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {

Reply via email to