summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Majewsky2016-05-25 22:00:12 +0200
committerStefan Majewsky2016-05-25 22:00:12 +0200
commit1e00b6af7fa92f29e3b1f01b1bc8cb7a538b8d96 (patch)
tree7e8a4a9f9d64bc8ecdce0bcdfbb85ece55010c9e
parentb242d32406d91d048d74b2bdf56cb7009a849ec1 (diff)
downloadaur-1e00b6af7fa92f29e3b1f01b1bc8cb7a538b8d96.tar.gz
v1.3-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
-rw-r--r--holo-run-scripts.install9
3 files changed, 8 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de442ce5b252..2a85d08ee168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Apr 10 19:37:00 UTC 2016
+# Wed May 25 19:59:25 UTC 2016
pkgbase = holo-run-scripts
pkgdesc = Holo plugin for running custom provisioning scripts
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = http://holocm.org
- install = holo-run-scripts.install
arch = any
license = GPL3
makedepends = perl
depends = HOLO_API_VERSION=3
- source = https://github.com/holocm/holo-run-scripts/archive/v1.2.tar.gz
- md5sums = 797a28048302ba8a2efbd64b542bec0b
+ source = https://github.com/holocm/holo-run-scripts/archive/v1.3.tar.gz
+ sha256sums = 695cd2513a536a3ae1f583d4687f498c0576fd5689aa8f88e023d191a4ed85e8
pkgname = holo-run-scripts
diff --git a/PKGBUILD b/PKGBUILD
index 0d88f1c1060c..1c991c92a854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='holo-run-scripts'
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc='Holo plugin for running custom provisioning scripts'
arch=('any')
url='http://holocm.org'
@@ -9,9 +9,8 @@ depends=(
'HOLO_API_VERSION=3'
)
makedepends=('perl')
-install='holo-run-scripts.install'
source=("https://github.com/holocm/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('797a28048302ba8a2efbd64b542bec0b')
+sha256sums=('695cd2513a536a3ae1f583d4687f498c0576fd5689aa8f88e023d191a4ed85e8')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -31,5 +30,4 @@ check() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make install DESTDIR="${pkgdir}"
- install -d -m0755 "${pkgdir}/usr/share/holo/run-scripts"
}
diff --git a/holo-run-scripts.install b/holo-run-scripts.install
deleted file mode 100644
index 0e251aa6ffa6..000000000000
--- a/holo-run-scripts.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- holo apply
-}
-post_upgrade() {
- holo apply
-}
-post_remove() {
- holo apply
-}