summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-08-21 18:41:05 +0100
committerJoão Figueiredo2023-08-21 18:41:05 +0100
commit68a60fa3f92f05403acacfd63c40611ce371727f (patch)
treeb5c2c56be9af2d61cced194e7bad8384914346f6
parent894ff1a109d26226868f14386234dece06240274 (diff)
downloadaur-68a60fa3f92f05403acacfd63c40611ce371727f.tar.gz
sip4 -> sip
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb23cf8ee782..c994c9fc5148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kdbusaddons-git
pkgdesc = Addons to QtDBus
- pkgver = 5.240.0_r467.g455e1e3
- pkgrel = 2
+ pkgver = 5.240.0_r498.gd15677a
+ pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
@@ -12,7 +12,7 @@ pkgbase = kdbusaddons-git
makedepends = clang
makedepends = python-pyqt6
makedepends = doxygen
- makedepends = sip4
+ makedepends = sip
makedepends = plasma-wayland-protocols
depends = qt6-base
optdepends = python-pyqt6: for the Python bindings
diff --git a/PKGBUILD b/PKGBUILD
index 71052dc96818..284cc416475a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdbusaddons-git
-pkgver=5.240.0_r467.g455e1e3
-pkgrel=2
+pkgver=5.240.0_r498.gd15677a
+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 sip4 plasma-wayland-protocols)
+makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip plasma-wayland-protocols)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
optdepends=('python-pyqt6: for the Python bindings')