diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-15 22:09:31 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-06-15 22:09:31 +0200 |
commit | 7b8b7bdc680d6e223d37cc8aecfd5c5776a8b177 (patch) | |
tree | 7064cc011d23f4c5025c4e901cb7a8326f36f4aa /linux/makepkg | |
parent | AboutDialog: add profile list to details tab (diff) | |
download | smolbote-7b8b7bdc680d6e223d37cc8aecfd5c5776a8b177.tar.xz |
Update building.md
Diffstat (limited to 'linux/makepkg')
-rw-r--r-- | linux/makepkg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 9783fc8..b088409 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -13,7 +13,7 @@ license=('GPL3') replaces=('smolbote-git') depends=('qt5-webengine>=5.10.1' 'boost-libs>=1.66.0') -makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'qt5-webengine>=5.10.1' 'boost>=1.66.0') +makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja') # this is the central repository source=("smolbote-hg::hg+https://neueland.iserlohn-fortress.net/smolbote.hg") |