Date: Tuesday, February 9, 2021 @ 16:59:07 Author: felixonmars Revision: 851076
upgpkg: python-btchip 0.1.31-1 Modified: python-btchip/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 16:57:24 UTC (rev 851075) +++ PKGBUILD 2021-02-09 16:59:07 UTC (rev 851076) @@ -3,8 +3,8 @@ # Contributor: Andy Weidenbaum <[email protected]> pkgname=python-btchip -pkgver=0.1.30 -pkgrel=2 +pkgver=0.1.31 +pkgrel=1 pkgdesc="Python library to communicate with BTChip dongle" arch=('any') depends=('python-hidapi') @@ -13,7 +13,7 @@ url="https://github.com/LedgerHQ/btchip-python" license=('Apache') source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz") -sha256sums=('66f999b728b168cb24374ddcf32a8315cbe76d9550640f414d1b8a7db4c5998b') +sha512sums=('dd943df6724131e79b2f556303df6f21a859ddbfe02ade5aaa9b39fb305f6faf5b4a6eb645791c4441c6a7464e95ca1122398f4a0c18fc64464bfb145048dbf7') build() { cd "btchip-python-$pkgver"
