summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Schnaidt2024-04-02 17:12:07 +0200
committerAlexander Schnaidt2024-04-02 17:12:07 +0200
commit627bb82038d9bb1bf47db19c986259ec3bb0ff4e (patch)
tree64dbe842c99ca52b739d96c0a49767d93e5348c8
parente72280997d9c462d9c7ab4050b86fdc08d614047 (diff)
downloadaur-627bb82038d9bb1bf47db19c986259ec3bb0ff4e.tar.gz
python-overpy: 0.7 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e97ac9a5f7..70fd1c2de3db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-overpy
pkgdesc = Python Wrapper to access the Overpass API
- pkgver = 0.6
- pkgrel = 2
+ pkgver = 0.7
+ pkgrel = 1
url = https://github.com/DinoTools/python-overpy
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-overpy
makedepends = git
makedepends = python-pytest-runner
depends = python
- source = git+https://github.com/DinoTools/python-overpy.git#tag=0.6
- sha256sums = SKIP
+ source = git+https://github.com/DinoTools/python-overpy.git#tag=0.7
+ sha256sums = 76dbdad0d2150342a632f8e0fcc1f4524ad876f9a6fe2f1d88db6c755a0fb05c
pkgname = python-overpy
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"