summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-31 11:21:28 +0800
committerShootingStarDragons2023-01-31 11:21:28 +0800
commita2d80b00cdbe76d8d1cb4f5da12ef48cd8328b4e (patch)
tree20b537109ad7a9efb50e7fe166ae628d25a9d6a3
parenta18324ee454e349dede5ba8e2efd04b29defb699 (diff)
downloadaur-a2d80b00cdbe76d8d1cb4f5da12ef48cd8328b4e.tar.gz
chore: wrong sha256
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89af0b37f9eb..6e7757204122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
pkgver = 0.3.2
- pkgrel = 1.0
+ pkgrel = 2.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -17,6 +17,6 @@ pkgbase = haruhishot
depends = wlroots
depends = qt5-base
source = haruhishot-v0.3.2.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.3.2.tar.gz
- sha256sums = 7b09628544d56d9b1b21e3be5d49ed7e524585a71e88f26b16d20b9181e76086
+ sha256sums = ade85d1111106ba8325beb29c5d6eaa40aefad4eb391415d5688575e5ef72e79
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index ff3f3050cf6b..900bf2a0c35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=haruhishot
pkgver=0.3.2
-pkgrel=1.0
+pkgrel=2.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/${pkgver}.tar.gz")
-sha256sums=('7b09628544d56d9b1b21e3be5d49ed7e524585a71e88f26b16d20b9181e76086')
+sha256sums=('ade85d1111106ba8325beb29c5d6eaa40aefad4eb391415d5688575e5ef72e79')
build() {
cd ${pkgname}-$pkgver