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 2a8c7d34e9e2..3ecd755f0c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: workonfire <kolucki62@gmail.com>
pkgname=python-onigurumacffi
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Python cffi bindings for the oniguruma regex engine"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('oniguruma' 'python-cffi')
makedepends=('python-setuptools')
_pkgname=${pkgname#python-}
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('296fd0acd19bdb6af979ee02ed6795d9728f9a0845da91dc6cce7b9f2cf7ea8c')
+sha256sums=('bf126a4663976389699f7a7de8dc3a05782a960484e11f674e24a3acfe0caa9a')
build() {
cd "$srcdir/$_pkgname-$pkgver"