summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-12-04 11:59:15 +0200
committerChristoph Fink2020-12-04 11:59:15 +0200
commitb49fe38f9b5defa9fd873df0993757a0c8e1c5d2 (patch)
treefab33f729a112a9f7ee73c484003e3fdafc1cc0c
parent49be0bcb876407e71a008b6896a0188457df36cd (diff)
downloadaur-b49fe38f9b5defa9fd873df0993757a0c8e1c5d2.tar.gz
upgpkg: python-olxsearch 1.0.2-1
upstream release upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92fbfca794e..3874f72e7484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-olxsearch
pkgdesc = Download metadata from the OLX online market place(s)
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://gitlab.com/christoph.fink/olxsearch
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-olxsearch
depends = python-pandas
depends = python-psycopg2
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/o/olxsearch/olxsearch-1.0.1.tar.gz
- sha256sums = 2e46a2e5c847248557aeda9677887b6251dbc651b9dd36af702a5f60418b9634
+ source = https://files.pythonhosted.org/packages/source/o/olxsearch/olxsearch-1.0.2.tar.gz
+ sha256sums = 1ec78ae710a504e841977513b3a3ab2bc33b10ae1ed24a933e01a73a01892453
pkgname = python-olxsearch
diff --git a/PKGBUILD b/PKGBUILD
index 98e62212c9fa..bbc994e5dd5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-olxsearch
_name=${pkgname#python-}
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="Download metadata from the OLX online market place(s)"
@@ -23,7 +23,7 @@ depends=(
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("2e46a2e5c847248557aeda9677887b6251dbc651b9dd36af702a5f60418b9634")
+sha256sums=("1ec78ae710a504e841977513b3a3ab2bc33b10ae1ed24a933e01a73a01892453")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"