summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-04-25 08:33:01 +1000
committerMark Blakeney2023-04-25 08:33:01 +1000
commit759b1e64943bc33dcf5cee2b58cf0c45320b0e9e (patch)
tree730b274864cca5ef079ae0e819e147539c72f1d0
parentddc3a35ade7b50799c3d65b648f5e36e593f2e47 (diff)
downloadaur-759b1e64943bc33dcf5cee2b58cf0c45320b0e9e.tar.gz
Add missing dependency for python-looseversion
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed3f09c6e815..e53c08d74698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinstall
pkgdesc = Installer Tool for Python Programs
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bulletmark/pinstall
arch = any
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = pinstall
makedepends = python-installer
makedepends = python-wheel
depends = python>=3.6
+ depends = python-looseversion
source = pinstall-1.0.tar.gz::https://github.com/bulletmark/pinstall/archive/1.0.tar.gz
sha1sums = 9a23a848b9e3f658bfa8d5758e45136341b4d353
diff --git a/PKGBUILD b/PKGBUILD
index 9a8911d3a25e..7dcffd533ec4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=pinstall
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Installer Tool for Python Programs"
url="https://github.com/bulletmark/$pkgname"
license=(GPL3)
arch=(any)
-depends=("python>=3.6")
+depends=("python>=3.6" "python-looseversion")
makedepends=(python-setuptools python-build python-installer python-wheel)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha1sums=('9a23a848b9e3f658bfa8d5758e45136341b4d353')