summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWachid Adi Nugroho2023-05-26 05:44:11 +0700
committerWachid Adi Nugroho2023-05-26 05:44:11 +0700
commit9028533b0dc91c534cfb1bd5f1b1a060eb44e9f9 (patch)
tree07c0829bbf2d526b2876422ced0333bafd117d18 /PKGBUILD
parent89bcacd334c86b327b34def871b533511674c875 (diff)
downloadaur-mauikit-documents-git.tar.gz
Bump version to 1.1.0.r1.gad9185a-1 and fix licenses
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8b22d259302..3b431a836d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=mauikit-documents
pkgname=$_pkgname-git
-pkgver=1.0.1.r0.g3c5a5f8
+pkgver=1.1.0.r1.gad9185a
pkgrel=1
pkgdesc='MauiKit Documents components'
url='https://invent.kde.org/maui/mauikit-documents'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
-license=(GPL3)
+license=(BSD-2-Clause custom:CC0 LGPL)
depends=(karchive
kconfig
kcoreaddons
@@ -47,4 +47,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ install -Dm644 $_pkgname/LICENSES/* -t "${pkgdir}"/usr/share/licenses/$_pkgname
}