summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Choffet2016-09-15 12:48:09 -0400
committerPierre Choffet2016-09-15 14:16:25 -0400
commit8efce4279d53f21a3dd18518477c61e337ddd5ae (patch)
treea06d199af11404173d3a8e20ae45fb14ae18d6e0 /PKGBUILD
parent689cabe4ecc76d4533ba5804384a35023974a54e (diff)
downloadaur-8efce4279d53f21a3dd18518477c61e337ddd5ae.tar.gz
Clean PKGBUILD
Remove useless dependencies and add ring-kde as conflicting package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48dc7afbff84..706038e9101a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,19 +6,17 @@
# #commit=<commit_id> in source url.
pkgname=ring-kde-git
-pkgver=2.0.0.r267.g211b337
+pkgver=2.0.0.r269.g910e74e
pkgrel=1
pkgdesc="KDE client for Ring"
arch=("i686" "x86_64")
url="http://ring.cx/"
license=("GPL3")
groups=("ring")
-depends=("libringclient-git" "ring-daemon-git" "qt5-base" "qt5-svg"
- "attica-qt5" "kconfig" "kguiaddons" "kdbusaddons" "ki18n"
- "kwindowsystem" "kxmlgui" "kiconthemes" "kinit" "kio" "kcompletion"
- "kcrash" "kdelibs" "knotifications" "knotifyconfig" "python" "glu")
-makedepends=("git" "cmake" "extra-cmake-modules")
+depends=("libringclient-git" "knotifyconfig" "hicolor-icon-theme")
+makedepends=("git" "extra-cmake-modules" "python" "glu" "kinit")
provides=("ring-kde")
+conflicts=("ring-kde")
changelog="ChangeLog"
source=("git://anongit.kde.org/ring-kde")
sha256sums=('SKIP')