[arch-commits] Commit in babl/trunk (PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Mon Sep 6 07:27:20 UTC 2021


    Date: Monday, September 6, 2021 @ 07:27:20
  Author: eworm
Revision: 423463

upgpkg: babl 0.1.88-2

Fuck svn...

Properly build from BABL_0_1_88_ (with underscore) which probably
is the final release.

Modified:
  babl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-06 07:18:48 UTC (rev 423462)
+++ PKGBUILD	2021-09-06 07:27:20 UTC (rev 423463)
@@ -2,8 +2,8 @@
 
 pkgname=babl
 _tag='9e1bfc364011d0dc49b4554ca95e53f170719702'
-pkgver=0.1.88.
-pkgrel=1
+pkgver=0.1.88
+pkgrel=2
 pkgdesc="Dynamic, any to any, pixel format conversion library"
 arch=(x86_64)
 url="https://gegl.org/babl/"
@@ -17,7 +17,7 @@
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/^BABL_//;s/_$//;s/_/./g;s/-/+/g'
 }
 
 build() {



More information about the arch-commits mailing list