summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatheuz12102021-09-23 18:04:12 -0300
committermatheuz12102021-09-23 18:04:12 -0300
commit39786cb200ba0d747abbeba8c6e76b69d3e75168 (patch)
tree99cdad41420c568bee10d65907f0a857a58cbad0
parent43c896b2173cc85798f24d4f89f5fa7d2a6cdb43 (diff)
downloadaur-wsid-git.tar.gz
add python-setuptools into makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f001c21eb50e..2bf4ba3f300d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = wsid-git
pkgdesc = web show image directory
- pkgver = 1.0.r0.1933840
+ pkgver = 1.0.r2.2b08472
pkgrel = 1
url = https://github.com/matheuz1210/wsid
arch = any
license = GPL
makedepends = git
+ makedepends = python-setuptools
depends = python>=3.7
optdepends = python-pyqt5: for gui
source = wsid::git+https://github.com/matheuz1210/wsid
diff --git a/PKGBUILD b/PKGBUILD
index 3f4a6a183172..a685d853df0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: matheuz1210 <matheuz1210 at gmail dot com>
pkgname=wsid-git
-pkgver=1.0.r0.1933840
+pkgver=1.0.r2.2b08472
pkgrel=1
pkgdesc='web show image directory'
arch=(any)
@@ -10,7 +10,7 @@ license=(GPL)
depends=(
'python>=3.7' )
makedepends=(
- git )
+ git python-setuptools )
optdepends=(
'python-pyqt5: for gui' )
source=(