summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65da2f1d94a4..5301258fbe94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xflux-gui-git
pkgver=v1.2.0.r4.g23ac6af
-pkgrel=1
+pkgrel=2
pkgdesc='Better lighting for Linux. Open source GUI for xflux'
arch=(any)
url='https://justgetflux.com/linux.html'
@@ -40,4 +40,5 @@ package(){
cd "$srcdir/$_gitname"
python setup.py install --root="$pkgdir"
install -Dm755 LICENSE $pkgdir/usr/share/licenses/xflux-gui-git/LICENSE
+ rm -f "${pkgdir}/usr/share/glib-2.0/schemas/gschemas.compiled"
}