summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2023-01-23 21:21:42 -0500
committerTony Lambiris2023-01-23 21:21:42 -0500
commit3c542f640cee1d94b852fd277263f3bc5af68630 (patch)
treefbdfb958f23da29b2d3179d2a11e1837b3c52feb
parentfc302e4271b9ff6b377e9296db4bddfaeeda0ca3 (diff)
downloadaur-3c542f640cee1d94b852fd277263f3bc5af68630.tar.gz
Version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a77c58a7909e..e07277429130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = albert-git
pkgdesc = A sophisticated standalone keyboard launcher
- pkgver = 0.19.2.r4.g33b4acae
+ pkgver = 0.20.0.r0.g30b78147
pkgrel = 1
url = https://github.com/albertlauncher
arch = x86_64
@@ -10,12 +10,15 @@ pkgbase = albert-git
makedepends = muparser
makedepends = pybind11
makedepends = python
+ makedepends = libqalculate
depends = hicolor-icon-theme
depends = qt6-scxml
depends = qt6-svg
optdepends = muparser: calculator plugin
optdepends = python: python extension
optdepends = python-urllib3: python web plugins
+ provides = albert
+ conflicts = albert
source = mirrors/albert::git+https://github.com/albertlauncher/albert.git
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 30cf3da6ca28..9a72380795bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
pkgname=albert-git
_pkgname=${pkgname%-git}
-pkgver=0.19.2.r4.g33b4acae
+pkgver=0.20.0.r0.g30b78147
pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher"
arch=('x86_64')
url="https://github.com/albertlauncher"
license=('GPL')
depends=('hicolor-icon-theme' 'qt6-scxml' 'qt6-svg')
-makedepends=('cmake' 'git' 'muparser' 'pybind11' 'python')
+makedepends=('cmake' 'git' 'muparser' 'pybind11' 'python' 'libqalculate')
optdepends=('muparser: calculator plugin'
'python: python extension'
'python-urllib3: python web plugins')
+provides=("${pkgname%-git}")
+conflicts=("${pkgname%-git}")
source=("mirrors/albert::git+https://github.com/albertlauncher/albert.git"
"mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"
"mirrors/python::git+https://github.com/albertlauncher/python.git"
@@ -46,7 +48,6 @@ prepare() {
git -c protocol.file.allow=always submodule update python/plugins
}
-
build() {
cd build
@@ -75,7 +76,6 @@ build() {
make
}
-
package() {
cd build