summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2020-09-24 13:41:09 +0200
committerSimon Brulhart2020-09-24 13:41:09 +0200
commit97ec31bbe123f31594245bd2208f2ed937c1a1f8 (patch)
tree94fc61e3ae7ac7db8ddb0c6db042064dddeb6e0b
parent9d754e61f7632cd22d99a53483c026d3a9945c83 (diff)
downloadaur-97ec31bbe123f31594245bd2208f2ed937c1a1f8.tar.gz
Update to v2.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ddacb49a39..27063aad61ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/sephii/taxi-zebra
arch = any
@@ -9,9 +9,9 @@ pkgbase = python-taxi-zebra
makedepends = python-setuptools
depends = python-requests
depends = python-six
- source = python-taxi-zebra-2.2.2.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.2.2.tar.gz
+ source = python-taxi-zebra-2.2.3.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.2.3.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = e50df24f75ee9cc39871e17e5d943d9788bd02491158a09ca24e5ca6d261b39cf75e46820a9b9549c96c74ee21283d3ddc4af42b92b7cb016e78f78e477114e7
+ sha512sums = 0ff2376172a7c4132c7f1e6da96989a0f6c690d94f377b9b6f37520c7e61887bd7e1cced32774569c0a39a7cf42b31de578c47d7cd9fde317aec18bae8e03baa
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index 612a1c8ffecc..5c17ef0e66db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname=python-taxi-zebra
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="Zebra backend for Taxi"
arch=('any')
@@ -13,7 +13,7 @@ source=(
"$pkgname-$pkgver.tar.gz::https://github.com/sephii/taxi-zebra/archive/$pkgver.tar.gz"
"https://raw.githubusercontent.com/sephii/taxi/master/LICENSE"
)
-sha512sums=('e50df24f75ee9cc39871e17e5d943d9788bd02491158a09ca24e5ca6d261b39cf75e46820a9b9549c96c74ee21283d3ddc4af42b92b7cb016e78f78e477114e7'
+sha512sums=('0ff2376172a7c4132c7f1e6da96989a0f6c690d94f377b9b6f37520c7e61887bd7e1cced32774569c0a39a7cf42b31de578c47d7cd9fde317aec18bae8e03baa'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {