summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2020-08-20 17:46:33 +0200
committerSimon Brulhart2020-08-20 17:46:33 +0200
commit6af304a1890df4ec2e13beff43452e73931fc49b (patch)
treebfae7fbd85c6f46f10b5aa9241bbc0cab78cf2de
parent1baa487179895083dac8c9841adc219edb44c252 (diff)
downloadaur-6af304a1890df4ec2e13beff43452e73931fc49b.tar.gz
Update to v2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8d25bce948..a041f277d22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 2.2.0
+ pkgver = 2.2.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.2.0.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.2.0.tar.gz
+ source = python-taxi-zebra-2.2.1.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.2.1.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = 9289efc84e6fdc324a653f921db467b7bf902c854fba219a9a8458355ebf7bcf426911636cdfcb5eae5d94ec38cab08ab5db9c384610de32b18a26eb82ecd0ce
+ sha512sums = b390016e5219a6fe037003deddb5127f26ab2916c30459e4a716ac76a3f3c1a5ee5850e675f528937d46c79ce248b225f129b4d9c345f12895967e30cfd1ea56
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index 3726d4c434c9..1bde7e5173ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
pkgname=python-taxi-zebra
-pkgver=2.2.0
+pkgver=2.2.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=('9289efc84e6fdc324a653f921db467b7bf902c854fba219a9a8458355ebf7bcf426911636cdfcb5eae5d94ec38cab08ab5db9c384610de32b18a26eb82ecd0ce'
+sha512sums=('b390016e5219a6fe037003deddb5127f26ab2916c30459e4a716ac76a3f3c1a5ee5850e675f528937d46c79ce248b225f129b4d9c345f12895967e30cfd1ea56'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {