summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2021-02-15 09:23:23 +0100
committerGuillaume Hayot2021-02-15 09:23:23 +0100
commit97d193edeeefd5eb6252fc2740273c853b5da4ed (patch)
treeae0b9227b9e72276916da8fc6c6025c1b947c51a
parent93adc5bf0ff0f759addac384a1ae0c83e3904c8d (diff)
downloadaur-97d193edeeefd5eb6252fc2740273c853b5da4ed.tar.gz
Fix not running with post-install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9653e1c01e32..9dd4a32fb38e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-gsconnect
pkgdesc = KDE Connect implementation with GNOME Shell integration
pkgver = 44
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/andyholmes/gnome-shell-extension-gsconnect
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8baa3b365b4f..d11e2f49cacf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-gsconnect
pkgver=44
-pkgrel=4
+pkgrel=5
pkgdesc="KDE Connect implementation with GNOME Shell integration"
arch=('any')
url="https://github.com/andyholmes/gnome-shell-extension-gsconnect"
@@ -20,7 +20,7 @@ sha256sums=('ff0fc637df5352f74097caa2a1ba9d97ccb49a4834c49b3070a57fb6913a5f0d')
_uuid='gsconnect@andyholmes.github.io'
build() {
- arch-meson -Dinstalled_tests=false -Dfirewalld=true -Dpost_install=false -Dgsettings_schemadir="/usr/share/gnome-shell/extensions/$_uuid/schemas" $pkgname-$pkgver build
+ arch-meson -Dinstalled_tests=false -Dfirewalld=true -Dpost_install=true -Dgsettings_schemadir="/usr/share/gnome-shell/extensions/$_uuid/schemas" $pkgname-$pkgver build
meson compile -C build
}