summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUffe Jakobsen2022-04-02 14:13:05 +0200
committerUffe Jakobsen2022-04-02 14:13:05 +0200
commite226c635a138e51c02a92d7d6bbd926758cce760 (patch)
tree246c3c5855d593224c578edba28913bdae83f481
parent4446879223b86fde267839f805528179ba3bd937 (diff)
downloadaur-e226c635a138e51c02a92d7d6bbd926758cce760.tar.gz
Added provides and conflict attrs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d22d4c80e639..e42211a1b5d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,8 @@ pkgbase = albert-minimal
depends = libx11
optdepends = muparser: Calculator plugin
optdepends = python: Python extension
+ provides = albert
+ conflicts = albert
source = mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v0.17.2
source = mirrors/plugins::git+https://github.com/albertlauncher/plugins.git
source = mirrors/python::git+https://github.com/albertlauncher/python.git
@@ -29,4 +31,3 @@ pkgbase = albert-minimal
sha512sums = SKIP
pkgname = albert-minimal
-
diff --git a/PKGBUILD b/PKGBUILD
index e7bc2464d0a1..79135de1d7c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,8 @@ pkgdesc="A sophisticated standalone keyboard launcher - minimal plugins included
arch=('x86_64')
url="https://github.com/albertlauncher"
license=('custom')
+provides=('albert')
+conflicts=('albert')
depends=('qt5-charts' 'qt5-graphicaleffects' 'qt5-quickcontrols' 'qt5-svg' 'qt5-x11extras' 'libx11')
#makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg' 'virtualbox' 'virtualbox-sdk')
makedepends=( 'cmake' 'git' 'muparser' 'python' 'qt5-declarative' 'qt5-svg')