diff options
author | Chloe Colman | 2023-08-24 11:46:06 -0400 |
---|---|---|
committer | Chloe Colman | 2023-08-24 11:46:06 -0400 |
commit | d070c8c3487dd085916a0643a21c42a88898ee13 (patch) | |
tree | fd3713e6b1c39cd28879fcac36684c613b5de57e | |
parent | ca98bc95171bbb56e4a0b436a2b082d013f74da6 (diff) | |
download | aur-d070c8c3487dd085916a0643a21c42a88898ee13.tar.gz |
switch source to github rel due to missing file
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = python-yubico pkgdesc = Pure-python library for interacting with Yubikeys pkgver = 1.3.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Yubico/python-yubico changelog = ChangeLog arch = any @@ -12,8 +12,8 @@ pkgbase = python-yubico makedepends = python-installer makedepends = python-wheel depends = python-pyusb - source = python-yubico-1.3.3.tar.gz::https://files.pythonhosted.org/packages/source/p/python-yubico/python-yubico-1.3.3.tar.gz - source = python-yubico-1.3.3.tar.gz.asc::https://files.pythonhosted.org/packages/source/p/python-yubico/python-yubico-1.3.3.tar.gz.asc + source = python-yubico-1.3.3.tar.gz::https://github.com/Yubico/python-yubico/releases/download/python-yubico-1.3.3/python-yubico-1.3.3.tar.gz + source = python-yubico-1.3.3.tar.gz.sig::https://github.com/Yubico/python-yubico/releases/download/python-yubico-1.3.3/python-yubico-1.3.3.tar.gz.sig validpgpkeys = 20EE325B86A81BCBD3E56798F04367096FBA95E8 sha256sums = d8466427aa5922ac5d4b7e9c65b693108427cf537d653d68cb212c0713e8e6f5 sha256sums = SKIP @@ -4,7 +4,7 @@ pkgname=python-yubico _pkg="${pkgname#python-}" pkgver=1.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Pure-python library for interacting with Yubikeys" arch=('any') url="https://github.com/Yubico/python-yubico" @@ -13,8 +13,9 @@ depends=('python-pyusb') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-nose') changelog=ChangeLog -source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz" - "$pkgname-$pkgver.tar.gz.asc::https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz.asc") + +source=("$pkgname-$pkgver.tar.gz::https://github.com/Yubico/python-yubico/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" + "$pkgname-$pkgver.tar.gz.sig::https://github.com/Yubico/python-yubico/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz.sig") sha256sums=('d8466427aa5922ac5d4b7e9c65b693108427cf537d653d68cb212c0713e8e6f5' 'SKIP') validpgpkeys=('20EE325B86A81BCBD3E56798F04367096FBA95E8') ## Dain Nilsson |