summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorProton Technologies AG2021-11-22 18:10:33 +0000
committerProton Technologies AG2021-11-22 18:10:33 +0000
commit0d896859128dbaee27ca547ac32061cbeb05a08e (patch)
treec9ff75fcb503cfbaf194abeece42ef471e13795a
parentfaa660a5a9c399a7cd18cb2918d077e81d37da6b (diff)
downloadaur-0d896859128dbaee27ca547ac32061cbeb05a08e.tar.gz
Changelog: https://github.com/ProtonVPN/linux-app/blob/master/debian/changelog
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4161f9e5698..0288e3841fec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protonvpn-gui
pkgdesc = Official ProtonVPN Graphical User Interface, maintained by the ProtonVPN team.
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/ProtonVPN/
arch = any
@@ -14,8 +14,8 @@ pkgbase = protonvpn-gui
depends = python-cairo
depends = webkit2gtk
optdepends = libappindicator-gtk3
- source = https://github.com/ProtonVPN/linux-app/archive/refs/tags/1.5.2.tar.gz
+ source = https://github.com/ProtonVPN/linux-app/archive/refs/tags/1.6.0.tar.gz
validpgpkeys = A884 41BD 4864 F95B EE08 E63A 71EB 4740 1994 0E11
- sha256sums = 6eb3d9751e414735d156773eb99dfe225f425d5d48cbf9c656acd83b70c27b50
+ sha256sums = 7af294315cccbab5e47587ba3bce6fc80e8e57b82064d17c10fd49fed099bd21
pkgname = protonvpn-gui
diff --git a/PKGBUILD b/PKGBUILD
index e3198c6bf387..7725dd47d0e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alexandru Cheltutior <acrandom at pm dot me>
pkgname=protonvpn-gui
_gitpkgname=linux-app
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="Official ProtonVPN Graphical User Interface, maintained by the ProtonVPN team."
arch=("any")
@@ -13,7 +13,7 @@ depends=("python-protonvpn-nm-lib" "python-gobject" "python-psutil" "gtk3" "pyth
optdepends=("libappindicator-gtk3")
makedepends=("python-setuptools")
source=("https://github.com/ProtonVPN/linux-app/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('6eb3d9751e414735d156773eb99dfe225f425d5d48cbf9c656acd83b70c27b50')
+sha256sums=('7af294315cccbab5e47587ba3bce6fc80e8e57b82064d17c10fd49fed099bd21')
validpgpkeys=("A884 41BD 4864 F95B EE08 E63A 71EB 4740 1994 0E11")
build() {