summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2019-01-30 16:11:33 +0000
committerpeippo2019-01-30 16:11:33 +0000
commitfa862993a6e2e987ae460a15e6b20b630ee4debe (patch)
treed6122d40b7a637ddb43edeb682af395c606f333c
parentd41bbb7121940ac288ea3957e1a7943b760d682e (diff)
downloadaur-fa862993a6e2e987ae460a15e6b20b630ee4debe.tar.gz
python-webis-0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba94b3b99d7..1ee4e239af08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-webis
pkgdesc = Python wrapper for the webis Twitter sentiment identification tool
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 0
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/f2acc47ab0c3228d90d3b3325910a2eb/webis-0.2.3.tar.gz
- sha256sums = 7994cf9bbd567b4449ebd3e2dcb6efcef38597231b60e0f64041fc4fb1db77cc
+ source = https://gitlab.com/christoph.fink/python-webis/uploads/ad97174d952f8344b2bd0b37499033dd/webis-0.2.4.tar.gz
+ sha256sums = b7d4efb6ed36642724756c2268f95529e530e42893c4643b7468df805dd34f43
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index 194c4df3139b..754cb7424423 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=0
pkgdesc="Python wrapper for the webis Twitter sentiment identification tool"
@@ -21,8 +21,8 @@ depends=(
"python-pyjnius"
)
-source=("https://gitlab.com/christoph.fink/python-webis/uploads/f2acc47ab0c3228d90d3b3325910a2eb/webis-0.2.3.tar.gz")
-sha256sums=("7994cf9bbd567b4449ebd3e2dcb6efcef38597231b60e0f64041fc4fb1db77cc")
+source=("https://gitlab.com/christoph.fink/python-webis/uploads/ad97174d952f8344b2bd0b37499033dd/webis-0.2.4.tar.gz")
+sha256sums=("b7d4efb6ed36642724756c2268f95529e530e42893c4643b7468df805dd34f43")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"