summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brulhart2019-12-27 20:58:25 +0100
committerSimon Brulhart2019-12-27 20:58:25 +0100
commite872407b21718673c877d9e0c0d199e0bf28feec (patch)
tree38d4f336ea17464fb5f68e8584f1f4a34b972ea0
parent2b0743624be50877b4dfe333f448020093068bad (diff)
downloadaur-e872407b21718673c877d9e0c0d199e0bf28feec.tar.gz
Update to v2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cf2c5e8faef..cf25999cd3d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-taxi-zebra
pkgdesc = Zebra backend for Taxi
- pkgver = 1.4.6
+ pkgver = 2.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-1.4.6.tar.gz::https://github.com/sephii/taxi-zebra/archive/1.4.6.tar.gz
+ source = python-taxi-zebra-2.0.tar.gz::https://github.com/sephii/taxi-zebra/archive/2.0.tar.gz
source = https://raw.githubusercontent.com/sephii/taxi/master/LICENSE
- sha512sums = 18fb0d3a4ad9ca6418e4fde8eeb88e814eedd46babbe3261f34017fcf0819599ba9152630df57cb4358dfa040f343f484a5e91186f625cb54cd62583ff67cbc6
+ sha512sums = e6038216877b11dae99155e5248142e4f38c2980a4fc3e48ac3b74522b37f20b7f0865405e800a93612f243a051a54ca49076b3aa8337c572acc5edaf1e67145
sha512sums = 87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4
pkgname = python-taxi-zebra
diff --git a/PKGBUILD b/PKGBUILD
index 10548b610563..7c348522c9d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Brulhart <simon@brulhart.me>
-pkgname='python-taxi-zebra'
-pkgver=1.4.6
+pkgname=python-taxi-zebra
+pkgver=2.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=('18fb0d3a4ad9ca6418e4fde8eeb88e814eedd46babbe3261f34017fcf0819599ba9152630df57cb4358dfa040f343f484a5e91186f625cb54cd62583ff67cbc6'
+sha512sums=('e6038216877b11dae99155e5248142e4f38c2980a4fc3e48ac3b74522b37f20b7f0865405e800a93612f243a051a54ca49076b3aa8337c572acc5edaf1e67145'
'87e4e0e9f65b92db1a3f84823427b0870ae01675fa6e631a8c2e2d89eb12ee19d6011b4f4e74f6d4ca30868010206ef0ddd0b24a814c24b84bc41a5e68864dd4')
build() {