summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-05 15:00:02 +0800
committerShootingStarDragons2023-01-05 15:00:02 +0800
commit24e23828901c8cc76c09a921828c258cb7d242b6 (patch)
tree292d61e3ee06020b36bc44e533688416f183dfdf
parent295af0a322240454a24a68cd955375a99bdfadfb (diff)
downloadaur-24e23828901c8cc76c09a921828c258cb7d242b6.tar.gz
chore: fix bug
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d570040122ca..85fa70b2b351 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
pkgver = 0.2.4
- pkgrel = 2.0
+ pkgrel = 3.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -15,6 +15,6 @@ pkgbase = haruhishot
depends = wayland
depends = wlroots
source = haruhishot-v0.2.4.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.2.4.tar.gz
- sha256sums = 59e20f58cf12f84e3c0a85bafec97e4e0dd36f4b28f797d92803acd2b3cc0072
+ sha256sums = 08dd636efd3ac8a66478baca86667ec8b024be65a191e384403c7c211f608ad4
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index b4194abb3c87..658910955529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=haruhishot
pkgver=0.2.4
-pkgrel=2.0
+pkgrel=3.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')
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=('59e20f58cf12f84e3c0a85bafec97e4e0dd36f4b28f797d92803acd2b3cc0072')
+sha256sums=('08dd636efd3ac8a66478baca86667ec8b024be65a191e384403c7c211f608ad4')
build() {
cd ${pkgname}-$pkgver