summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrliang2017-09-05 11:32:14 -0300
committerrliang2017-09-05 11:32:14 -0300
commitabba1d84c597ad3eb0a5713ed0483001254ffe44 (patch)
tree23401d5902f990a70fca2da5ee119ea783be2798 /PKGBUILD
parente75869a913692c74a4f7d6da586f361e52066e7f (diff)
downloadaur-gnome-shell-extension-task-icons-git.tar.gz
Add gschema file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11e096fe2123..4f7008b57ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ricardo Liang <ricardoliang at gmail dot com>
pkgname=gnome-shell-extension-task-icons-git
-pkgver=r10.68ddf46
+pkgver=r23.0e3a429
pkgrel=1
pkgdesc='Adds task icons grouped by workspace to the panel.'
arch=('any')
@@ -26,6 +26,6 @@ package() {
local _extname="$(grep -Po '(?<="uuid": ")[^"]*' metadata.json)"
- install -Dm644 -t "${pkgdir}/usr/share/gnome-shell/extensions/${_extname}" *.js *.css metadata.json
+ install -Dm644 -t "${pkgdir}/usr/share/gnome-shell/extensions/${_extname}" *.js *.json gschemas.compiled
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}