summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2018-05-25 23:08:49 -0400
committerAndy Kluger2018-05-25 23:08:49 -0400
commit7623c51f264e8f0da7df0fe49fa2f0c97854b7db (patch)
tree7f72a1b4bcf77087b38e95e4674cdd239434c4ac
parent7c4fd76fa3bfd8adb8185afa908ff74118bd36df (diff)
downloadaur-7623c51f264e8f0da7df0fe49fa2f0c97854b7db.tar.gz
drop kuiserver dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7646a13ffaf1..120dfea76702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dolphin-meld
pkgdesc = KDE File Manager, using Meld rather than Kompare
pkgver = 18.04.1
- pkgrel = 1
+ pkgrel = 2
url = https://kde.org/applications/system/dolphin/
arch = x86_64
groups = kde-applications
@@ -12,7 +12,6 @@ pkgbase = dolphin-meld
depends = baloo-widgets
depends = knewstuff
depends = kio-extras
- depends = kuiserver
depends = kcmutils
depends = kparts
depends = kinit
@@ -24,8 +23,8 @@ pkgbase = dolphin-meld
optdepends = konsole: terminal panel
provides = dolphin=18.04.1
conflicts = dolphin=18.04.1
- source = https://download.kde.org/stable/applications/18.04.1/src/dolphin-meld-18.04.1.tar.xz
- source = https://download.kde.org/stable/applications/18.04.1/src/dolphin-meld-18.04.1.tar.xz.sig
+ source = https://download.kde.org/stable/applications/18.04.1/src/dolphin-18.04.1.tar.xz
+ source = https://download.kde.org/stable/applications/18.04.1/src/dolphin-18.04.1.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
sha256sums = 50db0e6c59383c3141ba96f733d36ac63b8f4d3e1f3d233b4a27da5931179587
diff --git a/PKGBUILD b/PKGBUILD
index ac743f955890..d368cd24aff0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
_pkgname=dolphin
pkgname=dolphin-meld
pkgver=18.04.1
-pkgrel=1
+pkgrel=2
pkgdesc="KDE File Manager, using Meld rather than Kompare"
arch=(x86_64)
url="https://kde.org/applications/system/dolphin/"
license=(LGPL)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname=$pkgver")
-depends=(baloo-widgets knewstuff kio-extras kuiserver kcmutils kparts kinit)
+depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit)
makedepends=(extra-cmake-modules kdoctools)
optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails'
'meld: file comparisons'