summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Harrell2024-03-27 20:14:43 -0400
committerWilliam Harrell2024-03-27 20:14:43 -0400
commit5cab97170688932ed00c51b898079fadf191442b (patch)
treecad4c2249c72fd5990edb2c7fe5da84dbc236634 /PKGBUILD
parent26c4f1db231df5be7e7e70d7b3a43f209767c72a (diff)
downloadaur-walksnail-osd-tool-git.tar.gz
disabled LTO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 005ed2fe2398..14bd08c95211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=walksnail-osd-tool-git
pkgdesc="Tool for rendering OSDs over Walksnail DVR recordings"
-pkgver=r219.2562d55
+pkgver=r222.1044026
pkgrel=1
arch=(x86_64)
url="https://github.com/avsaase/walksnail-osd-tool"
-license=('GPL3')
+license=('GPL-3.0')
source=("$pkgname::git+https://github.com/avsaase/walksnail-osd-tool.git")
sha256sums=('SKIP')
depends=(
@@ -15,7 +15,9 @@ depends=(
makedepends=(
'cargo'
'git'
+ 'gtk3'
)
+options=('!lto')
pkgver() {
cd "$srcdir/$pkgname"