summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSean Anderson2023-08-29 02:09:02 -0400
committerSean Anderson2023-08-29 02:09:02 -0400
commitfd9177dc64084cce1b21d1a7dd55203e01a632a2 (patch)
treeec20d58def5d0113f4f46aff8089d2a1624069be /PKGBUILD
parenta899ff79594b2ccc513711390b40f3d421e2e505 (diff)
downloadaur-python-find_libpython.tar.gz
Add setuptools dependency and fix arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc505dcf4862..ef72263440b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=find_libpython
pkgname=python-$_pkgname
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Finds the libpython associated with the current Python environment, wherever it may be hiding"
arch=(any)
url="https://github.com/ktbarrett/find_libpython"
license=('MIT')
depends=('python')
-makedepends=(python-build python-installer python-wheel)
+makedepends=(python-build python-installer python-wheel python-setuptools-scm)
options=(!emptydirs)
install=
source=("https://github.com/ktbarrett/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")