summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2024-04-16 08:33:46 -0400
committerAndrew O'Neill2024-04-16 08:33:46 -0400
commitcd55fa1d301a579e88d40c1a34a87ca31370c36c (patch)
tree89be27b484a72a28ba2b278526104881371344d6 /PKGBUILD
parent0ae296be754287d2f74899c79eb5f328d068dd18 (diff)
downloadaur-s6.tar.gz
Disable lto during build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a82de76959c7..c952adec7d08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=s6
pkgver=2.12.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='A small suite of programs for UNIX, designed to allow process supervision'
arch=('x86_64')
url="http://skarnet.org/software/${pkgname}"
license=('ISC')
depends=('skalibs' 'execline')
+options=('!lto')
source=("${url}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('c95d51787602e0c8c8e4f92a710cbdaa4ee797ee886e71342727e2974f95c06b')