aboutsummaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-03-23 17:23:26 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2018-03-23 17:23:26 +0100
commit3ff29765abb7b0fda99f7b0780f3a811df899e88 (patch)
tree6b6d0a5e9f4ef69ac95d533a52176266c9368472 /linux
parentAdd missing includes (diff)
downloadsmolbote-3ff29765abb7b0fda99f7b0780f3a811df899e88.tar.xz
Update pkgbuild
Diffstat (limited to 'linux')
-rw-r--r--linux/makepkg/PKGBUILD6
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")