summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2018-07-04 13:35:27 +0200
committerCedric Girard2018-07-04 13:35:27 +0200
commit5aaa84e0d39ef5b93b571051ed60ee2c06085123 (patch)
tree701da8bcdd91ea2b3f117b1242abe0309a749b48 /PKGBUILD
parente1f45c18cb8e9117c7401f8745676b7ed0ac4086 (diff)
downloadaur-5aaa84e0d39ef5b93b571051ed60ee2c06085123.tar.gz
new upstream version 1.412
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c465b4f8bcb..93d294a3887a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_author=REHSACK
_perlmod=SQL-Statement
pkgname=perl-sql-statement
-pkgver=1.407
+pkgver=1.412
pkgrel=1
pkgdesc="SQL parsing and processing engine"
arch=('any')
@@ -14,7 +14,7 @@ depends=('perl>=5.10.0'
)
options=(!emptydirs)
source=(http://cpan.metacpan.org/authors/id/${_author:0:1}/${_author:0:2}/$_author/$_perlmod-$pkgver.tar.gz)
-md5sums=('abeedda4a2c085613cb77fb01631e5de')
+md5sums=('aa3653325bb627e32021240ff0af3b05')
build() {
cd "$srcdir/$_perlmod-$pkgver"