aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2020-02-20 20:08:31 +0100
committerJakub Jirutka <jakub@jirutka.cz>2020-02-20 20:09:23 +0100
commit1ed69ff82b1bc9febd74fc0a866414e4dbee0fdb (patch)
tree1b6e55d88da5b9354d99b04b0bb61ecbebf2056c /community
parentaaa4611f40331a6ec7f0096fbbaabdc259820f91 (diff)
downloadaports-1ed69ff82b1bc9febd74fc0a866414e4dbee0fdb.tar.bz2
aports-1ed69ff82b1bc9febd74fc0a866414e4dbee0fdb.tar.xz
community/qemu-openrc: upgrade to 0.8.0
Diffstat (limited to 'community')
-rw-r--r--community/qemu-openrc/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/qemu-openrc/APKBUILD b/community/qemu-openrc/APKBUILD
index 82e99285f8..3ed7083626 100644
--- a/community/qemu-openrc/APKBUILD
+++ b/community/qemu-openrc/APKBUILD
@@ -1,22 +1,20 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=qemu-openrc
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=0
pkgdesc="OpenRC init scripts for QEMU/KVM"
url="https://github.com/jirutka/qemu-openrc"
arch="noarch"
license="MIT"
depends="qemu socat"
-makedepends=""
install="$pkgname.pre-install $pkgname.pre-upgrade"
-source="$pkgname-$pkgver.tar.gz::https://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
+source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check"
package() {
- cd "$builddir"
PREFIX="/usr" DESTDIR="$pkgdir" ./install
}
-sha512sums="c5284f5c095874a49263546d0fbb925f49a01efa9eec8102ea054a334606144dd9480ab2333f2b42d4163677000816bf9f5b6d313faf231bd4b8cc55c9ed9bc6 qemu-openrc-0.7.0.tar.gz"
+sha512sums="1b442695d4d78bf0ac2122cdd3ee6af9db214b1ad1d877f408c7c13c684af7350bdefe6f7d5222b8d26b3c2c8dcaf060eb4f12902ae1b624f0b8fb5ef4db0273 qemu-openrc-0.8.0.tar.gz"