summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2023-08-29 02:09:02 -0400
committerSean Anderson2023-08-29 02:09:02 -0400
commitfd9177dc64084cce1b21d1a7dd55203e01a632a2 (patch)
treeec20d58def5d0113f4f46aff8089d2a1624069be
parenta899ff79594b2ccc513711390b40f3d421e2e505 (diff)
downloadaur-python-find_libpython.tar.gz
Add setuptools dependency and fix arch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbad15672364..fd530b6c5599 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-find_libpython
pkgdesc = Finds the libpython associated with the current Python environment, wherever it may be hiding
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ktbarrett/find_libpython
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools-scm
depends = python
options = !emptydirs
source = https://github.com/ktbarrett/find_libpython/archive/refs/tags/v0.3.0.tar.gz
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")