summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-10 18:19:57 +0800
committerShootingStarDragons2023-01-10 18:19:57 +0800
commit946a4995155d02ce1f25b0c50866c096eb52b93d (patch)
tree20ea394755bd2272215df11be615db5f3a5f8458
parent2da76820e00aa1ff2faf9024693806387bbb9db5 (diff)
downloadaur-946a4995155d02ce1f25b0c50866c096eb52b93d.tar.gz
chore: fix desktop install path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8ac065c5bd5..4a8f86df3cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
pkgver = 0.3.0
- pkgrel = 1.0
+ pkgrel = 2.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -16,6 +16,6 @@ pkgbase = haruhishot
depends = wlroots
depends = qt5-base
source = haruhishot-v0.3.0.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/0.3.0.tar.gz
- sha256sums = 47eb90c16845ca12d5f3760afdc83e4318e0fcadb7d7e612ff8c323c24ef00d3
+ sha256sums = 1784ba61b867fa6a2abe2304173531b941f0d192c30096e31f2e824976457b6f
pkgname = haruhishot
diff --git a/PKGBUILD b/PKGBUILD
index a65e40594b29..e8a403431fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=haruhishot
pkgver=0.3.0
-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')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('47eb90c16845ca12d5f3760afdc83e4318e0fcadb7d7e612ff8c323c24ef00d3')
+sha256sums=('1784ba61b867fa6a2abe2304173531b941f0d192c30096e31f2e824976457b6f')
build() {
cd ${pkgname}-$pkgver
@@ -17,7 +17,7 @@ build() {
-Dbuildtype=release \
-Denable-notify=true \
-Denable-gui=true \
- -Ddesktop-entry=true \
+ -Ddesktop-entry=true \
build
ninja -C build
}