summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd5c019df9b3..a1a09601c073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Topik <topik@topik.tech>
+# Maintainer: syntheit <daniel@matv.io>
pkgname=windscribe-git
pkgver=2.3.15_beta
pkgrel=1
@@ -9,8 +9,7 @@ license=('GPL2')
depends=('bash' 'iptables' 'procps-ng' 'qt5-base' 'hicolor-icon-theme' 'libnsl' 'curl' 'c-ares' 'qt5-svg' 'protobuf' 'desktop-file-utils' 'icu67')
makedepends=('git' 'python3' 'python-pip' 'python2' 'go' 'cmake' 'patchelf' 'dpkg' 'ruby' 'rpm-tools')
provides=('windscribe')
-# Conflicts commented out for now as there is not a binary AUR package yet
-# conflicts=('windscribe-bin')
+conflicts=('windscribe-bin' 'windscribe-v2-bin' 'windscribegui-git')
install=${pkgname}.install
source=('desktop-v2::git+https://github.com/Windscribe/desktop-v2#branch=master' 'patch_installqt' 'patch_buildall' 'patch_stunnel')
sha512sums=('SKIP' '0dcac3f6297e7ecd2bf116099ab170869befc1fda164d78276eaf4fe3ea91fb589fcbb353b3a2c7e4643d7e659146555c4becace1f4ed89ef7ce0bf182aa6a60' '4020705917b3bbac6ddf8fcddbce8896f263d2823825e5d5fa06b35c9eb0ab6085c378bad237870c01b6f015d5d20c183e19c60fc3038a98c1f1997fdc3bc9fb' '3cff8fbd8f42af15400201143c1077797c3c02b6a2dc9edeee6c46801187c3bc2adfdf010d858cd45df2f55772da175d630a95f04cf965f789737c89999985d9')
@@ -22,7 +21,7 @@ prepare(){
# Commented out line 87: configure_cmd.append("-no-opengl")
patch "${srcdir}"/desktop-v2/tools/deps/install_qt.py patch_installqt
-
+
# Removed fakeroot when building deb package as to not cause a nested fakeroot
patch "${srcdir}"/desktop-v2/tools/build_all.py patch_buildall