diff options
-rw-r--r-- | linux/makepkg/PKGBUILD | 5 | ||||
-rw-r--r-- | src/version.h.in | 2 |
2 files changed, 2 insertions, 5 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') diff --git a/src/version.h.in b/src/version.h.in index 74db72a..59f85c8 100644 --- a/src/version.h.in +++ b/src/version.h.in @@ -2,7 +2,7 @@ #define SMOLBOTE_VERSION_H // Version: 1.2.3 -#define SMOLBOTE_VERSION "@VerInfo@" +#define SMOLBOTE_VERSION "@VerTag@" // Describe: 1.2.3-r123-0123456789ab #define SMOLBOTE_DESCRIBE "@VerDescribe@" |