[arch-commits] Commit in albert/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Nov 30 20:42:27 UTC 2020
Date: Monday, November 30, 2020 @ 20:42:26
Author: felixonmars
Revision: 766693
upgpkg: albert 0.16.2-1
Modified:
albert/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-30 20:41:09 UTC (rev 766692)
+++ PKGBUILD 2020-11-30 20:42:26 UTC (rev 766693)
@@ -2,8 +2,8 @@
# Contributor: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
-pkgver=0.16.1
-pkgrel=3
+pkgver=0.16.2
+pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/albertlauncher"
@@ -16,13 +16,11 @@
source=("mirrors/albert::git+https://github.com/albertlauncher/albert.git#tag=v${pkgver}"
"mirrors/plugins::git+https://github.com/albertlauncher/plugins.git"
"mirrors/python::git+https://github.com/albertlauncher/python.git"
- "mirrors/pybind11::git+https://github.com/pybind/pybind11.git"
- albert-virtualbox.patch::https://github.com/idkCpp/plugins/commit/2fcd553f375ecdeaf19b27bdaea5343ceca1d44d.patch)
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- '5d07e46ce275a2ac1d0a9d9fcd1746fc')
+ "mirrors/pybind11::git+https://github.com/pybind/pybind11.git")
+sha512sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
@@ -34,7 +32,6 @@
git submodule update plugins
cd "$srcdir"/albert/plugins
- patch -p1 -i "$srcdir"/albert-virtualbox.patch
git submodule init
git config submodule.python/pybind11.url "$srcdir"/pybind11
git config submodule.python/share/modules.url "$srcdir"/python
More information about the arch-commits
mailing list