summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-05 14:43:13 +0800
committerShootingStarDragons2023-01-05 14:43:13 +0800
commit295af0a322240454a24a68cd955375a99bdfadfb (patch)
treec8f803ce2b5bb8ac8eae07058cdfcadfa0495edf
parenteae38c5659807a5e6a3fa0cbba4709ff0ae8375e (diff)
downloadaur-295af0a322240454a24a68cd955375a99bdfadfb.tar.gz
chore: update to 0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79b991d6f39d..d570040122ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.2.3
+ pkgver = 0.2.4
pkgrel = 2.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = haruhishot
makedepends = wlroots
depends = wayland
depends = wlroots
- source = haruhishot-v0.2.3.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.2.3.tar.gz
- sha256sums = 7fcb606235cb74c8877836d5c32061528986b44ecdd7a840733bd62e7ba21b9f
+ source = haruhishot-v0.2.4.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.2.4.tar.gz
+ sha256sums = 59e20f58cf12f84e3c0a85bafec97e4e0dd36f4b28f797d92803acd2b3cc0072
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index bf536d899c79..b4194abb3c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.2.3
+pkgver=0.2.4
pkgrel=2.0
pkgdesc='One day Haruhi Suzumiya made a wlr screenshot tool'
arch=('x86_64' 'aarch64')
@@ -8,7 +8,7 @@ license=('MIT')
depends=('wayland' 'wlroots')
makedepends=('git' 'ninja' 'meson' 'rust' 'wayland-protocols' 'wlroots')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('7fcb606235cb74c8877836d5c32061528986b44ecdd7a840733bd62e7ba21b9f')
+sha256sums=('59e20f58cf12f84e3c0a85bafec97e4e0dd36f4b28f797d92803acd2b3cc0072')
build() {
cd ${pkgname}-$pkgver