summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2019-02-27 09:27:31 +0000
committerpeippo2019-02-27 09:27:31 +0000
commit3c9be1a5a0f4e931cf27e987b7ea0007bbac713f (patch)
tree805e9ae1c6dec2fc383f1e34a076cd53dee38e2b
parent99bf6c8472343ac8c6df300095a89d3159e242b8 (diff)
downloadaur-3c9be1a5a0f4e931cf27e987b7ea0007bbac713f.tar.gz
python-webis-0.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c158aacef83..5c48db3be0eb 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.5
+ pkgver = 0.2.6
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/242262572596b1d8d7a49b6fb9cb19c0/webis-0.2.5.tar.gz
- sha256sums = cf4fdbf4a832b7d498a2c6f6f31664c6008d7262e44aa8dfacd096c89c9c595a
+ source = https://gitlab.com/christoph.fink/python-webis/uploads/8e01d3fc920d335da218c88ef77d4ed8/webis-0.2.6.tar.gz
+ sha256sums = 610824a5f440db9d15e7b2714a24babf3fbfa7b5d9680e4599ce8ff6db3ec940
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index bfb637a8ab5b..dccc81875623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.2.5
+pkgver=0.2.6
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/242262572596b1d8d7a49b6fb9cb19c0/webis-0.2.5.tar.gz")
-sha256sums=("cf4fdbf4a832b7d498a2c6f6f31664c6008d7262e44aa8dfacd096c89c9c595a")
+source=("https://gitlab.com/christoph.fink/python-webis/uploads/8e01d3fc920d335da218c88ef77d4ed8/webis-0.2.6.tar.gz")
+sha256sums=("610824a5f440db9d15e7b2714a24babf3fbfa7b5d9680e4599ce8ff6db3ec940")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"