summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2023-11-06 23:41:24 +0100
committerPopolon2023-11-06 23:41:24 +0100
commit095c3968f172f9e3a5997513f35ef313d1db9296 (patch)
treee5d7a4ff26420b3c5808a77c9ece4d6c363d7b4e /PKGBUILD
parenta0f587183d837ac3222687f03f0cabc6cc8554f8 (diff)
downloadaur-python-osmapi.tar.gz
upgrade to 4.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e79cd46a2f19..20c38429bb74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,9 @@
+# Maintainer: popolon <popolon at popolon.org>
+# Contributor: Eric Mikulin
+
_name=osmapi
pkgname=python-osmapi
-pkgver=1.2.2
+pkgver=4.0.0
pkgrel=1
pkgdesc='Python wrapper for the OSM API'
arch=(any)
@@ -9,7 +12,7 @@ license=(GPL)
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f80749c3bf414138c82790da2179519b63d60ce7146d471ba6c651307f5b77f1')
+sha256sums=('f2a65d5ae9d4b582393f858e6d9b75f83183689a0678f85251d72bd6cb36c144')
package() {
cd "$srcdir/$_name-$pkgver"