summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2021-12-15 20:44:56 +0100
committerSebastian Wiesner2021-12-15 20:44:56 +0100
commitd822fef1a03afbe086ca611f22a590cf8df55366 (patch)
tree22ecb888fe4eccb7da9ff84940789a2085d12eaa
parent8f0cba28435263e6f75aaea3a57ec4536362e876 (diff)
downloadaur-d822fef1a03afbe086ca611f22a590cf8df55366.tar.gz
upgpkg: gnome-search-providers-vscode 1.6.0-2
Ignore warnings during build
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 659441ded045..7421f6806b34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-search-providers-vscode
pkgdesc = Add VSCode workspaces to Gnome search
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lunaryorn/gnome-search-providers-vscode
arch = x86_64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index 8a164b29ea4f..1e16181585cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-search-providers-vscode
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Add VSCode workspaces to Gnome search"
arch=('x86_64')
url="https://github.com/lunaryorn/gnome-search-providers-vscode"
@@ -17,5 +17,6 @@ sha512sums=('18a4debc447cf958e45f96c083a94ee64b6f92c4761f0310f67f665a253e5884b2a
package() {
cd "$pkgname-$pkgver"
+ export RUSTFLAGS='-A warnings'
make DESTDIR="$pkgdir" PREFIX="/usr" install
}