[arch-commits] Commit in perl-extutils-libbuilder/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 11:15:19 UTC 2017


    Date: Thursday, June 1, 2017 @ 11:15:18
  Author: foutrelis
Revision: 297213

Remove quotes around pkgrel; setconf fails to bump that

Modified:
  perl-extutils-libbuilder/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 11:14:29 UTC (rev 297212)
+++ PKGBUILD	2017-06-01 11:15:18 UTC (rev 297213)
@@ -3,8 +3,8 @@
 
 pkgname='perl-extutils-libbuilder'
 _dist="ExtUtils-LibBuilder"
-pkgver='0.08'
-pkgrel='1'
+pkgver=0.08
+pkgrel=1
 pkgdesc="A tools to build C libraries"
 arch=('any')
 license=('PerlArtistic' 'GPL')



More information about the arch-commits mailing list