summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCpanBot2024-02-04 20:47:15 +0000
committerCpanBot2024-02-04 20:47:15 +0000
commit62cd513fee127a925cb154ce198f0eacfea7390f (patch)
tree39107220d774e19af8a426f63ed9561302bc56c1 /PKGBUILD
parent48dd4dda042f5a213139079323f5728d177035f8 (diff)
downloadaur-perl-text-textile.tar.gz
Converted 'Text::Textile' with cpan2aur2git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f70a2dea8311..4ecd325bd6ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
+# Contributor: CpanBot <cpanbot at sch bme hu>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-text-textile'
-pkgver='2.12'
+pkgver='2.13'
pkgrel='1'
pkgdesc="A humane web text generator."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=('perl>=0')
makedepends=()
-url='http://search.cpan.org/dist/Text-Textile'
-source=('http://search.cpan.org/CPAN/authors/id/B/BC/BCHOATE/Text-Textile-2.12.tar.gz')
-md5sums=('2b4a3abc496f3c167b72fdd5549268a8')
-sha512sums=('629d9b61b78fbac638d7d9959afa2621e37d34e15d96dc6751fd693b86e14031242f82cb28ae193f783c0954e0f481d407f52be03ca98f314ff3b26af8fc9cd7')
-_distdir="Text-Textile-2.12"
+url='https://metacpan.org/release/Text-Textile'
+source=('http://search.cpan.org/CPAN/authors/id/B/BC/BCHOATE/Text-Textile-2.13.tar.gz')
+md5sums=('b502b1cca00ff9a26295a05e48710c2b')
+sha512sums=('3803a51f21165964f4860e008124dc00e7b57279dc0be24ac90b98456776879c5269e6d25ca65980d03ca62a57c059caa1b725d48a22d628f72af390f341d605')
+_distdir="Text-Textile-2.13"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -39,7 +39,6 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}