diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-17 15:46:21 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-17 15:46:21 +0200 |
commit | 605b5931a5bf1d10ce987ade282beefe20811f3c (patch) | |
tree | 11bb04c6fb3f0fd8250eaba3c0dbcec67fb613e8 /linux/makepkg/PKGBUILD | |
parent | Fix PKGBUILD (diff) | |
download | smolbote-605b5931a5bf1d10ce987ade282beefe20811f3c.tar.xz |
Fix version.h.in
Diffstat (limited to 'linux/makepkg/PKGBUILD')
-rw-r--r-- | linux/makepkg/PKGBUILD | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/makepkg/PKGBUILD b/linux/makepkg/PKGBUILD index c1ba1c2..ba8f893 100644 --- a/linux/makepkg/PKGBUILD +++ b/linux/makepkg/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Aqua-sama <aqua@iserlohn-fortress.net> -pkgname=smolbote-hg +pkgname=smolbote-git pkgdesc='Yet another no-frills browser' pkgver=0 @@ -15,9 +15,6 @@ url="https://neueland.iserlohn-fortress.net/smolbote" arch=('x86_64') license=('GPL3') -# -hg replace the old -git package -replaces=('smolbote-git') - depends=('qt5-webengine>=5.11.0' 'boost-libs>=1.66.0') optdepends=('firejail: launch a sandboxed instance') makedepends=('git' 'cmake' 'pkg-config' 'go-md2man') |