summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-06 15:56:44 +0800
committerShootingStarDragons2023-01-06 15:56:44 +0800
commit9abfa14e1c1ec05c98ee2f3a562b44d11b637464 (patch)
treea95c183c503b41f0830f2bfc7a2921fb708f6b8e
parent3eb2df62cafd16cbfd0881e70b0ac1cab3966c0f (diff)
downloadaur-9abfa14e1c1ec05c98ee2f3a562b44d11b637464.tar.gz
chore: update to 0.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbdb557d9dfd..b155bbada386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
- pkgver = 0.2.5
+ pkgver = 0.2.6
pkgrel = 1.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.5.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.2.5.tar.gz
- sha256sums = 8d47f23a08f0f69ee6a8dbbb9dc00ef5e1158df7a7dc11324cae2665dc412f8c
+ source = haruhishot-v0.2.6.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.2.6.tar.gz
+ sha256sums = 6a295feae7bbcf20fdaf0658f8aa7bbb999359745fe2b6a2b99771dd0f7eec45
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index c6d27a82ce74..300a7fd65486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=haruhishot
-pkgver=0.2.5
+pkgver=0.2.6
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')
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=('8d47f23a08f0f69ee6a8dbbb9dc00ef5e1158df7a7dc11324cae2665dc412f8c')
+sha256sums=('6a295feae7bbcf20fdaf0658f8aa7bbb999359745fe2b6a2b99771dd0f7eec45')
build() {
cd ${pkgname}-$pkgver