summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-12-10 09:15:48 -0700
committeryochananmarqos2019-12-10 09:15:48 -0700
commit49ea75bd4851e410bbde7254baf5686c105c983a (patch)
tree19cefe237da3ac068d68123fde29c44e145837fd /PKGBUILD
parentb3aa73b0dbced391b8e5e71d559500d942e34c47 (diff)
downloadaur-49ea75bd4851e410bbde7254baf5686c105c983a.tar.gz
use arch-meson wrapper
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f28e031a5b4b..77c7d12bc3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=gnome-web-shortcuts-extension-git
pkgver=r16.2d89c1e
-pkgrel=1
+pkgrel=2
pkgdesc="Adds a 'Create web link...' menu item to Nautilus, which makes it simple to create URL shortcut files in directories"
arch=('any')
url="https://gitlab.gnome.org/sthursfield/gnome-web-shortcuts-extension"
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
- meson . build --prefix /usr
+ arch-meson . build
ninja -C build
}