summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Groß2021-11-07 01:03:19 +0100
committerMagnus Groß2021-11-07 01:03:19 +0100
commitf60656f15ea77e8895de309004c580ee32292828 (patch)
treee8f5153855136b17eb56f58ff5564abfbb3d4f03 /PKGBUILD
parent591a77d540e35ed227774839191d83afc223984f (diff)
downloadaur-f60656f15ea77e8895de309004c580ee32292828.tar.gz
Remove unnecessary qt6-quickcontrols2 dependency
qt6-quickcontrols2 is already provided by qt6-declarative
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c614b4a0608a..aa68d59ea800 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=r5.e75e543
+pkgver=r8.be35e17
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 qt6-quickcontrols2)
+depends=(qt6-base qt6-declarative qt6-svg)
makedepends=(git cmake ninja)
source=("git+https://github.com/vimpostor/$_pkgname.git")
md5sums=('SKIP')