summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2019-01-28 10:19:05 +0000
committerpeippo2019-01-28 10:19:05 +0000
commitd41bbb7121940ac288ea3957e1a7943b760d682e (patch)
treee052407a55a7f4131fd3bf009d639885dbe153ee
parent3a3d310770a9e92c279dd8ea2dfbad5eee22a314 (diff)
downloadaur-d41bbb7121940ac288ea3957e1a7943b760d682e.tar.gz
python-webis-0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be8a70e1947..cba94b3b99d7 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.2
+ pkgver = 0.2.3
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/a7605691a39e83410fdc77a020c4c66d/webis-0.2.2.tar.gz
- sha256sums = 5575edbc049e31398c1efe0d6fbbf71084d6cc0b6a41beecbedee75d2d323731
+ source = https://gitlab.com/christoph.fink/python-webis/uploads/f2acc47ab0c3228d90d3b3325910a2eb/webis-0.2.3.tar.gz
+ sha256sums = 7994cf9bbd567b4449ebd3e2dcb6efcef38597231b60e0f64041fc4fb1db77cc
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index 5df849e92ea3..194c4df3139b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.2.2
+pkgver=0.2.3
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/a7605691a39e83410fdc77a020c4c66d/webis-0.2.2.tar.gz")
-sha256sums=("5575edbc049e31398c1efe0d6fbbf71084d6cc0b6a41beecbedee75d2d323731")
+source=("https://gitlab.com/christoph.fink/python-webis/uploads/f2acc47ab0c3228d90d3b3325910a2eb/webis-0.2.3.tar.gz")
+sha256sums=("7994cf9bbd567b4449ebd3e2dcb6efcef38597231b60e0f64041fc4fb1db77cc")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"