summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcamb2021-09-16 10:39:54 +0100
committercamb2021-09-16 10:39:54 +0100
commitda546c292bfc13b8110af439c6190f4a92762e04 (patch)
tree353ff50630357ee24392260b9dee5323093b8f0c
parentc08b958827151f429ef6e92ed427c18c3875a230 (diff)
downloadaur-da546c292bfc13b8110af439c6190f4a92762e04.tar.gz
Update version from 0.331 to 0.334
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f8361c89f4..d1a725156837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-app-cmd
pkgdesc = write command line apps with less suffering
- pkgver = 0.331
+ pkgver = 0.334
pkgrel = 1
url = https://metacpan.org/release/App-Cmd
arch = any
@@ -18,9 +18,8 @@ pkgbase = perl-app-cmd
depends = perl-sub-install>=0
depends = perl>=5.006
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-0.331.tar.gz
- md5sums = b43c07d7b4d4e2a6baf32aa92cd00b93
- sha512sums = cb5f4515417affc46e48aa0cfecc37b2856a35081f1e1a4197a1ef020de69a5d0ba19bc54be6c84f239147e8dbfb538e7b8ea760431a2d0f4b369684e4ea42c6
+ source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-0.334.tar.gz
+ md5sums = 2b9e648adae3cf7f122e824a06042197
+ sha512sums = bc45141475cc389afea4220c5197559be0e379ee7c9668e52fae9864c5747f4bd487edf44abc25a21ab5b428689b93ed7607e4fe8a8844faab248623b027288d
pkgname = perl-app-cmd
-
diff --git a/PKGBUILD b/PKGBUILD
index 337183ea4696..68c9cf146970 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-app-cmd'
-pkgver='0.331'
+pkgver='0.334'
pkgrel='1'
pkgdesc="write command line apps with less suffering"
arch=('any')
@@ -15,8 +15,8 @@ makedepends=()
checkdepends=('perl-test-fatal>=0')
url='https://metacpan.org/release/App-Cmd'
source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-$pkgver.tar.gz")
-md5sums=('b43c07d7b4d4e2a6baf32aa92cd00b93')
-sha512sums=('cb5f4515417affc46e48aa0cfecc37b2856a35081f1e1a4197a1ef020de69a5d0ba19bc54be6c84f239147e8dbfb538e7b8ea760431a2d0f4b369684e4ea42c6')
+md5sums=('2b9e648adae3cf7f122e824a06042197')
+sha512sums=('bc45141475cc389afea4220c5197559be0e379ee7c9668e52fae9864c5747f4bd487edf44abc25a21ab5b428689b93ed7607e4fe8a8844faab248623b027288d')
_distdir="App-Cmd-$pkgver"
build() {