summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2020-02-12 05:26:22 +0100
committerPellegrino Prevete2020-02-12 05:26:22 +0100
commit9d007576932a6e402311d5b84de2996d3b2d64c6 (patch)
tree02e4f1715e97be9b5b2db04ef791186ee081783d
parentc9209e887723cc1ca84dfdf57d0fe2d95ffbcef2 (diff)
downloadaur-9d007576932a6e402311d5b84de2996d3b2d64c6.tar.gz
Upgrade to 1.3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD22
2 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78407584f624..3ca31b656b26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system-config-users
pkgdesc = A graphical interface for administering users and groups
- pkgver = 1.3.5
+ pkgver = 1.3.8
pkgrel = 1
url = https://than.fedorapeople.org/system-config-users
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7d8546b24885..5017be49d323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Mantainer: Pellegrino Prevete <cGVsbGVncmlub3ByZXZldGVAZ21haWwuY29tCg== | base -d>
pkgname=system-config-users
-pkgver=1.3.5
+pkgver=1.3.8
pkgrel=1
pkgdesc='A graphical interface for administering users and groups'
arch=('i686' 'x86_64')
@@ -10,28 +10,16 @@ license=('GPL')
depends=('libselinux-python2' 'libuser' 'python2' 'python2-rpm' 'selinux-python2'
'rpm-tools' 'xdg-utils')
makedepends=()
-source=('https://than.fedorapeople.org/system-config-users/system-config-users-1.3.5.tar.bz2'
- 'python2.patch')
-sha256sums=('bec51eeb845cbbcfbbb42831b2f8b76a6ce56f30bf6ad33bee6aa4d1086a7cf2'
- '7eea5d2699b62839427c885af85633279d7db4ff2ef4867cc3b66220d59f5c0e')
-
-
-prepare() {
- SRC_PATH="${pkgname}-${pkgver}"
- cp python2.patch $SRC_PATH
- cd $SRC_PATH
- patch -Np0 -i python2.patch
-}
+source=('system-config-users::git+https://gitlab.com/tallero/system-config-users.git#commit=dabb1f8b')
+sha256sums=('SKIP')
build() {
- cd "${pkgname}-${pkgver}"
-
+ cd "${pkgname}"
make
}
package() {
- cd "${pkgname}-${pkgver}"
-
+ cd "${pkgname}"
make DESTDIR="${pkgdir}" install
}