summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-05-17 14:02:19 +0800
committerShootingStarDragons2023-05-17 14:02:19 +0800
commitdf41d649dbf5c32974f3d46020d9d6d905b210a4 (patch)
treebc778f8c4adf30a18d6a08bb6361d07e482b06d8
parent6416c8863e468f4dfa24727f722c7c9e4a872375 (diff)
downloadaur-df41d649dbf5c32974f3d46020d9d6d905b210a4.tar.gz
chore: bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc222af6ec8..a4ccbf50888b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.3.6
- pkgrel = 2.0
+ pkgver = 0.3.7
+ pkgrel = 1.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -16,7 +16,7 @@ pkgbase = haruhishot
depends = wayland
depends = wlroots
depends = qt5-base
- source = haruhishot-v0.3.6.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.6.tar.gz
- sha256sums = fd52108c4bb177bdc4044ab57606e4750a8154f52ae0503cb48e631a280d6e49
+ source = haruhishot-v0.3.7.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.7.tar.gz
+ sha256sums = 697ae57bc149018e1a67b44228a67e2b3b90cfabfbfb30b20164a3f80ff5cad9
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index 332cd9e16fd2..44942e9c3507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=haruhishot
-pkgver=0.3.6
-pkgrel=2.0
+pkgver=0.3.7
+pkgrel=1.0
pkgdesc='One day Haruhi Suzumiya made a wlr screenshot tool'
arch=('x86_64' 'aarch64')
url='https://github.com/Decodetalkers/haruhishot'
@@ -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=('fd52108c4bb177bdc4044ab57606e4750a8154f52ae0503cb48e631a280d6e49')
+sha256sums=('697ae57bc149018e1a67b44228a67e2b3b90cfabfbfb30b20164a3f80ff5cad9')
build() {
cd ${pkgname}-$pkgver