summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 15 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b87c804d52f..720f4ad8ca69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = perl-text-textile
pkgdesc = A humane web text generator.
- pkgver = 2.12
+ pkgver = 2.13
pkgrel = 1
- url = http://search.cpan.org/dist/Text-Textile
+ url = https://metacpan.org/release/Text-Textile
arch = any
license = PerlArtistic
license = GPL
- depends = perl
+ depends = perl>=0
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/B/BC/BCHOATE/Text-Textile-2.12.tar.gz
- md5sums = 2b4a3abc496f3c167b72fdd5549268a8
- sha512sums = 629d9b61b78fbac638d7d9959afa2621e37d34e15d96dc6751fd693b86e14031242f82cb28ae193f783c0954e0f481d407f52be03ca98f314ff3b26af8fc9cd7
+ source = http://search.cpan.org/CPAN/authors/id/B/BC/BCHOATE/Text-Textile-2.13.tar.gz
+ md5sums = b502b1cca00ff9a26295a05e48710c2b
+ sha512sums = 3803a51f21165964f4860e008124dc00e7b57279dc0be24ac90b98456776879c5269e6d25ca65980d03ca62a57c059caa1b725d48a22d628f72af390f341d605
pkgname = perl-text-textile
-
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
}