summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Schnaidt2024-04-02 17:12:07 +0200
committerAlexander Schnaidt2024-04-02 17:12:07 +0200
commit627bb82038d9bb1bf47db19c986259ec3bb0ff4e (patch)
tree64dbe842c99ca52b739d96c0a49767d93e5348c8 /PKGBUILD
parente72280997d9c462d9c7ab4050b86fdc08d614047 (diff)
downloadaur-python-overpy.tar.gz
python-overpy: 0.7 update
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"