summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Eklöf2021-03-20 14:54:21 +0100
committerDaniel Eklöf2021-03-20 14:54:21 +0100
commit73a35c371036addb327433e9d430f5926c6b0dc8 (patch)
treefde2f18b3f38eb85aac0b7533982398977305c82
parent33f0f0e330ea6f36a714da87d299fe001b4803c6 (diff)
downloadaur-73a35c371036addb327433e9d430f5926c6b0dc8.tar.gz
Install license files
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae4c18150bf..2935ef38450d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wbg
pkgdesc = Wallpaper application for wlroots based Wayland compositors
pkgver = 1.0.2
- pkgrel = 2
+ pkgrel = 3
url = https://codeberg.org/dnkl/wbg
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 77944c65e4da..f05c8e462b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Eklöf <daniel at ekloef dot se>
pkgname=wbg
pkgver=1.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Wallpaper application for wlroots based Wayland compositors"
arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/${pkgname}
@@ -21,4 +21,5 @@ build() {
package() {
cd ${pkgname}
DESTDIR="${pkgdir}/" ninja -C build install
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}