summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2020-01-06 17:10:04 +0100
committerSimon Brulhart2020-01-06 17:10:04 +0100
commit23c9f146a005954bec2ab003dc5094b2ceb56c78 (patch)
tree32d81e5b7102a069cc05ea5c9da6557295815ba3
parente8fe5a0e5a18d4e82d30ddd550ae2875518151a9 (diff)
downloadaur-23c9f146a005954bec2ab003dc5094b2ceb56c78.tar.gz
Update to v2.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2138c5565684..fe238230bf49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 2.0.2
+ pkgver = 2.0.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.0.2.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.0.2.tar.gz
+ source = python-taxi-zebra-2.0.3.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.0.3.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = 7ce73c3491dade84eb9059b9a3ed2d012b7a9453039fc2239ffbdcfba5911e893c3f9518c837f6b6a9c0673481d501b596e931e67495b9cba8896eaa5fe06152
+ sha512sums = 729a12258437f7372f033eac08299fc758ec851ba73ef67d2294c6c1b73ed60cd8bf0d8d21ac3c2da0d52c26851ebcc6615f2a7025d2bcb88f8a3231e3ec29e9
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index 85b0c4b22da0..55a0ed5b8267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname=python-taxi-zebra
-pkgver=2.0.2
+pkgver=2.0.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=('7ce73c3491dade84eb9059b9a3ed2d012b7a9453039fc2239ffbdcfba5911e893c3f9518c837f6b6a9c0673481d501b596e931e67495b9cba8896eaa5fe06152'
+sha512sums=('729a12258437f7372f033eac08299fc758ec851ba73ef67d2294c6c1b73ed60cd8bf0d8d21ac3c2da0d52c26851ebcc6615f2a7025d2bcb88f8a3231e3ec29e9'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {