summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2018-08-12 20:54:38 +0200
committerMuflone2018-08-12 20:54:38 +0200
commit786f88bd1263b597ca6dd781e008b764d7c7c7d5 (patch)
treeefc09bd55f9f6a5dd38b53f904fca4ec3a65e311
parentff96c287468225f08b92833273997d234fcd7a7d (diff)
downloadaur-perl-test-subcalls.tar.gz
Updated package perl-test-subcalls 1.10-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1f183b749de..aa8b668cd916 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 12 18:51:04 UTC 2018
+# Sun Aug 12 18:54:19 UTC 2018
pkgbase = perl-test-subcalls
pkgdesc = Track the number of times subs are called
- pkgver = 1.09
- pkgrel = 2
+ pkgver = 1.10
+ pkgrel = 1
url = https://metacpan.org/release/Test-SubCalls
arch = any
license = GPL
@@ -11,8 +11,8 @@ pkgbase = perl-test-subcalls
makedepends = perl-module-install
depends = perl-hook-lexwrap
options = !emptydirs
- source = https://www.cpan.org/modules/by-module/Test/Test-SubCalls-1.09.tar.gz
- sha256sums = a334b0457da338d79be2dbb62d403701fc90f7607df840115ff45ee1e2bd6e70
+ source = https://www.cpan.org/modules/by-module/Test/Test-SubCalls-1.10.tar.gz
+ sha256sums = cbc1e9b35a05e71febc13e5ef547a31c8249899bb6011dbdc9d9ff366ddab6c2
pkgname = perl-test-subcalls
diff --git a/PKGBUILD b/PKGBUILD
index ab8f7240c5c2..30bcdcde05b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=perl-test-subcalls
_perl_namespace=Test
_perl_module=SubCalls
-pkgver=1.09
-pkgrel=2
+pkgver=1.10
+pkgrel=1
pkgdesc="Track the number of times subs are called"
arch=('any')
url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
@@ -13,7 +13,7 @@ license=('GPL' 'PerlArtistic')
depends=('perl-hook-lexwrap')
makedepends=('perl-module-install')
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('a334b0457da338d79be2dbb62d403701fc90f7607df840115ff45ee1e2bd6e70')
+sha256sums=('cbc1e9b35a05e71febc13e5ef547a31c8249899bb6011dbdc9d9ff366ddab6c2')
options=('!emptydirs')
build() {