diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/makepkg/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index 009043c..2c817af 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Aqua-sama <aqua@iserlohn-fortress.net> pkgname=smolbote-hg -pkgver=r223.17174e74b988 +pkgver=0 pkgrel=1 pkgdesc='Yet another no-frills browser' url="https://neueland.iserlohn-fortress.net/smolbote" @@ -12,8 +12,8 @@ license=('GPL3') # -hg replace the old -git package replaces=('smolbote-git') -depends=('qt5-webengine' 'boost-libs') -makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'qt5-webengine' 'boost') +depends=('qt5-webengine>=5.11.0beta2' 'boost-libs>=1.66.0') +makedepends=('mercurial' 'cmake' 'pkg-config' 'ninja' 'qt5-webengine>=5.11.0beta2' 'boost>=1.66.0') # this is the central repository source=("smolbote-hg::hg+https://neueland.iserlohn-fortress.net/smolbote.hg") |