summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Titz2019-11-26 15:45:23 +0100
committerJohannes Titz2019-11-26 15:45:23 +0100
commit409f3fa059d6f791b9d072e40442e3e8b9719999 (patch)
treef7bb8ffbb38cd14a4da135043a0c043acffdef66
parent64d00a0c8c47cb796f6a6450fd41df09b86a38ce (diff)
downloadaur-409f3fa059d6f791b9d072e40442e3e8b9719999.tar.gz
update to version 0.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00e94fd662f2..1542a5730b4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-bidi
pkgdesc = BIDI algorithm related functions
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.4.2
+ pkgrel = 1
url = https://github.com/MeirKriheli/python-bidi
arch = any
license = LGPL
makedepends = python-setuptools
depends = python-wheel
options = !emptydirs
- source = https://github.com/MeirKriheli/python-bidi/archive/v0.4.0.tar.gz
- md5sums = 74ec522efab0328e3471e58ab8007131
+ source = https://github.com/MeirKriheli/python-bidi/archive/v0.4.2.tar.gz
+ md5sums = 52477f00edf4dfab666988d126684f86
pkgname = python-bidi
diff --git a/PKGBUILD b/PKGBUILD
index 4f0a2c1f8fcb..d11a615e455b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Doron Behar <doron.behar@gmail.com>
+# Maintainer: Johannes Titz <johannes.titz@gmail.com>
+# Contributor: Doron Behar <doron.behar@gmail.com>
pkgname=python-bidi
_pkgname=bidi
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.4.2
+pkgrel=1
pkgdesc="BIDI algorithm related functions"
arch=('any')
makedepends=('python-setuptools')
@@ -12,7 +13,7 @@ url="https://github.com/MeirKriheli/python-bidi"
license=('LGPL')
options=(!emptydirs)
source=(https://github.com/MeirKriheli/python-bidi/archive/v${pkgver}.tar.gz)
-md5sums=('74ec522efab0328e3471e58ab8007131')
+md5sums=('52477f00edf4dfab666988d126684f86')
build() {
cd "$srcdir/$pkgname-$pkgver"