summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-06-27 14:57:32 +0800
committerShootingStarDragons2023-06-27 14:57:32 +0800
commita04b46aad269fbed65d95b7526390e324fd69b9d (patch)
treebc8d9c00db5c38e570b259e70b4e0fbb209ac7af
parentdf41d649dbf5c32974f3d46020d9d6d905b210a4 (diff)
downloadaur-a04b46aad269fbed65d95b7526390e324fd69b9d.tar.gz
chore: bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4ccbf50888b..a0d535bc4a3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.3.7
+ pkgver = 0.3.8
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.7.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.7.tar.gz
- sha256sums = 697ae57bc149018e1a67b44228a67e2b3b90cfabfbfb30b20164a3f80ff5cad9
+ source = haruhishot-v0.3.8.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.8.tar.gz
+ sha256sums = 28b8f5cd42b8d07bddcddece47875261c98d0bbe08132a72ecb349737f2701a7
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index 44942e9c3507..822c36fb34df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.3.7
+pkgver=0.3.8
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=('697ae57bc149018e1a67b44228a67e2b3b90cfabfbfb30b20164a3f80ff5cad9')
+sha256sums=('28b8f5cd42b8d07bddcddece47875261c98d0bbe08132a72ecb349737f2701a7')
build() {
cd ${pkgname}-$pkgver