diff --git a/community/crust/APKBUILD b/community/crust/APKBUILD index c3c09ebc1fe..807ea19347f 100644 --- a/community/crust/APKBUILD +++ b/community/crust/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Milan P. Stanić pkgname=crust pkgver=0.6 -pkgrel=0 +pkgrel=1 pkgdesc="libre SCP firmware for Allwinner sunxi SoCs" url="https://github.com/crust-firmware/crust" arch="aarch64" # only needed for sunxi ARM64 SOCs @@ -29,7 +29,7 @@ build() { } package() { - install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/license/$pkgname/LICENSE.md + install -Dm644 "$builddir"/LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md } _subpackage() { diff --git a/community/topgrade/APKBUILD b/community/topgrade/APKBUILD index 01daf26fbf5..a229fba5396 100644 --- a/community/topgrade/APKBUILD +++ b/community/topgrade/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Sean McAvoy pkgname=topgrade pkgver=15.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="run upgrades of packages in OS and other package managers" url="https://github.com/topgrade-rs/topgrade" arch="all !s390x !riscv64" @@ -39,7 +39,7 @@ check() { package() { install -Dm755 target/release/topgrade "$pkgdir"/usr/bin/topgrade - install -Dm644 LICENSE "$pkgdir"/usr/share/license/topgrade/LICENSE + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/topgrade/LICENSE install -Dm644 topgrade.bash "$pkgdir"/usr/share/bash-completion/completions/topgrade install -Dm644 topgrade.fish "$pkgdir"/usr/share/fish/vendor_completions.d/topgrade.fish