summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Titz2019-11-26 15:45:23 +0100
committerJohannes Titz2019-11-26 15:45:23 +0100
commit409f3fa059d6f791b9d072e40442e3e8b9719999 (patch)
treef7bb8ffbb38cd14a4da135043a0c043acffdef66 /PKGBUILD
parent64d00a0c8c47cb796f6a6450fd41df09b86a38ce (diff)
downloadaur-409f3fa059d6f791b9d072e40442e3e8b9719999.tar.gz
update to version 0.4.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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"