summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD2
2 files changed, 16 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d6dca8650e..39ed645d0dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,3 +13,18 @@ pkgbase = perl-taint-util
pkgname = perl-taint-util
+pkgbase = perl-taint-util
+ pkgdesc = Perl module to test for and flip the taint flag without regex matches or eval
+ pkgver = 0.08
+ pkgrel = 2
+ url = https://metacpan.org/pod/Taint::Util
+ arch = i686
+ arch = x86_64
+ license = PerlArtistic
+ depends = perl>=5.6.2
+ options = !emptydirs
+ source = https://cpan.metacpan.org/authors/id/A/AV/AVAR/Taint-Util-0.08.tar.gz
+ md5sums = 4f081a8a6e82352741c0486784cbc23d
+
+pkgname = perl-taint-util
+
diff --git a/PKGBUILD b/PKGBUILD
index 2ce91660da28..1b52bfa72ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-taint-util
_pkgname='Taint-Util'
pkgver=0.08
-pkgrel=1
+pkgrel=2
pkgdesc="Perl module to test for and flip the taint flag without regex matches or eval"
arch=("i686" "x86_64")
url="https://metacpan.org/pod/Taint::Util"