summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNiklas Larsson2020-04-06 14:24:52 +0200
committerNiklas Larsson2020-04-06 14:24:52 +0200
commit9d3b38e917daf6a9ed79a196ae81071c873816ae (patch)
tree900b39458e4bedc3fae4b97d10d4b179aeefe558 /PKGBUILD
parent60332dfbab4c193a0357092ee28a63c8dc0e5357 (diff)
downloadaur-9d3b38e917daf6a9ed79a196ae81071c873816ae.tar.gz
updated to version 1.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d983315d8652..08a05f999780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Harm Müller <harm[DOT]mueller[AT]gmail[DOT]com>
pkgname='perl-rex'
-pkgver='1.8.2'
+pkgver='1.9.0'
pkgrel='1'
pkgdesc="(R)?ex Deployment & Configuration Management"
arch=('any')
@@ -9,10 +9,10 @@ options=('!emptydirs')
depends=('perl-hash-merge' 'perl-net-ssh2' 'perl-libwww' 'perl-io-string' 'perl-json-xs' 'perl-list-allutils' 'perl-sort-naturally' 'perl-term-readkey' 'perl-text-glob' 'perl-xml-simple' 'perl-yaml' 'perl-net-openssh' 'perl-test-useallmodules' 'perl-io-tty' 'perl-net-sftp-foreign' 'perl-test-pod' 'perl-string-escape' 'perl-test-deep' 'perl-devel-caller' 'perl-padwalker' 'perl-json-maybexs' 'perl-data-validate-ip')
makedepends=()
url='http://www.rexify.org/'
-source=('https://cpan.metacpan.org/authors/id/F/FE/FERKI/Rex-1.8.2.tar.gz')
-md5sums=('1005cf6d044dc2f317dca67711107f73')
-sha256sums=('6baa0603da9589cd6b78abe4c80cf3b9fec57133198b4c66e8d28e8e63888738')
-_distdir="Rex-1.8.2"
+source=('https://cpan.metacpan.org/authors/id/F/FE/FERKI/Rex-1.9.0.tar.gz')
+md5sums=('d9b85435fa9877b1d21916cab2d60ace')
+sha256sums=('8890d3ab6eabe15cd81640738b59fe696be8abd2a1bc71b43ce1ef88bdfafd30')
+_distdir="Rex-1.9.0"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \