summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-01-11 09:38:45 +0800
committerShootingStarDragons2023-01-11 09:38:45 +0800
commitba67ff20d4b8945b79a0b8499a456b153ffa3c60 (patch)
treeeadc674c9f47b1aa14bb3dfab69cf0b803a8a6c0
parentcfebde854356d623373590486d39629443f4472c (diff)
downloadaur-ba67ff20d4b8945b79a0b8499a456b153ffa3c60.tar.gz
chore: add scdoc to build dependience
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0c1d9795f92..0192290ffea7 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.1
- pkgrel = 1.0
+ pkgrel = 2.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -12,6 +12,7 @@ pkgbase = haruhishot
makedepends = rust
makedepends = wayland-protocols
makedepends = wlroots
+ makedepends = scdoc
depends = wayland
depends = wlroots
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 754b5d414e7f..cf5fb59e0e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=haruhishot
pkgver=0.3.0.1
-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'
license=('MIT')
depends=('wayland' 'wlroots' 'qt5-base')
-makedepends=('git' 'ninja' 'meson' 'rust' 'wayland-protocols' 'wlroots')
+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=('1784ba61b867fa6a2abe2304173531b941f0d192c30096e31f2e824976457b6f')