summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Hirzel2020-03-07 02:15:34 -0500
committerAlex Hirzel2020-03-07 02:15:34 -0500
commit95b0fa1140d07af40a727fb6dfe1f6b04da57eb3 (patch)
tree9ebcacc77c5cc7428cdcd5e105adde7c79851f59
parent2c38d02458923af8c930bc74d6f9c506456e5913 (diff)
downloadaur-95b0fa1140d07af40a727fb6dfe1f6b04da57eb3.tar.gz
add conflict with albert
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71f55f773b3d..d7e96cac8369 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.16.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/albertlauncher
arch = i686
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = albert-lite
depends = qt5-charts
depends = libx11
optdepends = muparser: Calculator plugin
+ conflicts = albert
source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.16.1
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 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"