summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-03-14 10:14:49 +0800
committerShootingStarDragons2023-03-14 10:14:49 +0800
commit55c3158c8ce0d250780b841056fcdc3131ff6f20 (patch)
tree5a79b453cc17463ed2f30dd8260faeabc4d432b3
parenta8234f9869c73a28c04057146d85939a159424e3 (diff)
downloadaur-55c3158c8ce0d250780b841056fcdc3131ff6f20.tar.gz
chore: update version
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8be264fbe369..f4e90b38ef1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.3.4.1
+pkgver=0.3.4.2
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=('eed1fe463a207912cf664731ee236c1b211e85ae398039ef546629d3599514ed')
+sha256sums=('790c131aa12e668f48dc209ec43fe460ff5efa6bc90afdedc8d66c0253381388')
build() {
cd ${pkgname}-$pkgver