summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2018-04-09 12:15:31 +0530
committerAmish2018-04-09 12:15:31 +0530
commit28009a13b478117774da759bfa7cf5a2d21068b7 (patch)
tree53b5b2fb781868ac13ae1a0ca3926b38b370627c
parentcb7d366b9f7ad8882215bd5ec92623dcb845dc21 (diff)
downloadaur-28009a13b478117774da759bfa7cf5a2d21068b7.tar.gz
Update to 1.741-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b629393c233d..4843edd3be8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usermin
pkgdesc = A web-based user account administration interface
- pkgver = 1.730
+ pkgver = 1.741
pkgrel = 1
url = http://www.webmin.com/
arch = i686
@@ -54,14 +54,14 @@ pkgbase = usermin
backup = etc/usermin/usermount/config
backup = etc/logrotate.d/usermin
backup = etc/pam.d/usermin
- source = http://downloads.sourceforge.net/sourceforge/webadmin/usermin-1.730.tar.gz
+ source = http://downloads.sourceforge.net/sourceforge/webadmin/usermin-1.741.tar.gz
source = setup-pre.sh
source = setup-post.sh
source = usermin-config.tar.bz2
source = usermin.pam
source = usermin.logrotate
source = usermin.service
- sha256sums = c7fa8048c290f7507c5b61797757d45444bd3768826eade610075f948bf237c0
+ sha256sums = 3d2c74501966fa3a3795b0e9bcc47962815738fd1553782ee42221ee88026b2f
sha256sums = 366e0315307c89bb0ec10d76c22352de93b92ca556f7f7bb6e34eb1b17d26a9c
sha256sums = 17102b3583190f64fae039ca5270ae823cae90ed60fdb2dd49aba95496bff559
sha256sums = c0ff7f1dfdbe7c4265ebae5a7033d46e2a3f729f092f2c975b05ae7ef4034d6d
diff --git a/PKGBUILD b/PKGBUILD
index 36a15ff77f46..49e353e8c746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amish <contact at via dot aur>
pkgname=usermin
-pkgver=1.730
+pkgver=1.741
pkgrel=1
pkgdesc="A web-based user account administration interface"
arch=(i686 x86_64)
@@ -59,7 +59,7 @@ prepare() {
cd "$srcdir"/$pkgname-$pkgver
# remove modules that we do not support and stuff that is not needed
- rm -r caldera usermin-init usermin-daemon install-module.pl
+ rm -r usermin-init usermin-daemon install-module.pl
# remove config files for other distros, make Arch linux related additions
find . ! -name 'config-generic-linux' ! -name 'config-ALL-linux' ! -name 'config-lib.pl' -name 'config-*' -exec rm '{}' \+
@@ -91,7 +91,7 @@ package() {
}
-sha256sums=('c7fa8048c290f7507c5b61797757d45444bd3768826eade610075f948bf237c0'
+sha256sums=('3d2c74501966fa3a3795b0e9bcc47962815738fd1553782ee42221ee88026b2f'
'366e0315307c89bb0ec10d76c22352de93b92ca556f7f7bb6e34eb1b17d26a9c'
'17102b3583190f64fae039ca5270ae823cae90ed60fdb2dd49aba95496bff559'
'c0ff7f1dfdbe7c4265ebae5a7033d46e2a3f729f092f2c975b05ae7ef4034d6d'