Fix: owner and deps
All checks were successful
Build package / build-package (push) Successful in 29s

This commit is contained in:
2024-12-16 21:44:23 +08:00
parent c3d4e9a557
commit 2ffdbb3a84

View File

@@ -1,13 +1,13 @@
# Maintainer: Yi-Ting Shih <ytshih@it.cs.nycu.edu.tw>
pkgname=vm
pkgver=1.0.0rc3
pkgver=1.0.0rc4
pkgrel=1
pkgdesc="A QEMU VM management tool"
arch=("x86_64")
url="https://gitea.konchin.com/package/vm"
license=("Apache")
makedepends=()
depends=('jsonnet' 'qemu-base')
depends=('jsonnet' 'qemu-base' 'jq')
provides=('vm')
source=()
@@ -31,3 +31,7 @@ package() {
install -Dm755 -d "$pkgdir/var/lib/$pkgname/iso"
install -Dm755 -d "$pkgdir/var/lib/$pkgname/img"
}
post_install() {
chown -R vm:vm "/var/lib/$pkgname/"
}