summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-06-13 16:14:17 -0400
committerTony Lambiris2019-06-13 16:14:17 -0400
commit29c953e9e16ad84120675397ae1b70780bb4ceb9 (patch)
treeb2ffef0d5a52b130c2e11713620d52748c5fde8a
parent5d7229859cc0d2a31aa86e99add74bb06a2067e5 (diff)
downloadaur-29c953e9e16ad84120675397ae1b70780bb4ceb9.tar.gz
Fixup PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae5dc455e313..ca1ccfbc3601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = albert-git
pkgdesc = A sophisticated standalone keyboard launcher.
pkgver = v0.16.1.r7.g34c00d7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/albertlauncher
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5facc3a42102..ce6334a9ff36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=albert-git
pkgver=v0.16.1.r7.g34c00d7
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated standalone keyboard launcher."
arch=('any')
url="https://github.com/albertlauncher"
@@ -36,13 +36,13 @@ prepare() {
cd "${srcdir}"/albert
git submodule init
- git config submodule.plugins.url "${srcdir}"/plugins
+ git config submodule.plugins.url "${srcdir}/plugins"
git submodule update plugins
- cd "${srcdir}"/albert/plugins
+ cd "${srcdir}/albert/plugins"
git submodule init
- git config submodule.python/pybind11.url ${srcdir}/pybind11
- git config submodule.python/share/modules.url ${srcdir}/python
+ git config submodule.python/pybind11.url "${srcdir}/pybind11"
+ git config submodule.python/share/modules.url "${srcdir}/python"
git submodule update python/pybind11 python/share/modules
}