diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-13 21:52:34 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-13 21:52:34 +0200 |
commit | 42897cc9f93d3c6ce10677c801373c7d7104bb5d (patch) | |
tree | 8aec5ad89c7f6b2ff90a2b71b9919fe58981ca2a | |
parent | Fix address bar completer deleting url when closing with no item selected (diff) | |
download | smolbote-42897cc9f93d3c6ce10677c801373c7d7104bb5d.tar.xz |
Update pkgbuild
-rw-r--r-- | linux/makepkg/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index a9beae7..d0748da 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -13,10 +13,10 @@ license=('GPL3') depends=('qt5-webengine>=5.11.0' 'spdlog') optdepends=('firejail: launch a sandboxed instance') -makedepends=('git' 'meson' 'python-kconfiglib' 'openssl' 'qt5-tools' 'scdoc') +makedepends=('git' 'meson' 'python-kconfiglib' 'openssl' 'qt5-tools' 'scdoc' 'breakpad-git') # use git+file:///path/to/your/repo to build from a local repo -source=("git+https://neueland.iserlohn-fortress.net/gitea/aqua/smolbote.git" +source=("git+https://library.iserlohn-fortress.net/aqua/smolbote.git" "git+https://github.com/itay-grudev/SingleApplication.git" "git+https://github.com/Taywee/args") |