summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShootingStarDragons2023-11-23 09:33:07 +0800
committerShootingStarDragons2023-11-23 09:33:40 +0800
commit3496ec715590f333acb4237426b7cc740fea8269 (patch)
tree082fd38411d1ab6097179a21c184a7d3eef965a8
parentb0a370bb0b3da5ad2ab63b4f332bcccd1e9bbe36 (diff)
downloadaur-3496ec715590f333acb4237426b7cc740fea8269.tar.gz
chore: update deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95cd1c70af04..c0bf6647546d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haruhishot
pkgdesc = One day Haruhi Suzumiya made a wlr screenshot tool
pkgver = 0.3.16
- pkgrel = 1.0
+ pkgrel = 2.0
url = https://github.com/Decodetalkers/haruhishot
arch = x86_64
arch = aarch64
@@ -11,10 +11,9 @@ pkgbase = haruhishot
makedepends = meson
makedepends = rust
makedepends = wayland-protocols
- makedepends = wlroots
makedepends = scdoc
depends = wayland
- depends = wlroots
+ depends = libxkbcommon
depends = qt5-base
source = haruhishot-v0.3.16.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v0.3.16.tar.gz
sha256sums = 6151662c8deb2093aa27ecfa5259c3f5056d600e171b3739563fe6f62bf0fe89
diff --git a/PKGBUILD b/PKGBUILD
index 42ca56530771..b1cd50071a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=haruhishot
pkgver=0.3.16
-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' 'scdoc')
+depends=('wayland' 'libxkbcommon' 'qt5-base')
+makedepends=('git' 'ninja' 'meson' 'rust' 'wayland-protocols' 'scdoc')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/haruhishot/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('6151662c8deb2093aa27ecfa5259c3f5056d600e171b3739563fe6f62bf0fe89')