summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-09-17 20:41:22 +0200
committerJan Neumann2017-09-17 20:41:22 +0200
commit945ce0cc5a5486ec60022fe3b5c9ea475cde4dcb (patch)
treeb5e97b2868d1c61de09ecb453cc5e9480f70e760
parentd90ec2dbfc59ffdc1944fe04a830538fa26b9f79 (diff)
downloadaur-945ce0cc5a5486ec60022fe3b5c9ea475cde4dcb.tar.gz
add provides=
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de09b4d024e5..f12bd684d1ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,7 @@ pkgbase = latte-dock-git
depends = plasma-framework
depends = plasma-desktop
optdepends = libunity: quicklists, counters, and progress bars for apps using libunity
+ provides = latte-dock
conflicts = latte-dock
source = git+git://anongit.kde.org/latte-dock.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c4740a4b250a..eec6480b139b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ depends=('plasma-framework' 'plasma-desktop')
optdepends=('libunity: quicklists, counters, and progress bars for apps using libunity')
makedepends=('git' 'cmake' 'extra-cmake-modules' 'python' 'ruby' 'subversion')
conflicts=('latte-dock')
+provides=('latte-dock')
source=("git+"git://anongit.kde.org/latte-dock.git)
sha256sums=('SKIP')