summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610f5758ada2..15b25e3bce8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Zile995 <stefan.zivkovic995@gmail.com>
pkgname=booster-um-git
-pkgver=1.5.1.r0.g6581394
+pkgver=1.6.0.r0.gd1acb5b
pkgrel=1
pkgdesc="Booster UKI Manager - A simple bash script to manage UKI files generated by booster and systemd-ukify"
url="https://github.com/Zile995/booster-um"
arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
backup=(etc/booster-um.yaml)
@@ -51,7 +51,4 @@ package() {
# Install completions
install -Dm644 "completions/zsh/_${pkgname%-*}" -t "${pkgdir}/usr/share/zsh/site-functions/"
install -Dm644 "completions/bash/${pkgname%-*}" -t "${pkgdir}/usr/share/bash-completion/completions"
-
- # Install the LICENSE
- install -Dm0644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
}