summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2021-05-25 14:47:52 +0200
committerSimon Brulhart2021-05-25 14:47:52 +0200
commit64785710c5c2be166db3774097b77bc34a1ddb48 (patch)
tree4db4ea9f6b756c9126b1c97228e5cd886f1b2a74
parente0260fcf936c714f3073fb439954d557ba61eee6 (diff)
downloadaur-64785710c5c2be166db3774097b77bc34a1ddb48.tar.gz
Update to v2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d75a8f0ebfc8..67a864a8086c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 2.3.0
+ pkgver = 2.3.1
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.3.0.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.3.0.tar.gz
+ source = python-taxi-zebra-2.3.1.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.3.1.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = c8cad14441669637f7d4afa0fdd379d5322f6fc062311aa300bbee7a4e81d0312cd51314343fe9001a19ac79612b19decc0be9bad883cd2c6125555bde8d6621
+ sha512sums = ffdbd1f7fe82c2aa33c8cac713bcedb95fa219e28e53df663ebd654c6d44d8b3c88b6124cc6b3b44fca25af3b80d6bddbcad0035dcecbaf3b1f1b3db68e8ed32
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index ef879e42f950..6d8dd049a2fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname=python-taxi-zebra
-pkgver=2.3.0
+pkgver=2.3.1
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=('c8cad14441669637f7d4afa0fdd379d5322f6fc062311aa300bbee7a4e81d0312cd51314343fe9001a19ac79612b19decc0be9bad883cd2c6125555bde8d6621'
+sha512sums=('ffdbd1f7fe82c2aa33c8cac713bcedb95fa219e28e53df663ebd654c6d44d8b3c88b6124cc6b3b44fca25af3b80d6bddbcad0035dcecbaf3b1f1b3db68e8ed32'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {