summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-04-30 21:20:57 +0330
committerAli Molaei2024-04-30 21:20:57 +0330
commit12770debac3c5a4ddb62b5215bf5241dc76cf7ff (patch)
tree082e3f43bce50465d9765d1464555f016f5aacc9
parent1de45c49f4dc2479e3c6a8a09fa77e431075d109 (diff)
downloadaur-12770debac3c5a4ddb62b5215bf5241dc76cf7ff.tar.gz
Don't use checksum for git as pamac seems to have problems with it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba9f382e220c..3e04cff3e2ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-proton-vpn-killswitch-network-manager
pkgdesc = The proton-vpn-killswitch-network-manager component is the implementation of the proton-vpn-killswitch interface using Network Manager.
pkgver = 0.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager
arch = any
groups = ProtonVPN
@@ -11,6 +11,6 @@ pkgbase = python-proton-vpn-killswitch-network-manager
depends = python-proton-vpn-network-manager
depends = python-proton-vpn-killswitch
source = git+https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager.git#tag=v0.4.3
- sha256sums = 7b5b34148fb4fd12b22076018d71f4286a4f327b0cf94cc58fdd18c87719d6c6
+ sha256sums = SKIP
pkgname = python-proton-vpn-killswitch-network-manager
diff --git a/PKGBUILD b/PKGBUILD
index 92e481b36265..256ac8244cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-proton-vpn-killswitch-network-manager
pkgver=0.4.3
-pkgrel=2
+pkgrel=3
pkgdesc="The proton-vpn-killswitch-network-manager component is the implementation of the proton-vpn-killswitch interface using Network Manager."
arch=("any")
url="https://github.com/ProtonVPN/python-proton-vpn-killswitch-network-manager"
@@ -11,7 +11,7 @@ groups=("ProtonVPN")
depends=("python-proton-vpn-network-manager" "python-proton-vpn-killswitch")
makedepends=("git" "python-setuptools")
source=("git+https://github.com/ProtonVPN/${pkgname}.git#tag=v${pkgver}")
-sha256sums=('7b5b34148fb4fd12b22076018d71f4286a4f327b0cf94cc58fdd18c87719d6c6')
+sha256sums=('SKIP')
build() {
cd "$pkgname"