summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-07-03 01:00:31 +0200
committerPellegrino Prevete2020-07-03 01:00:31 +0200
commitc74725a71036dc6a801e1bc500e8fd1ff2881b77 (patch)
tree0dbd9817e3c892453d68bf78f2492044d8fac60e
parent9d007576932a6e402311d5b84de2996d3b2d64c6 (diff)
downloadaur-c74725a71036dc6a801e1bc500e8fd1ff2881b77.tar.gz
set architecture to 'any'
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ca31b656b26..9feda42745f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,7 @@ pkgbase = system-config-users
pkgver = 1.3.8
pkgrel = 1
url = https://than.fedorapeople.org/system-config-users
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = libselinux-python2
depends = libuser
@@ -13,10 +12,8 @@ pkgbase = system-config-users
depends = selinux-python2
depends = rpm-tools
depends = xdg-utils
- source = https://than.fedorapeople.org/system-config-users/system-config-users-1.3.5.tar.bz2
- source = python2.patch
- sha256sums = bec51eeb845cbbcfbbb42831b2f8b76a6ce56f30bf6ad33bee6aa4d1086a7cf2
- sha256sums = 7eea5d2699b62839427c885af85633279d7db4ff2ef4867cc3b66220d59f5c0e
+ source = system-config-users::git+https://gitlab.com/tallero/system-config-users.git#commit=dabb1f8b
+ sha256sums = SKIP
pkgname = system-config-users
diff --git a/PKGBUILD b/PKGBUILD
index 5017be49d323..0e4220e93ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=system-config-users
pkgver=1.3.8
pkgrel=1
pkgdesc='A graphical interface for administering users and groups'
-arch=('i686' 'x86_64')
+arch=('any')
url='https://than.fedorapeople.org/system-config-users'
license=('GPL')
depends=('libselinux-python2' 'libuser' 'python2' 'python2-rpm' 'selinux-python2'