summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkkl24012017-05-27 09:58:06 +0200
committerkkl24012017-05-27 09:58:06 +0200
commit870ed21405c542b998f1bfc919aa0b0117573f23 (patch)
tree0ef1b623f88ba76d4f342ed137ed8842c2c223c5
parentf9c894b148ce82e1321e2169b304116118c2b8d9 (diff)
downloadaur-870ed21405c542b998f1bfc919aa0b0117573f23.tar.gz
Update dependencies
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5466564b259..08805d609989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
+# Generated by mksrcinfo v8
+# Sat May 27 07:57:27 UTC 2017
pkgbase = perl-universal-does
pkgdesc = Provides UNIVERSAL::DOES() method for older perls
pkgver = 0.005
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/~gfuji/UNIVERSAL-DOES/
arch = any
license = GPL
license = PerlArtistic
depends = perl
+ depends = perl-module-build
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/UNIVERSAL-DOES-0.005.tar.gz
- md5sums = a621145924f1fbf48d63a8ae59e9203f
+ sha512sums = 27b22babf6a853211f3aba0f635bc222c6c421b50f1d126712c059590745ecece631382d0fecbfa8f44a85ea6cf93af548d87386ec0eb3145f67dd87550b1c65
pkgname = perl-universal-does
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..32f0ae164510
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 558d48eeaf02..f1171847e255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_perlmod=UNIVERSAL-DOES
pkgname=perl-universal-does
pkgver=0.005
-pkgrel=1
+pkgrel=2
pkgdesc="Provides UNIVERSAL::DOES() method for older perls"
arch=("any")
url="http://search.cpan.org/~gfuji/$_perlmod/"
license=('GPL' 'PerlArtistic')
groups=()
-depends=('perl')
+depends=('perl' 'perl-module-build')
makedepends=()
provides=()
conflicts=()
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=(http://search.cpan.org/CPAN/authors/id/G/GF/GFUJI/$_perlmod-$pkgver.tar.gz)
-md5sums=('a621145924f1fbf48d63a8ae59e9203f')
+sha512sums=('27b22babf6a853211f3aba0f635bc222c6c421b50f1d126712c059590745ecece631382d0fecbfa8f44a85ea6cf93af548d87386ec0eb3145f67dd87550b1c65')
build() {
cd "$srcdir/$_perlmod-$pkgver"