summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHengjian Jia2021-10-14 09:52:31 +0100
committerHengjian Jia2021-10-14 09:52:31 +0100
commitbff4d484b531000883c3e37b6e8ba438b3eaa3f6 (patch)
tree1eb2f00ac8fec4d69717e7e3e2cdf45f5acaa0b5
parent74589ec40aef042125d8774b64ef68ed8a327913 (diff)
downloadaur-bff4d484b531000883c3e37b6e8ba438b3eaa3f6.tar.gz
Add python-setuptools-scm as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65077435ae0c..57da44c4c398 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-pooch
pkgdesc = Python library for fetching and caching data files
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.fatiando.org/pooch/latest/
arch = any
license = BSD 3-Clause
makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python-requests
depends = python-packaging
depends = python-appdirs
diff --git a/PKGBUILD b/PKGBUILD
index 9f152a638f62..4e6ef711b225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=python-pooch
_pkgname=pooch
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for fetching and caching data files"
arch=('any')
url="https://www.fatiando.org/pooch/latest/"
license=('BSD 3-Clause')
depends=('python-requests' 'python-packaging' 'python-appdirs')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/6d/ea/16b71f7c67d28db3c9edb366289d3024082021315f93db9ff59bd6ec419f/pooch-${pkgver}.tar.gz")
sha256sums=('57ab0c43e9c5bd81227b08b9931435d71c118cd53339cc5925123a740f40b312')