summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatheuz12102021-09-23 17:32:30 -0300
committermatheuz12102021-09-23 17:32:30 -0300
commitb91e7cea41d3b7b411dc92f60c4ba65f01aa82eb (patch)
treeabb43c1b8b7fc986b5c6b82e064f05d621231621
parent2492adcbe0e2d4c6cf90c294a70af40b7afa9ea4 (diff)
downloadaur-b91e7cea41d3b7b411dc92f60c4ba65f01aa82eb.tar.gz
-git +python-setuptools on makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68663dc96818..4be21d2ae8a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = wsid
pkgdesc = web show image directory
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
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-1.0.tar.gz::https://github.com/matheuz1210/wsid/archive/refs/tags/1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fbf0b8f23066..efc49ccdf158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wsid
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='web show image directory'
arch=(any)
url='https://github.com/matheuz1210/wsid'
@@ -10,7 +10,7 @@ license=(GPL)
depends=(
'python>=3.7' )
makedepends=(
- git )
+ python-setuptools )
optdepends=(
'python-pyqt5: for gui' )
source=(