aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-12-07 18:21:55 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-12-07 18:22:42 +0100
commit63824a5f75c04989e969296988a3020e395e9a2d (patch)
tree6d6e4ce1c72554482283fc0090159215fd8b0da9
parentb40298fe3b5fcb09650c6bf365a1fd85fe31d596 (diff)
community/qemu-openrc: upgrade to 0.9.0
-rw-r--r--community/qemu-openrc/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qemu-openrc/APKBUILD b/community/qemu-openrc/APKBUILD
index 3ed70836265..4db86eb9945 100644
--- a/community/qemu-openrc/APKBUILD
+++ b/community/qemu-openrc/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=qemu-openrc
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=0
pkgdesc="OpenRC init scripts for QEMU/KVM"
url="https://github.com/jirutka/qemu-openrc"
@@ -14,7 +14,7 @@ builddir="$srcdir/$pkgname-$pkgver"
options="!check"
package() {
- PREFIX="/usr" DESTDIR="$pkgdir" ./install
+ make install DESTDIR="$pkgdir" prefix=/usr
}
-sha512sums="1b442695d4d78bf0ac2122cdd3ee6af9db214b1ad1d877f408c7c13c684af7350bdefe6f7d5222b8d26b3c2c8dcaf060eb4f12902ae1b624f0b8fb5ef4db0273 qemu-openrc-0.8.0.tar.gz"
+sha512sums="4423d3a56b85d60b89b86c366562f5afea5e278b860e0a5a82864d0afe544ea635334757bfa7cba01f784679fb64ca9b441b910b278cae68d45911c881a3f3a6 qemu-openrc-0.9.0.tar.gz"