summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4541d635b388..4963ab5da5bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=agate-sql
pkgname=python-$_pkgname
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Adds SQL read/write support to agate"
arch=('any')
@@ -17,7 +17,7 @@ depends=('python'
'python-sqlalchemy'
'python-agate')
source=("https://github.com/wireservice/agate-sql/archive/${pkgver}.tar.gz")
-sha256sums=('cbf7caff7a7cda08e1d44497885ac248f30a35b9850c8710acf08326fb974b03')
+sha256sums=('73f7ed13092a0ec18f94820290e5c372cfeea256daef53300ae168965d40a37a')
package() {
cd "$srcdir/$_pkgname-$pkgver"