summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Hirzel2020-03-07 02:15:34 -0500
committerAlex Hirzel2020-03-07 02:15:34 -0500
commit95b0fa1140d07af40a727fb6dfe1f6b04da57eb3 (patch)
tree9ebcacc77c5cc7428cdcd5e105adde7c79851f59 /PKGBUILD
parent2c38d02458923af8c930bc74d6f9c506456e5913 (diff)
downloadaur-95b0fa1140d07af40a727fb6dfe1f6b04da57eb3.tar.gz
add conflict with albert
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b1a49289fd8..7ac42f78b9e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Hirzel <alex at hirzel period us>
pkgname=albert-lite
pkgver=0.16.1
-pkgrel=2
+pkgrel=3
pkgdesc="A sophisticated standalone keyboard launcher. Without QML and VirtualBox dependencies"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"
@@ -21,6 +21,7 @@ makedepends=(
'python'
)
optdepends=('muparser: Calculator plugin')
+conflicts=('albert')
source=(
"mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
"mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"