summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames McMurray2022-04-10 19:35:15 +0200
committerJames McMurray2022-04-10 19:35:15 +0200
commit67fae280b2e7d67200bf6ad3a8a52f4ade6ad6e6 (patch)
tree68cb26921806b7d52c4a43ff901a361b07b2807a /PKGBUILD
parenta5a042d75b68960026769bb1cf9825ae8f23a9e6 (diff)
downloadaur-67fae280b2e7d67200bf6ad3a8a52f4ade6ad6e6.tar.gz
Disable LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dd8f25a5c1f..43c5908d9519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vopono
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('any')
url='https://github.com/jamesmcm/vopono'
@@ -13,6 +13,7 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('6d8f349d44b06d5f68e98b94fa8c9286d52e3773e95d7abb46d9c3371086a05c')
provides=('vopono')
conflicts=('vopono')
+options=('!lto')
build() {
cd "$pkgname-$pkgver"