summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34b0a7d905f2..bda04431a671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_author=REHSACK
_perlmod=SQL-Statement
pkgname=perl-sql-statement
-pkgver=1.412
-pkgrel=2
+pkgver=1.414
+pkgrel=1
pkgdesc="SQL parsing and processing engine"
arch=('any')
url="https://metacpan.org/release/$_perlmod"
@@ -13,8 +13,8 @@ depends=('perl>=5.10.0'
'perl-params-util>=1.00'
)
options=(!emptydirs)
-source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
-sha256sums=('65c870883379c11b53f19ead10aaac241ccc86a90bbab77f6376fe750720e5c8')
+source=(https://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
+sha256sums=('dde8bdcfa6a136eedda06519ba0f3efaec085c39db0df9c472dc0ec6cd781a49')
build() {
cd "$srcdir/$_perlmod-$pkgver"