summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-17 13:13:54 +0800
committerShootingStarDragons2023-01-17 13:13:54 +0800
commitea7abb2ad9e37dbe1fe8918cf7990fc9427a92aa (patch)
treed6bde481d5b15491f48ca100061f2ff903223e13
parent10ffbbc8da9a5444ec6d33f2d1521e675b5dc904 (diff)
downloadaur-ea7abb2ad9e37dbe1fe8918cf7990fc9427a92aa.tar.gz
chore: fix update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1c41ed564f..522b3e6f50ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.3.1
+ pkgver = 0.3.1.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.1.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.3.1.tar.gz
- sha256sums = e7491313ef5f83ce08b64fd02153c6a868c549a09c175dba63fbe9a27491e1db
+ source = haruhishot-v0.3.1.1.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.3.1.1.tar.gz
+ sha256sums = 600f55be1a3427c8d8391b0bf196f0009cfe9d048608ca1703c32d7225fe43d0
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index 8d3877f29ffe..13595f2092a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.3.1
+pkgver=0.3.1.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/${pkgver}.tar.gz")
-sha256sums=('e7491313ef5f83ce08b64fd02153c6a868c549a09c175dba63fbe9a27491e1db')
+sha256sums=('600f55be1a3427c8d8391b0bf196f0009cfe9d048608ca1703c32d7225fe43d0')
build() {
cd ${pkgname}-$pkgver