summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Majewsky2016-05-25 21:44:23 +0200
committerStefan Majewsky2016-05-25 21:44:23 +0200
commitc5716597212f6973229d38d030ea7486636b528d (patch)
tree90fe601c46a29f5d959040e152298a503fb2f742
parentd4d0bc103c18a4562d70c2b4db4a66c9dcfe7c02 (diff)
downloadaur-c5716597212f6973229d38d030ea7486636b528d.tar.gz
v2.1-1
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
-rw-r--r--holo-users-groups.install9
3 files changed, 13 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ce8692ea80..94644f00dbc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
# Generated by mksrcinfo v8
-# Mon May 9 20:37:57 UTC 2016
+# Wed May 25 19:42:36 UTC 2016
pkgbase = holo-users-groups
pkgdesc = Holo plugin for provisioning user accounts and groups
- pkgver = 2.0.1
+ pkgver = 2.1
pkgrel = 1
url = http://holocm.org
- install = holo-users-groups.install
arch = i686
arch = x86_64
arch = armv7h
license = GPL3
makedepends = go
makedepends = perl
- depends = HOLO_API_VERSION=3
+ depends = holo>=1.2
+ depends = holo<2.0
depends = shadow
- source = https://github.com/holocm/holo-users-groups/archive/v2.0.1.tar.gz
- md5sums = b11ed7aaa0531ee55dfa289d9df9fb89
+ options = !strip
+ source = https://github.com/holocm/holo-users-groups/archive/v2.1.tar.gz
+ sha256sums = 11deb7566129eb412bcbae6e76ddb7045a7082cad6ef314a236811ed9102464e
pkgname = holo-users-groups
diff --git a/PKGBUILD b/PKGBUILD
index 52732520af69..0f3ab2f70dcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,20 @@
pkgname='holo-users-groups'
-pkgver=2.0.1
+pkgver=2.1
pkgrel=1
pkgdesc='Holo plugin for provisioning user accounts and groups'
arch=('i686' 'x86_64' 'armv7h')
url='http://holocm.org'
license=('GPL3')
depends=(
- 'HOLO_API_VERSION=3'
+ 'holo>=1.2'
+ 'holo<2.0'
'shadow'
)
makedepends=('go' 'perl')
-install='holo-users-groups.install'
source=("https://github.com/holocm/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('b11ed7aaa0531ee55dfa289d9df9fb89')
+sha256sums=('11deb7566129eb412bcbae6e76ddb7045a7082cad6ef314a236811ed9102464e')
+
+options=('!strip') # binaries are already stripped inside the Makefile
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/holo-users-groups.install b/holo-users-groups.install
deleted file mode 100644
index 0e251aa6ffa6..000000000000
--- a/holo-users-groups.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- holo apply
-}
-post_upgrade() {
- holo apply
-}
-post_remove() {
- holo apply
-}