summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrougnouf (Benoit Brummer)2024-04-02 01:28:19 +0200
committerTrougnouf (Benoit Brummer)2024-04-02 01:28:19 +0200
commitcb9029acaebed1ed671060778ad93fdab9df7f63 (patch)
treecb0191b6566913417d120e8ba058ddd5b8407792
parentb33dc701326afaa098b5b5678f780f3cb63ea277 (diff)
downloadaur-python-timezonefinder.tar.gz
add python-h3 dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9920d1b65ec6..6e76e684a02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-timezonefinder
pkgdesc = Fast and lightweight project for looking up the timezone for a given lat/lng
pkgver = 6.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MrMinimal64/timezonefinder
arch = any
license = MIT
- makedepends = python
makedepends = python-numpy
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-cffi
makedepends = python-poetry-core
+ depends = python-h3
source = https://github.com/jannikmi/timezonefinder/archive/refs/tags/6.5.0.tar.gz
sha256sums = d28f633c86a4affb4b47b37ef6dc3339033d705dca27817b9f2ff34027d1c773
diff --git a/PKGBUILD b/PKGBUILD
index d63a4593607c..38c1a7dbfc06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
pkgname=('python-timezonefinder')
pkgdesc="Fast and lightweight project for looking up the timezone for a given lat/lng"
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
url="https://github.com/MrMinimal64/timezonefinder"
license=('MIT')
arch=('any')
-makedepends=('python' 'python-numpy' 'python-build' 'python-installer' 'python-setuptools' 'python-cffi' 'python-poetry-core')
+depends=('python-h3')
+makedepends=('python-numpy' 'python-build' 'python-installer' 'python-setuptools' 'python-cffi' 'python-poetry-core')
source=("https://github.com/jannikmi/timezonefinder/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('d28f633c86a4affb4b47b37ef6dc3339033d705dca27817b9f2ff34027d1c773')