summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Majewsky2017-03-22 20:52:46 +0100
committerStefan Majewsky2017-03-22 20:52:46 +0100
commitc0960f9419a2c2467752cf11f10696be1369eefe (patch)
tree74eb2327f129cec5799d118a314a13fca21bbae6
parentc5716597212f6973229d38d030ea7486636b528d (diff)
downloadaur-c0960f9419a2c2467752cf11f10696be1369eefe.tar.gz
v2.1-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94644f00dbc3..79a6a20a71ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 25 19:42:36 UTC 2016
+# Wed Mar 22 19:52:39 UTC 2017
pkgbase = holo-users-groups
pkgdesc = Holo plugin for provisioning user accounts and groups
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = http://holocm.org
arch = i686
arch = x86_64
@@ -15,6 +15,7 @@ pkgbase = holo-users-groups
depends = holo<2.0
depends = shadow
options = !strip
+ backup = etc/holorc.d/20-users-groups
source = https://github.com/holocm/holo-users-groups/archive/v2.1.tar.gz
sha256sums = 11deb7566129eb412bcbae6e76ddb7045a7082cad6ef314a236811ed9102464e
diff --git a/PKGBUILD b/PKGBUILD
index 0f3ab2f70dcd..eac1d35601e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='holo-users-groups'
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Holo plugin for provisioning user accounts and groups'
arch=('i686' 'x86_64' 'armv7h')
url='http://holocm.org'
@@ -13,6 +13,9 @@ depends=(
makedepends=('go' 'perl')
source=("https://github.com/holocm/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('11deb7566129eb412bcbae6e76ddb7045a7082cad6ef314a236811ed9102464e')
+backup=(
+ 'etc/holorc.d/20-users-groups'
+)
options=('!strip') # binaries are already stripped inside the Makefile