summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2023-01-11 14:52:10 +0000
committerPellegrino Prevete2023-01-11 14:52:10 +0000
commit80f5e5093d9badf2fc9131be5098ff7fc9643128 (patch)
tree61165bdd335741821e3d98d2ad94b7c26b9d37c0
parenta8ba5204ab1f1313a233894d3e1b483638c33d45 (diff)
downloadaur-80f5e5093d9badf2fc9131be5098ff7fc9643128.tar.gz
add git makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f04d280a3e3..56ac7dc4ede4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = system-config-users
pkgdesc = A graphical interface for administering users and groups
pkgver = 1.3.8
- pkgrel = 2
+ pkgrel = 3
url = https://than.fedorapeople.org/system-config-users
+ arch = x86_64
arch = i686
arch = pentium4
- arch = x86_64
license = GPL
makedepends = intltool
+ makedepends = git
depends = libselinux-python2
depends = libuser
depends = pygtk
diff --git a/PKGBUILD b/PKGBUILD
index ac2d3f95cac5..99f0db1c9c8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Mantainer: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>
+# Contributor: kleintux <reg-archlinux@klein.tuxli.ch>
pkgname=system-config-users
pkgver=1.3.8
-pkgrel=2
+pkgrel=3
pkgdesc='A graphical interface for administering users and groups'
-arch=('i686' 'pentium4' 'x86_64')
+arch=('x86_64' 'i686' 'pentium4')
url='https://than.fedorapeople.org/system-config-users'
license=('GPL')
depends=('libselinux-python2'
@@ -15,7 +16,8 @@ depends=('libselinux-python2'
'rpm-tools'
'selinux-python2'
'xdg-utils')
-makedepends=('intltool')
+makedepends=('intltool'
+ 'git')
source=('system-config-users::git+https://gitlab.com/tallero/system-config-users.git#commit=dabb1f8b')
sha256sums=('SKIP')