summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCpanBot2023-10-25 14:01:03 +0000
committerCpanBot2023-10-25 14:01:03 +0000
commitc093e8cbb79d3e49ea2bbfde353ca93c362d7fc5 (patch)
tree901a9faa49d60aa90588e6e1cf0ab7f90f96a5b1
parent7197549b5059879b33106764cd117c67d8da8e00 (diff)
downloadaur-c093e8cbb79d3e49ea2bbfde353ca93c362d7fc5.tar.gz
Converted 'Template::Plugin::Gettext' with cpan2aur2git
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba20416a610b..f90103dc2858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by makepkg 6.0.2
-# Sun Jan 29 17:27:40 UTC 2023
+# Wed Oct 25 14:01:00 UTC 2023
pkgbase = perl-template-plugin-gettext
pkgdesc = Gettext Support For the Template Toolkit Version 2
- pkgver = 0.7
+ pkgver = 1.0
pkgrel = 1
url = https://metacpan.org/release/Template-Plugin-Gettext
arch = any
license = PerlArtistic
license = GPL
- depends = perl-locale-xgettext>=0
+ depends = perl-locale-xgettext>=0.7
depends = perl-module-build>=0.28
depends = perl-template-toolkit>=0
depends = perl-libintl-perl>=0
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/Template-Plugin-Gettext-0.7.tar.gz
- md5sums = 9ba14744357bfe9b6976b10489cacffb
- sha512sums = 7e6ae0b92c3114fba2f6c6531975164ed126ae7b2ee02228f57f5f511781ddea4cbcc90494832e17448f4e7484f4f42185a9ee0a0573918fe5bca6645ed2afce
+ source = http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/Template-Plugin-Gettext-1.0.tar.gz
+ md5sums = cfabfb39186b0529a0472872272fda0a
+ sha512sums = 21a591f966ff8b410c09bedd06a40315f4f2ea50c9bcd4c51bcc1960bd28e2d9a5b1d208607795bf6670bc2277f243bf9ffa450a9deb3cc6a8f813150cfba10a
pkgname = perl-template-plugin-gettext
diff --git a/PKGBUILD b/PKGBUILD
index 08a873e0f0fc..710d222f3e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: Anonymous
+# Contributor: Bence Cs <bence98@sch.bme.hu>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-template-plugin-gettext'
-pkgver='0.7'
+pkgver='1.0'
pkgrel='1'
pkgdesc="Gettext Support For the Template Toolkit Version 2"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-locale-xgettext>=0' 'perl-module-build>=0.28' 'perl-template-toolkit>=0' 'perl-libintl-perl>=0')
+depends=('perl-locale-xgettext>=0.7' 'perl-module-build>=0.28' 'perl-template-toolkit>=0' 'perl-libintl-perl>=0')
makedepends=()
url='https://metacpan.org/release/Template-Plugin-Gettext'
-source=('http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/Template-Plugin-Gettext-0.7.tar.gz')
-md5sums=('9ba14744357bfe9b6976b10489cacffb')
-sha512sums=('7e6ae0b92c3114fba2f6c6531975164ed126ae7b2ee02228f57f5f511781ddea4cbcc90494832e17448f4e7484f4f42185a9ee0a0573918fe5bca6645ed2afce')
-_distdir="Template-Plugin-Gettext-0.7"
+source=('http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/Template-Plugin-Gettext-1.0.tar.gz')
+md5sums=('cfabfb39186b0529a0472872272fda0a')
+sha512sums=('21a591f966ff8b410c09bedd06a40315f4f2ea50c9bcd4c51bcc1960bd28e2d9a5b1d208607795bf6670bc2277f243bf9ffa450a9deb3cc6a8f813150cfba10a')
+_distdir="Template-Plugin-Gettext-1.0"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \