summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Weiss2022-04-04 09:30:42 -0700
committerMaximilian Weiss2022-04-04 09:30:42 -0700
commitd81306a35dc0147972f701f5bb83e619028d8b42 (patch)
tree6731e8a347d79251d6871d97274ffc88f099698d
parent52c135a7b285799a0eb3c251a0e14ff27cc940e4 (diff)
downloadaur-d81306a35dc0147972f701f5bb83e619028d8b42.tar.gz
Update git pull protocol
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaeca04e0380..5042a76d15e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-btchip-git
pkgdesc = Python library to communicate with BTChip dongle
pkgver = 0.1.32
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/LedgerHQ/btchip-python
arch = any
license = Apache
@@ -15,7 +15,7 @@ pkgbase = python-btchip-git
provides = python-btchip
conflicts = python-btchip-git
conflicts = python-btchip
- source = git://github.com/LedgerHQ/btchip-python
+ source = git+https://github.com/LedgerHQ/btchip-python
sha256sums = SKIP
pkgname = python-btchip-git
diff --git a/PKGBUILD b/PKGBUILD
index fcf2399b2604..a4e139e9083b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-btchip-git
pkgver=0.1.32
-pkgrel=2
+pkgrel=3
pkgdesc="Python library to communicate with BTChip dongle"
arch=('any')
depends=('python-hidapi' 'libusb-compat' 'libusb' 'libsystemd')
@@ -14,7 +14,7 @@ url="https://github.com/LedgerHQ/btchip-python"
license=('Apache')
provides=('python-btchip-git' 'python-btchip')
conflicts=('python-btchip-git' 'python-btchip')
-source=(git://github.com/LedgerHQ/btchip-python)
+source=(git+https://github.com/LedgerHQ/btchip-python)
sha256sums=('SKIP')
pkgver() {