summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulosa2024-03-29 11:22:14 +0300
committerNebulosa2024-03-29 11:22:14 +0300
commit3280bf63f35b02fe678cacfa11110536b7c37c78 (patch)
treed6b3197e0dcf6d3255b0de538e29772090f27681
parentad26c7556b8079420a99004f36653db1c26ca11e (diff)
downloadaur-3280bf63f35b02fe678cacfa11110536b7c37c78.tar.gz
Add quotes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c8ad5020825..e9bf7ad7ba3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gsconnect-git
pkgdesc = KDE Connect implementation. GSConnect CLI usage without Gnome environment
- pkgver = 56.r15.g43594cc
- pkgrel = 4
+ pkgver = 56.r23.gcce2e9e
+ pkgrel = 1
url = https://github.com/GSConnect/gnome-shell-extension-gsconnect
arch = any
license = GPL-2.0-or-later OR MPL-2.0
diff --git a/PKGBUILD b/PKGBUILD
index aaa401139e97..22587499b7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nebulosa <nebulosa2007-at-yandex-dot-ru>
pkgname=gsconnect-git
-pkgver=56.r15.g43594cc
-pkgrel=4
+pkgver=56.r23.gcce2e9e
+pkgrel=1
pkgdesc="KDE Connect implementation. GSConnect CLI usage without Gnome environment"
arch=(any)
url="https://github.com/GSConnect/gnome-shell-extension-${pkgname%-git}"
@@ -34,9 +34,9 @@ build() {
}
package() {
- DESTDIR=$pkgdir meson install -C build
- install -Dm644 ${pkgname%-git}.service -t $pkgdir/usr/lib/systemd/user/
- install -d $pkgdir/usr/bin/
- ln -s /usr/share/gnome-shell/extensions/${pkgname%-git}@andyholmes.github.io/service/daemon.js $pkgdir/usr/bin/${pkgname%-git}
- ln -s /usr/share/gnome-shell/extensions/${pkgname%-git}@andyholmes.github.io/${pkgname%-git}-preferences $pkgdir/usr/bin/${pkgname%-git}-preferences
+ DESTDIR="$pkgdir" meson install -C build
+ install -Dm644 ${pkgname%-git}.service -t "$pkgdir"/usr/lib/systemd/user/
+ install -d "$pkgdir"/usr/bin/
+ ln -s /usr/share/gnome-shell/extensions/${pkgname%-git}@andyholmes.github.io/service/daemon.js "$pkgdir"/usr/bin/${pkgname%-git}
+ ln -s /usr/share/gnome-shell/extensions/${pkgname%-git}@andyholmes.github.io/${pkgname%-git}-preferences "$pkgdir"/usr/bin/${pkgname%-git}-preferences
}