summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2020-03-05 09:12:51 -0800
committerDonald Webster2020-03-05 09:12:51 -0800
commitea78d8810ca111cc319254fb466143ce5f101a75 (patch)
treee87f755b22788988d70a571ef4502f09ec5592db /PKGBUILD
parentfb5e9b8ae1a03d9cf1f52a204e1fb9c3864e6cfe (diff)
downloadaur-python2-langdetect.tar.gz
Update to v1.0.8.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 797d99346432..e0fe90f63409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
pkgbase=python2-langdetect
_name=langdetect
pkgname=('python2-langdetect')
-pkgver=1.0.7
-pkgrel=4
+pkgver=1.0.8
+pkgrel=1
pkgdesc="Language detection library ported from Google's language-detection"
arch=('any')
url="https://github.com/Mimino666/langdetect"
license=('Apache')
makedepends=('python2-setuptools')
-source=("https://files.pythonhosted.org/packages/source/l/${_name}/${_name}-${pkgver}.zip")
-sha512sums=('7740bc8e5ea581bed69de9744a934f3e9c72910175933acb266bf25b0cb8797da6041b3d35e7c5d622a037b4c9e3d264828c2ba31bd2866fa7c36cf189e4767a')
+source=("https://files.pythonhosted.org/packages/source/l/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('beade4e33abd25364ead64c30b3631615526effa7788c50e0b2bfac454e7b69a33742780f838ddf5df5292dadf0449ea8f3a4197214d84a164cbecee76020a4d')
build() {
cd "${_name}-${pkgver}"