summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2024-04-20 23:08:40 +0800
committerShootingStarDragons2024-04-20 23:08:40 +0800
commitb76328241fe0f2028daa448a4a42e26394afe3b1 (patch)
tree25339fabb36634e09449af19ace8b02c25995c95
parentfb4ea5769a9ca056316e94017babc2917d117da3 (diff)
downloadaur-haruhishot.tar.gz
chore: update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdc23034c48e..3540fcfd1e48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.3.18
+ pkgver = 0.3.19
pkgrel = 1.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
@@ -15,7 +15,8 @@ pkgbase = haruhishot
depends = wayland
depends = libxkbcommon
depends = qt5-base
- source = haruhishot-v0.3.18.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.18.tar.gz
- sha256sums = 1d80828b58adf6211afa71630595253ba79cc8f1552cb54015a9c254b0c3703e
+ options = !lto
+ source = haruhishot-v0.3.19.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.19.tar.gz
+ sha256sums = 1449ec959cab82b1747ac6c394f2bcbbf068b9fce909f162f1e61af8adb04bad
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index 43d0c3cab108..73cf1b99caf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.3.18
+pkgver=0.3.19
pkgrel=1.0
pkgdesc='One day Haruhi Suzumiya made a wlr screenshot tool'
arch=('x86_64' 'aarch64')
@@ -8,7 +8,8 @@ license=('MIT')
depends=('wayland' 'libxkbcommon' 'qt5-base')
makedepends=('git' 'ninja' 'meson' 'rust' 'wayland-protocols' 'scdoc')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('1d80828b58adf6211afa71630595253ba79cc8f1552cb54015a9c254b0c3703e')
+options+=(!lto)
+sha256sums=('1449ec959cab82b1747ac6c394f2bcbbf068b9fce909f162f1e61af8adb04bad')
build() {
cd ${pkgname}-$pkgver