summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-12-04 12:25:48 +0200
committerChristoph Fink2020-12-04 12:25:48 +0200
commitf0a6dcbec8a6bf2c890adf99014027c91254bb6a (patch)
treec16beba4d4e84667238eded34b98c0d0447d7c4e
parente05e8985a799d0b76aa63f1e22ee17324aee69bb (diff)
downloadaur-f0a6dcbec8a6bf2c890adf99014027c91254bb6a.tar.gz
upgpkg: python-webis 0.3.1-1
upstream release upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 068d6fb5835a..c83cd46f5c71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-webis
pkgdesc = Python wrapper for the webis Twitter sentiment identification tool
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://gitlab.com/christoph.fink/python-webis
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-webis
depends = python-gitpython
depends = python-pandas
depends = python-pyjnius
- source = https://gitlab.com/christoph.fink/python-webis/uploads/0a2fee28159936e93f62e98822ef3e9d/webis-0.3.0.tar.gz
- sha256sums = 3579aa8bfb738518646c4ad2df0ea71dacb34ddc96adf45485c68d9cf8956d5c
+ source = https://files.pythonhosted.org/packages/source/w/webis/webis-0.3.1.tar.gz
+ sha256sums = 417fd708cfbc54078e0bc678fa6c64d973a5112888c8a697931970398283f543
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index 4ef010426ff5..2c9fb37ea263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.3.0
+_name="${pkgname#python-}"
+pkgver=0.3.1
pkgrel=1
pkgdesc="Python wrapper for the webis Twitter sentiment identification tool"
@@ -21,8 +22,8 @@ depends=(
"python-pyjnius"
)
-source=("https://gitlab.com/christoph.fink/python-webis/uploads/0a2fee28159936e93f62e98822ef3e9d/webis-0.3.0.tar.gz")
-sha256sums=("3579aa8bfb738518646c4ad2df0ea71dacb34ddc96adf45485c68d9cf8956d5c")
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('417fd708cfbc54078e0bc678fa6c64d973a5112888c8a697931970398283f543')
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"