summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2020-04-28 15:08:29 +0000
committerpeippo2020-04-28 15:08:29 +0000
commit94a1587429a14a2416ccf6db09df524359fce1f8 (patch)
treedd605cacbecdf75435f5375573cdf616d3ba70b0
parent3c9be1a5a0f4e931cf27e987b7ea0007bbac713f (diff)
downloadaur-94a1587429a14a2416ccf6db09df524359fce1f8.tar.gz
python-webis-0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c48db3be0eb..687e87d502cb 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.6
+ pkgver = 0.3.0
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/8e01d3fc920d335da218c88ef77d4ed8/webis-0.2.6.tar.gz
- sha256sums = 610824a5f440db9d15e7b2714a24babf3fbfa7b5d9680e4599ce8ff6db3ec940
+ source = https://gitlab.com/christoph.fink/python-webis/uploads/0a2fee28159936e93f62e98822ef3e9d/webis-0.3.0.tar.gz
+ sha256sums = 3579aa8bfb738518646c4ad2df0ea71dacb34ddc96adf45485c68d9cf8956d5c
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index dccc81875623..710c1d098faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.2.6
+pkgver=0.3.0
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/8e01d3fc920d335da218c88ef77d4ed8/webis-0.2.6.tar.gz")
-sha256sums=("610824a5f440db9d15e7b2714a24babf3fbfa7b5d9680e4599ce8ff6db3ec940")
+source=("https://gitlab.com/christoph.fink/python-webis/uploads/0a2fee28159936e93f62e98822ef3e9d/webis-0.3.0.tar.gz")
+sha256sums=("3579aa8bfb738518646c4ad2df0ea71dacb34ddc96adf45485c68d9cf8956d5c")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"