summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80f3732cd3b0..412bcf50d137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Schnaidt <alex.schnaidt@gmail.com>
pkgname=python-overpy
-pkgver=0.6
-pkgrel=2
+pkgver=0.7
+pkgrel=1
pkgdesc="Python Wrapper to access the Overpass API"
arch=(any)
url="https://github.com/DinoTools/python-overpy"
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools' 'git' 'python-pytest-runner')
source=(git+https://github.com/DinoTools/python-overpy.git#tag=$pkgver)
-sha256sums=('SKIP')
+sha256sums=('76dbdad0d2150342a632f8e0fcc1f4524ad876f9a6fe2f1d88db6c755a0fb05c')
buid() {
cd "$srcdir/$pkgname"