Date: Sunday, June 21, 2020 @ 10:22:40
  Author: foutrelis
Revision: 648905

Remove quotes from pkgrel; breaks the rebuilder

Modified:
  perl-string-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-21 10:22:26 UTC (rev 648904)
+++ PKGBUILD    2020-06-21 10:22:40 UTC (rev 648905)
@@ -3,8 +3,8 @@
 # Previous Maintainer: Dirk Langer <[email protected]>
 
 pkgname='perl-string-util'
-pkgver='1.26'
-pkgrel='1'
+pkgver=1.26
+pkgrel=1
 pkgdesc="String processing utilities"
 arch=('any')
 license=('PerlArtistic' 'GPL')

Reply via email to