summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2021-02-05 20:46:41 +0000
committerJoão Figueiredo2021-02-05 20:46:41 +0000
commitb7d8610b7e7e1e90aef80384b8e9a34f64607c98 (patch)
tree09ef29f11da2f6fc45d6cdd900d602fd2a026172
parent83ba5292c2d863525e217d222a60a44dab61c346 (diff)
downloadaur-b7d8610b7e7e1e90aef80384b8e9a34f64607c98.tar.gz
Changed sip4 to sip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a093f41093..45f16b3ebf2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kdbusaddons-git
pkgdesc = Addons to QtDBus
pkgver = 5.79.0_r338.g532309d
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5-git
@@ -12,7 +12,7 @@ pkgbase = kdbusaddons-git
makedepends = clang
makedepends = python-pyqt5
makedepends = doxygen
- makedepends = sip4
+ makedepends = sip
depends = qt5-x11extras
optdepends = python-pyqt5: for the Python bindings
provides = kdbusaddons
diff --git a/PKGBUILD b/PKGBUILD
index 9353e1330a82..3e75a35fb366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=kdbusaddons-git
pkgver=5.79.0_r338.g532309d
-pkgrel=1
+pkgrel=2
pkgdesc='Addons to QtDBus'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL)
depends=(qt5-x11extras)
-makedepends=(git extra-cmake-modules-git qt5-tools clang python-pyqt5 doxygen sip4)
+makedepends=(git extra-cmake-modules-git qt5-tools clang python-pyqt5 doxygen sip)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
optdepends=('python-pyqt5: for the Python bindings')