summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann2023-07-16 20:43:34 +0200
committerRené 'Necoro' Neumann2023-07-16 20:43:34 +0200
commit30cca88ba6bbd9637117a7b9a7d4662f7f2eb01b (patch)
treee2fbadff16ac870b06d58d0d60b3ad1136a95a3c /PKGBUILD
parent635b7c812d677d6ddfce821bac63a10ebd22b3b5 (diff)
downloadaur-30cca88ba6bbd9637117a7b9a7d4662f7f2eb01b.tar.gz
Do not restrict lto, as remarked by @yochananmarqos
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 126a89cba4b1..432a5484f75d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: René 'Necoro' Neumann <arch@necoro.dev>
pkgname=arch-log
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Quickly check commit log of Arch and AUR packages.'
arch=('x86_64')
url="https://github.com/Necoro/$pkgname"
@@ -10,9 +10,6 @@ makedepends=('go>=1.20')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('8b2a8cf9bfb8c6883f03ef7557c7952d107e7f26ce9e4bd4b161dc89160a2323')
-# cf https://github.com/golang/go/issues/43505
-options=(!lto)
-
prepare(){
cd "$pkgname-$pkgver"
mkdir -p build/