diff options
author | Christoph Fink | 2020-12-04 11:59:15 +0200 |
---|---|---|
committer | Christoph Fink | 2020-12-04 11:59:15 +0200 |
commit | b49fe38f9b5defa9fd873df0993757a0c8e1c5d2 (patch) | |
tree | fab33f729a112a9f7ee73c484003e3fdafc1cc0c | |
parent | 49be0bcb876407e71a008b6896a0188457df36cd (diff) | |
download | aur-b49fe38f9b5defa9fd873df0993757a0c8e1c5d2.tar.gz |
upgpkg: python-olxsearch 1.0.2-1
upstream release
upstream update
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |