summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSledge Sulaweyo2020-01-18 12:25:48 +0100
committerSledge Sulaweyo2020-01-18 12:25:48 +0100
commit718de45b6760b483f5fe169c7f3003a16df761f7 (patch)
tree9290be8a0d8a8a01893c076a5516b431e534e41e
parent00f87d7a876d7aa717b5390b627ea09ac7791b88 (diff)
downloadaur-718de45b6760b483f5fe169c7f3003a16df761f7.tar.gz
fix missing bracket
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--opennebula.install1
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ecba549bbed..868e1b4d215a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opennebula
pkgdesc = Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)
pkgver = 5.10.1
- pkgrel = 2
+ pkgrel = 3
url = https://opennebula.org/
install = opennebula.install
changelog = ChangeLog
@@ -111,7 +111,7 @@ pkgbase = opennebula
md5sums = 2f1c73538c52324c224684072ea7877b
md5sums = e00db582c46c97d96115eef252f37b40
md5sums = 680931b4555ea25a17ea8c20b382d175
- md5sums = 2f16894c5461b00498f077c596647116
+ md5sums = 6621891a6de781d24e4395a36da2d0b0
pkgname = opennebula
diff --git a/PKGBUILD b/PKGBUILD
index 6d3f41caee67..a7fd9ce31377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=opennebula
_unstable_pkg=opennebula-unstable
pkgver=5.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="Virtual management infrastructure as a service (IaaS) toolkit for cloud computing (NOTE: Read the PKGBUILD!)"
arch=('i686' 'x86_64')
url='https://opennebula.org/'
@@ -118,7 +118,7 @@ md5sums=('3168d199782c10af07012991c2447b1a' # package
'2f1c73538c52324c224684072ea7877b' # opennebula.logrotate
'e00db582c46c97d96115eef252f37b40' # install.sh.patch
'680931b4555ea25a17ea8c20b382d175' # fix_kvm_emulator.patch
- '2f16894c5461b00498f077c596647116') # opennebula.install
+ '6621891a6de781d24e4395a36da2d0b0') # opennebula.install
prepare() {
cd "one-release-${pkgver}"
diff --git a/opennebula.install b/opennebula.install
index 771fe8a9641d..936357e2e77e 100644
--- a/opennebula.install
+++ b/opennebula.install
@@ -22,6 +22,7 @@ post_upgrade(){
printf "NOTE: This is may be an major upgrade! If you are not installing from scratch, check the compatibility guide at:\n\n\thttp://docs.opennebula.org/5.10/intro_release_notes/release_notes/compatibility.html\n\thttp://docs.opennebula.org/5.10/intro_release_notes/upgrades/index.html\n"
echo ">> To install required gems run as a local user:"
echo ">> bundler install --gemfile /usr/share/one/Gemfile"
+}
pre_remove() {
userdel oneadmin && echo ">> User 'oneadmin' has been removed."