summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Groß2023-10-25 18:22:31 +0200
committerMagnus Groß2023-10-25 18:22:40 +0200
commit222a644c02143f23681b7e6d136571ce0096971a (patch)
tree7b71e7b674b39985f28687ec465604594c6f18bd /PKGBUILD
parentcf4f1bb4a3f2f34b60003f4d816517df0e539a08 (diff)
downloadaur-222a644c02143f23681b7e6d136571ce0096971a.tar.gz
Add missing xcb-util-wm dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a29712fa464c..6bd1a8d63aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Magnus Groß, for email contact see AUR commit author email
_pkgname=blobdrop
pkgname="$_pkgname"-git
-pkgver=2.0.r2.g05e8039
+pkgver=2.0.r50.g69acf26
pkgrel=1
pkgdesc="Drag and drop files directly out of the terminal"
arch=('i686' 'x86_64')
url="https://github.com/vimpostor/$_pkgname"
license=('GPL3')
-depends=(qt6-base qt6-declarative qt6-svg)
+depends=(qt6-base qt6-declarative qt6-svg xcb-util-wm)
makedepends=(git cmake ninja)
source=("git+$url.git")
md5sums=('SKIP')