summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Anhuth2018-05-25 12:57:22 +0200
committerOliver Anhuth2018-05-25 12:57:22 +0200
commit0d8c33214674b7eb92cea34412e831d6c5638d3a (patch)
tree1e6ad5316bd3ec9a7a03ed3be6a4a6cff081274e
parent6419ac9599e1bfcccf1375748d6d281130243551 (diff)
downloadaur-0d8c33214674b7eb92cea34412e831d6c5638d3a.tar.gz
Drop conflicts and provides.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 922f62780ce3..7b381fbc798b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = albert-lite
pkgdesc = A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies
pkgver = 0.14.19
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/albertlauncher
arch = i686
arch = x86_64
@@ -16,9 +16,6 @@ pkgbase = albert-lite
depends = qt5-x11extras
depends = libx11
optdepends = muparser: Calculator plugin
- provides = albert
- conflicts = albert-git
- conflicts = albert
source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.14.19
source = mirrors/plugins::git+https://github.com/albertlauncher/plugins.git
source = mirrors/python::git+https://github.com/albertlauncher/python.git
diff --git a/PKGBUILD b/PKGBUILD
index fe3c725c9b65..d098639f9230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert-lite
pkgver=0.14.19
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"
@@ -19,8 +19,6 @@ makedepends=(
'muparser'
)
optdepends=('muparser: Calculator plugin')
-provides=('albert')
-conflicts=('albert-git' 'albert')
source=(
"mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
"mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"