[arch-commits] Commit in albert/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Nov 13 20:10:14 UTC 2020


    Date: Friday, November 13, 2020 @ 20:10:13
  Author: felixonmars
Revision: 753982

add fixes for python 3.9

Modified:
  albert/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-13 20:10:09 UTC (rev 753981)
+++ PKGBUILD	2020-11-13 20:10:13 UTC (rev 753982)
@@ -16,8 +16,13 @@
 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")
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+        "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')
 
 
 prepare() {
@@ -29,6 +34,7 @@
   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