summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5132119e070..0302b3f9de60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blobdrop-git
pkgdesc = Drag and drop files directly out of the terminal
- pkgver = r5.e75e543
+ pkgver = r8.be35e17
pkgrel = 1
url = https://github.com/vimpostor/blobdrop
arch = i686
@@ -12,7 +12,6 @@ pkgbase = blobdrop-git
depends = qt6-base
depends = qt6-declarative
depends = qt6-svg
- depends = qt6-quickcontrols2
source = git+https://github.com/vimpostor/blobdrop.git
md5sums = SKIP
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')