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

Jelle van der Waa jelle at gemini.archlinux.org
Tue Jul 20 19:20:24 UTC 2021


    Date: Tuesday, July 20, 2021 @ 19:20:23
  Author: jelle
Revision: 980511

Rebuild to become reproducible

For some reason during build the perl path was added multiple times.
This was resolved in
https://github.com/archlinux/svntogit-packages/commit/14b4244f492b77f59e2f03f6774d12615da5ec73#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a
Which was after this package was build in our repository.

Modified:
  ctemplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 19:19:55 UTC (rev 980510)
+++ PKGBUILD	2021-07-20 19:20:23 UTC (rev 980511)
@@ -6,7 +6,7 @@
 
 pkgname=ctemplate
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A library implementing a simple but powerful template language for C++'
 arch=('x86_64')
 url='https://github.com/olafvdspek/ctemplate'




More information about the arch-commits mailing list