summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-11-02 16:32:41 +0000
committerJoão Figueiredo2023-11-02 16:32:41 +0000
commit36a75788ca8811af30a191c1c91a96dc8f4fafac (patch)
tree2bff9636d567ea06a361e098cc623a767640425a
parent68a60fa3f92f05403acacfd63c40611ce371727f (diff)
downloadaur-36a75788ca8811af30a191c1c91a96dc8f4fafac.tar.gz
Fix makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c994c9fc5148..1127e4eb5768 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kdbusaddons-git
pkgdesc = Addons to QtDBus
- pkgver = 5.240.0_r498.gd15677a
+ pkgver = 5.240.0_r510.gf7e4e46
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = kdbusaddons-git
makedepends = python-pyqt6
makedepends = doxygen
makedepends = sip
- makedepends = plasma-wayland-protocols
+ makedepends = plasma-wayland-protocols-git
depends = qt6-base
optdepends = python-pyqt6: for the Python bindings
provides = kdbusaddons
diff --git a/PKGBUILD b/PKGBUILD
index 284cc416475a..b7290d5b5594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdbusaddons-git
-pkgver=5.240.0_r498.gd15677a
+pkgver=5.240.0_r510.gf7e4e46
pkgrel=1
pkgdesc='Addons to QtDBus'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(qt6-base)
-makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip plasma-wayland-protocols)
+makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip plasma-wayland-protocols-git)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
optdepends=('python-pyqt6: for the Python bindings')