summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj-waters2021-08-30 14:54:59 +0000
committerj-waters2021-08-30 14:54:59 +0000
commit2d148e60074f42172ebbd31992e0f21cc104adc5 (patch)
tree0cf51b7dcf4b69c4d5f9c9aa0424a94368a9fae9 /PKGBUILD
parent8d7528ee0bb0e63e783f44d6e0fab20749db5b0f (diff)
downloadaur-wl-delicolour-picker-git.tar.gz
Update AUR package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b111d0026e18..83cb0cf7f7ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=wl-delicolour-picker
pkgname=$_pkgname-git
-pkgver=2.0.0
+pkgver=2.0.1.r2.g74282c8
pkgrel=1
pkgdesc="A color picker for delicolour that works on wayland"
arch=('any')
@@ -23,4 +23,5 @@ package() {
cd "${srcdir}/${_pkgname}"
make -j1 DESTDIR="${pkgdir}" install
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}