summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2022-08-25 23:54:17 +0800
committerLetu Ren2022-08-25 23:54:17 +0800
commit7042beb97d8ef5043d8e52b1267f9e2fcff2b26a (patch)
tree1680af47460f0cfe07113a197fa8af648e3d24ce
parent036253d45d3db8d6f6d2fbdde5b02f7601bd32ab (diff)
downloadaur-7042beb97d8ef5043d8e52b1267f9e2fcff2b26a.tar.gz
upgrade to 1.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7f0be6592cc..437e201ef90d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-onigurumacffi
pkgdesc = Python cffi bindings for the oniguruma regex engine
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/asottile/onigurumacffi
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = python-onigurumacffi
makedepends = python-setuptools
depends = oniguruma
depends = python-cffi
- source = https://github.com/asottile/onigurumacffi/archive/v1.1.0.tar.gz
- md5sums = 191a556c60f4d93a42127292b16e2f98
+ source = https://github.com/asottile/onigurumacffi/archive/v1.2.0.tar.gz
+ sha256sums = 296fd0acd19bdb6af979ee02ed6795d9728f9a0845da91dc6cce7b9f2cf7ea8c
pkgname = python-onigurumacffi
-
diff --git a/PKGBUILD b/PKGBUILD
index 780a3e1842fb..2a8c7d34e9e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: workonfire <kolucki62@gmail.com>
+# Maintainer: Letu Ren <fantasquex at gmail dot com>
+# Contributor: workonfire <kolucki62@gmail.com>
-_pkgname=onigurumacffi
-pkgname=python-$_pkgname
-pkgver=1.1.0
+pkgname=python-onigurumacffi
+pkgver=1.2.0
pkgrel=1
pkgdesc="Python cffi bindings for the oniguruma regex engine"
arch=('x86_64')
@@ -10,8 +10,9 @@ url="https://github.com/asottile/onigurumacffi"
license=('MIT')
depends=('oniguruma' 'python-cffi')
makedepends=('python-setuptools')
+_pkgname=${pkgname#python-}
source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('191a556c60f4d93a42127292b16e2f98')
+sha256sums=('296fd0acd19bdb6af979ee02ed6795d9728f9a0845da91dc6cce7b9f2cf7ea8c')
build() {
cd "$srcdir/$_pkgname-$pkgver"