summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWachid Adi Nugroho2023-05-26 08:40:42 +0700
committerWachid Adi Nugroho2023-05-26 08:40:42 +0700
commitb1a98a1bce54d0f7ab6de29aef01675aafbfeb4a (patch)
treee76afb0e982be8ebd259c97ba42c31a5790eeddd
parent348a7b6279d7895f3753a9de53ffda8e84565766 (diff)
downloadaur-b1a98a1bce54d0f7ab6de29aef01675aafbfeb4a.tar.gz
Bump version to 0.6.6.r0.gccc2224-1 and fix licenses
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fe6a4de0067..64816f385618 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maui-shell-git
pkgdesc = Maui Shell is a convergent shell for desktops, tablets, and phones.
- pkgver = 0.6.0.r0.g180d437
+ pkgver = 0.6.6.r0.gccc2224
pkgrel = 1
url = https://github.com/Nitrux/maui-shell
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = maui-shell-git
arch = armv7h
arch = aarch64
groups = maui
- license = GPL3
+ license = LGPL3
makedepends = git
makedepends = extra-cmake-modules
depends = bluedevil
diff --git a/PKGBUILD b/PKGBUILD
index 9e621af57e1c..344ccfc301a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=maui-shell
pkgname=$_pkgname-git
-pkgver=0.6.0.r0.g180d437
+pkgver=0.6.6.r0.gccc2224
pkgrel=1
pkgdesc='Maui Shell is a convergent shell for desktops, tablets, and phones.'
url='https://github.com/Nitrux/maui-shell'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
-license=(GPL3)
+license=(LGPL3)
depends=(bluedevil
cask-server-git
fontconfig
@@ -81,4 +81,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $_pkgname/LICENSE -t "${pkgdir}"/usr/share/licenses/$_pkgname
}