summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-03-13 22:28:19 +0800
committerShootingStarDragons2023-03-13 22:28:19 +0800
commita8234f9869c73a28c04057146d85939a159424e3 (patch)
tree697e2aea6a0c50c292722c1b570276fc07c331e4
parente5ddab160993eb40bddc56765f6bb9f1baaa62fb (diff)
downloadaur-a8234f9869c73a28c04057146d85939a159424e3.tar.gz
chore: update, add swayipc
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a38cbe8f7ac..4c9d9b3c0314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.3.3
+ pkgver = 0.3.4.1
pkgrel = 1.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = haruhishot
depends = wayland
depends = wlroots
depends = qt5-base
- source = haruhishot-v0.3.3.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.3.3.tar.gz
- sha256sums = b5c1d556b68293016a9e17616869577fdeee27429ab474dd3264a6643231d6c6
+ source = haruhishot-v0.3.4.1.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.4.1.tar.gz
+ sha256sums = eed1fe463a207912cf664731ee236c1b211e85ae398039ef546629d3599514ed
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index e57d5e4b60cd..8be264fbe369 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.3.4
+pkgver=0.3.4.1
pkgrel=1.0
pkgdesc='One day Haruhi Suzumiya made a wlr screenshot tool'
arch=('x86_64' 'aarch64')
@@ -8,7 +8,7 @@ license=('MIT')
depends=('wayland' 'wlroots' 'qt5-base')
makedepends=('git' 'ninja' 'meson' 'rust' 'wayland-protocols' 'wlroots' 'scdoc')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('1c920d15f6082ce7fc528fcaa7c05c61856ab20647265f5ce4f3398c2ffd6206')
+sha256sums=('eed1fe463a207912cf664731ee236c1b211e85ae398039ef546629d3599514ed')
build() {
cd ${pkgname}-$pkgver
@@ -17,7 +17,7 @@ build() {
-Dbuildtype=release \
-Denable-notify=true \
-Denable-gui=true \
- -Denable-swayipc=false \
+ -Denable-swayipc=true \
-Ddesktop-entry=true \
build
ninja -C build