summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2017-04-20 12:24:37 +0200
committerKrzysztof AS (3ED)2017-04-20 12:24:37 +0200
commite6b508e4a0f515aa78f91bb3dd86c9d470f6ff36 (patch)
treebdf1a137c3ef5c8ee1baf8e0077a080cae432810
parentf65a13b520ccbb8263163014ce143ee30fe33514 (diff)
downloadaur-e6b508e4a0f515aa78f91bb3dd86c9d470f6ff36.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8caa46b9f2b..ccbe1381ba64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Sep 25 14:24:19 UTC 2016
+# Thu Apr 20 10:24:01 UTC 2017
pkgbase = perl-sah
pkgdesc = Schema for data structures
- pkgver = 0.9.44
+ pkgver = 0.9.45
pkgrel = 1
url = https://metacpan.org/release/Sah
arch = any
license = PerlArtistic
depends = perl-defhash
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Sah-0.9.44.tar.gz
- sha512sums = f3e017aa88cb1b50e8ccd95b02b41ec84d318091d5c5be0cc80283ce44b03fcb66384d63b0b1812a382c394af6b5c66365059e89fa52c499109813d658b2e672
+ source = https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/Sah-0.9.45.tar.gz
+ sha512sums = 18b5e585f07ebba054469a15c852c99e18b63fbfd62c6edd13e1992738f0c9132d54f9c7c6e07d96b54494d3981019954dc3bf10801a09495c810bddc836a6a0
pkgname = perl-sah
diff --git a/PKGBUILD b/PKGBUILD
index 1ffb0e8d01da..aaf05e30a4ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: 3ED <krzysztof1987 at gmail dot com>
+# Maintainer: 3ED <krzysztofas at protonmail dot com>
#
pkgname=perl-sah
-_lastauthor=P/PE/PERLANCAR
+_author=PERLANCAR
_pkgname=Sah
-pkgver=0.9.44
+pkgver=0.9.45
pkgrel=1
pkgdesc='Schema for data structures'
arch=('any')
@@ -11,8 +11,10 @@ license=('PerlArtistic')
options=('!emptydirs')
depends=('perl-defhash')
url="https://metacpan.org/release/${_pkgname}"
+
+_lastauthor=${_author:0:1}/${_author:0:2}/${_author}
source=(https://cpan.metacpan.org/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
-sha512sums=('f3e017aa88cb1b50e8ccd95b02b41ec84d318091d5c5be0cc80283ce44b03fcb66384d63b0b1812a382c394af6b5c66365059e89fa52c499109813d658b2e672')
+sha512sums=('18b5e585f07ebba054469a15c852c99e18b63fbfd62c6edd13e1992738f0c9132d54f9c7c6e07d96b54494d3981019954dc3bf10801a09495c810bddc836a6a0')
build() {
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \