summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-01-13 02:05:55 +0100
committerMichał Wojdyła2023-01-13 02:05:55 +0100
commit1ed6faa790c547e7021b6f44c5c799914d215ffb (patch)
tree83d61d286d95d7ec986a7ce0bf7499a4d0e557dc
parent7f1f7657e4aa3a4015005608ef779d0cc3c3a3da (diff)
downloadaur-1ed6faa790c547e7021b6f44c5c799914d215ffb.tar.gz
update to 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70fc2544de04..e52e8419ef53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-arabic-reshaper
pkgdesc = Reconstruct Arabic sentences to be used in applications that don't support Arabic
- pkgver = 2.1.4
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/mpcabd/python-arabic-reshaper
arch = any
license = MIT
makedepends = python-setuptools
- depends = python-future
+ depends = python
optdepends = python-fonttools
- source = https://github.com/mpcabd/python-arabic-reshaper/archive/v2.1.4.tar.gz
- md5sums = 51d62f1c872745a344cf12607666eb72
+ source = https://github.com/mpcabd/python-arabic-reshaper/archive/v3.0.0.tar.gz
+ md5sums = 98b0e1932b79b2fd990d2674d8c75b96
pkgname = python-arabic-reshaper
diff --git a/PKGBUILD b/PKGBUILD
index 69dbf65e33cc..68c3ce77753c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Andrew Steinke <rkcf@rkcf.me>
pkgname=python-arabic-reshaper
-pkgver=2.1.4
+pkgver=3.0.0
pkgrel=1
pkgdesc="Reconstruct Arabic sentences to be used in applications that don't support Arabic"
-depends=('python-future')
+depends=('python')
makedepends=('python-setuptools')
optdepends=('python-fonttools')
url="https://github.com/mpcabd/python-arabic-reshaper"
license=('MIT')
arch=('any')
source=("$url/archive/v$pkgver.tar.gz")
-md5sums=('51d62f1c872745a344cf12607666eb72')
+md5sums=('98b0e1932b79b2fd990d2674d8c75b96')
build() {
cd "$srcdir/$pkgname-$pkgver"