summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2020-01-08 09:21:08 +0100
committerSimon Brulhart2020-01-08 09:21:08 +0100
commitf6a0d2c4ed54bed7be8e5c60210fe10b8e299a53 (patch)
treea722c6574f0e1370f81586b2017a2283b514f062
parent23c9f146a005954bec2ab003dc5094b2ceb56c78 (diff)
downloadaur-f6a0d2c4ed54bed7be8e5c60210fe10b8e299a53.tar.gz
Update to v2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe238230bf49..3398e605e48b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 2.0.3
+ pkgver = 2.1.0
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.3.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.0.3.tar.gz
+ source = python-taxi-zebra-2.1.0.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.1.0.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = 729a12258437f7372f033eac08299fc758ec851ba73ef67d2294c6c1b73ed60cd8bf0d8d21ac3c2da0d52c26851ebcc6615f2a7025d2bcb88f8a3231e3ec29e9
+ sha512sums = c49dbe92117f22a92752f00974c0144df321ea1c3015861fe97dd372adf0fcc974a611147fc77401bccd6bf17442019e0728a9d2f1fcc47484f9b595752a2e23
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index 55a0ed5b8267..819957b96259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname=python-taxi-zebra
-pkgver=2.0.3
+pkgver=2.1.0
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=('729a12258437f7372f033eac08299fc758ec851ba73ef67d2294c6c1b73ed60cd8bf0d8d21ac3c2da0d52c26851ebcc6615f2a7025d2bcb88f8a3231e3ec29e9'
+sha512sums=('c49dbe92117f22a92752f00974c0144df321ea1c3015861fe97dd372adf0fcc974a611147fc77401bccd6bf17442019e0728a9d2f1fcc47484f9b595752a2e23'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {