summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-08-21 18:40:22 +0100
committerJoão Figueiredo2023-08-21 18:40:22 +0100
commit4895f22461cc477bafc5f6c1c25ae45cbd1d6f28 (patch)
treef0ef610df90bd9800a375ce9fbda47d18f37b8c5
parent74e7bfc4184d7714a5572d8d371e9929fadb838d (diff)
downloadaur-4895f22461cc477bafc5f6c1c25ae45cbd1d6f28.tar.gz
sip4 -> sip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e2d0f04494f..f42223c83c5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcompletion-git
pkgdesc = Text completion helpers and widgets
- pkgver = 5.240.0_r551.g30ca81b
+ pkgver = 5.240.0_r582.g9fe1c0d
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = kcompletion-git
makedepends = clang
makedepends = python-pyqt6
makedepends = doxygen
- makedepends = sip4
+ makedepends = sip
depends = kwidgetsaddons-git
depends = kconfig-git
optdepends = python-pyqt6: for the Python bindings
diff --git a/PKGBUILD b/PKGBUILD
index 5bff9d2facf6..4f7683855901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcompletion-git
-pkgver=5.240.0_r551.g30ca81b
+pkgver=5.240.0_r582.g9fe1c0d
pkgrel=1
pkgdesc='Text completion helpers and widgets'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(kwidgetsaddons-git kconfig-git)
-makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip4)
+makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
optdepends=('python-pyqt6: for the Python bindings')