summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2019-01-25 11:50:36 +0000
committerpeippo2019-01-25 11:50:36 +0000
commit3a3d310770a9e92c279dd8ea2dfbad5eee22a314 (patch)
tree45831ad6fa9d79a854e83ac74ada693d4c0e9b39
parentdd994469b292f8d73eaac3013f08b570ba74cd5b (diff)
downloadaur-3a3d310770a9e92c279dd8ea2dfbad5eee22a314.tar.gz
python-webis-0.2.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 073ddb60c00f..7be8a70e1947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = python-webis
pkgdesc = Python wrapper for the webis Twitter sentiment identification tool
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 0
url = https://gitlab.com/christoph.fink/python-webis
arch = any
license = GPLv3
- makedepends = java-environment
- makedepends = java-runtime
- makedepends = python-gitpython
makedepends = python-setuptools
depends = java-environment
depends = java-runtime
@@ -15,8 +12,8 @@ pkgbase = python-webis
depends = python-gitpython
depends = python-pandas
depends = python-pyjnius
- source = https://gitlab.com/christoph.fink/python-webis/uploads/9772ef8d4e8644679cc6f00d920b4346/webis-0.2.1.tar.gz
- sha256sums = 44f5fb55655c77a39f1a351100bc361bda88d33b6c5ab612798b7389a11f0a41
+ source = https://gitlab.com/christoph.fink/python-webis/uploads/a7605691a39e83410fdc77a020c4c66d/webis-0.2.2.tar.gz
+ sha256sums = 5575edbc049e31398c1efe0d6fbbf71084d6cc0b6a41beecbedee75d2d323731
pkgname = python-webis
diff --git a/PKGBUILD b/PKGBUILD
index d73c4618f3ea..5df849e92ea3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-webis
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=0
pkgdesc="Python wrapper for the webis Twitter sentiment identification tool"
@@ -10,9 +10,6 @@ license=("GPLv3")
arch=("any")
makedepends=(
- "java-environment"
- "java-runtime"
- "python-gitpython"
"python-setuptools"
)
depends=(
@@ -24,8 +21,8 @@ depends=(
"python-pyjnius"
)
-source=("https://gitlab.com/christoph.fink/python-webis/uploads/9772ef8d4e8644679cc6f00d920b4346/webis-0.2.1.tar.gz")
-sha256sums=("44f5fb55655c77a39f1a351100bc361bda88d33b6c5ab612798b7389a11f0a41")
+source=("https://gitlab.com/christoph.fink/python-webis/uploads/a7605691a39e83410fdc77a020c4c66d/webis-0.2.2.tar.gz")
+sha256sums=("5575edbc049e31398c1efe0d6fbbf71084d6cc0b6a41beecbedee75d2d323731")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"