summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2017-11-04 16:27:57 +0100
committerMoritz Bunkus2017-11-04 16:27:57 +0100
commit88a84a2222c50604cf5255c83574dd781a30a0c3 (patch)
tree3b856bef76184d82a8e972598adfedea15db2054
parente37f539c285a42d57cfbf7d618ca134c4d40b968 (diff)
downloadaur-88a84a2222c50604cf5255c83574dd781a30a0c3.tar.gz
update to version 0.03-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0298dcd52521..04ef55a505d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Sep 28 18:54:57 UTC 2017
+# Sat Nov 4 15:27:55 UTC 2017
pkgbase = perl-context-preserve
pkgdesc = run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller
- pkgver = 0.02
- pkgrel = 2
+ pkgver = 0.03
+ pkgrel = 1
url = http://search.cpan.org/dist/Context-Preserve
arch = any
license = PerlArtistic
license = GPL
makedepends = perl-test-exception
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/E/ET/ETHER/Context-Preserve-0.02.tar.gz
- sha512sums = e5c230e38430c6ea9b7ed75e075a12454262adf1883e5ab6ada4696099e2f246d0f9b613934b4197b0529e126ea083d12d9bbe4ece5cfb82a93f913b7d70b068
+ source = https://cpan.metacpan.org/authors/id/E/ET/ETHER/Context-Preserve-0.03.tar.gz
+ sha512sums = a5f412d553ba2ded7302f594b920bd9c04021c5ec60e94939da097a0fa2de61a0b49dd864e3212eb9b3a7d5236295e1923452e81d56789ae6852c73ec3086cea
pkgname = perl-context-preserve
diff --git a/PKGBUILD b/PKGBUILD
index d1d28fec186b..781f092228f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,8 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
-# Moritz Bunkus <moritz@bunkus.org>
-
pkgname='perl-context-preserve'
-pkgver='0.02'
-pkgrel='2'
+pkgver='0.03'
+pkgrel='1'
pkgdesc="run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -12,7 +10,7 @@ options=('!emptydirs')
makedepends=('perl-test-exception')
url='http://search.cpan.org/dist/Context-Preserve'
source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Context-Preserve-${pkgver}.tar.gz")
-sha512sums=('e5c230e38430c6ea9b7ed75e075a12454262adf1883e5ab6ada4696099e2f246d0f9b613934b4197b0529e126ea083d12d9bbe4ece5cfb82a93f913b7d70b068')
+sha512sums=('a5f412d553ba2ded7302f594b920bd9c04021c5ec60e94939da097a0fa2de61a0b49dd864e3212eb9b3a7d5236295e1923452e81d56789ae6852c73ec3086cea')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \