summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-11-07 22:09:37 +0330
committerAli Molaei2023-11-07 22:09:37 +0330
commit18bc6c6204f0b81f80c51c6c156b5b01b60d39e2 (patch)
tree06fec921723e72e48b1d26d2d901aeee9882d7ec
parent7bff32a81883848cba2686157fe8cb5fb287d08f (diff)
downloadaur-18bc6c6204f0b81f80c51c6c156b5b01b60d39e2.tar.gz
Use commit instead of tag for now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7d97fa6f98e..f46efb52b66d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-vpn-gtk-app
pkgdesc = ProtonVPN GTK app, Maintained by Community
pkgver = 4.1.0
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/ProtonVPN/proton-vpn-gtk-app
arch = any
groups = ProtonVPN
@@ -34,7 +34,7 @@ pkgbase = proton-vpn-gtk-app
optdepends = libappindicator-gtk3
conflicts = protonvpn-gui
conflicts = python-proton-client
- source = git+https://github.com/ProtonVPN/proton-vpn-gtk-app.git#tag=4.1.0
+ source = git+https://github.com/ProtonVPN/proton-vpn-gtk-app.git#commit=713324e9e4ee9f030c8115072cae379eb3340c42
sha256sums = SKIP
pkgname = proton-vpn-gtk-app
diff --git a/PKGBUILD b/PKGBUILD
index 6838f74a52e3..199b037e176c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=proton-vpn-gtk-app
_gitpkgname=proton-vpn-gtk-app
pkgver=4.1.0
-pkgrel=8
+pkgrel=9
pkgdesc="ProtonVPN GTK app, Maintained by Community"
arch=("any")
url="https://github.com/ProtonVPN/proton-vpn-gtk-app"
@@ -35,7 +35,8 @@ depends=("python-proton-core"
"gtk3")
optdepends=("libappindicator-gtk3")
makedepends=("python-setuptools")
-source=("git+https://github.com/ProtonVPN/proton-vpn-gtk-app.git#tag=${pkgver}")
+#source=("git+https://github.com/ProtonVPN/proton-vpn-gtk-app.git#tag=${pkgver}")
+source=("git+https://github.com/ProtonVPN/proton-vpn-gtk-app.git#commit=713324e9e4ee9f030c8115072cae379eb3340c42")
sha256sums=('SKIP')
conflicts=('protonvpn-gui' 'python-proton-client')
build() {