summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2022-08-02 00:34:36 +0800
committerq234rty2022-08-02 00:34:36 +0800
commit8c9b2bcf07b8eb8582425f18bcdcfd8b65d69a95 (patch)
tree6da7ccc55a576408893636727be995c9807bdefa
parent2ab0cfc17b992a57ece3e02c78b61ac1eb44d279 (diff)
downloadaur-8c9b2bcf07b8eb8582425f18bcdcfd8b65d69a95.tar.gz
Enable LTO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92fe8c2bc313..1f05e359162f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webkit2gtk-imgpaste
pkgdesc = Web content engine for GTK
pkgver = 2.36.5
- pkgrel = 1
+ pkgrel = 2
url = https://webkitgtk.org
arch = x86_64
license = custom
@@ -64,7 +64,6 @@ pkgbase = webkit2gtk-imgpaste
optdepends = gst-libav: nonfree media decoding
provides = webkit2gtk
conflicts = webkit2gtk
- options = !lto
source = https://webkitgtk.org/releases/webkitgtk-2.36.5.tar.xz
source = https://webkitgtk.org/releases/webkitgtk-2.36.5.tar.xz.asc
source = PasteBoardGtk.patch
diff --git a/PKGBUILD b/PKGBUILD
index 44279f9c7e22..90ab88415c1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=webkit2gtk-imgpaste
pkgver=2.36.5
-pkgrel=1
+pkgrel=2
pkgdesc="Web content engine for GTK"
url="https://webkitgtk.org"
arch=(x86_64)
@@ -23,7 +23,6 @@ optdepends=('geoclue: Geolocation support'
'gst-plugins-good: media decoding'
'gst-plugins-bad: media decoding'
'gst-libav: nonfree media decoding')
-options=(!lto)
source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
PasteBoardGtk.patch
EnlargeObjectSize.patch)