[arch-commits] Commit in java-commons-daemon/trunk (PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun Mar 6 17:43:23 UTC 2022


    Date: Sunday, March 6, 2022 @ 17:43:22
  Author: foutrelis
Revision: 439130

Adjust pkgver() for new upstream tags

Modified:
  java-commons-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-06 16:53:10 UTC (rev 439129)
+++ PKGBUILD	2022-03-06 17:43:22 UTC (rev 439130)
@@ -29,7 +29,7 @@
 
 pkgver() {
   cd commons-daemon
-  git describe --tags | sed 's/^COMMONS_DAEMON_//; s/_RC.*$//; s/_/./g'
+  git describe --tags | sed 's/^rel\/commons-daemon-//; s/_RC.*$//; s/_/./g'
 }
 
 build() {



More information about the arch-commits mailing list