summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2020-09-09 22:34:17 +0300
committerCaleb Maclennan2020-09-09 22:34:17 +0300
commit82ec5301fbd7ea458628c176fe2be532baea4624 (patch)
treef351585342fe9ac3debfe4c055db0345e10c3889 /PKGBUILD
parent30032409016e5a590f69e5e68f2f3764c604e9d4 (diff)
downloadaur-82ec5301fbd7ea458628c176fe2be532baea4624.tar.gz
upgpkg: python-turkish-morphology 1.2.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cdf2a042d604..9472930dc40c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=python-turkish-morphology
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc='A two-level morphological analyzer for Turkish'
arch=('any')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('absl-py' 'python' 'python-protobuf')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('d78251a1b97b2df5261156b9ef2efcaaabe1e2e390887c2985b48d3cfefdb794')
+sha256sums=('e84d5e097de901bfc5d7d08bd94c2ec3a09883fdeef828c880af173435ed88a7')
build() {
cd "${pkgname#python-}-$pkgver"