Date: Tuesday, May 5, 2020 @ 20:00:49 Author: anthraxx Revision: 382346
upgpkg: usbctl 1.2-2: reproducible builds rebuild Modified: usbctl/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-05 18:53:02 UTC (rev 382345) +++ PKGBUILD 2020-05-05 20:00:49 UTC (rev 382346) @@ -3,7 +3,7 @@ pkgname=usbctl pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc='Linux-hardened deny_new_usb control' url='https://github.com/anthraxx/usbctl' arch=('any') @@ -11,10 +11,12 @@ depends=('linux-hardened' 'bash' 'usbutils' 'coreutils' 'diffutils' 'procps-ng' 'grep' 'util-linux') checkdepends=('shellcheck') optdepends=('sudo: elevate to root when needed') -source=(https://github.com/anthraxx/usbctl/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz - https://github.com/anthraxx/usbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig) +source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz + ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig) sha512sums=('26395f6723787998c71f296cd6f14ce4f7215957ec6cf8ca732e03ebf0b66c67ad60862c8b5970e2ac69a8a00c957d98712f182bba5893058b37f748d970753b' 'SKIP') +b2sums=('4b9c5fb37de2ac363757d9dbd109f4dc7adc159853049def4f5f8bb1d58ef6bc2fa67a206988e5aaccc6a57a74798fb6cf368d766b93cc7d0e8d9df2425c11e2' + 'SKIP') validpgpkeys=('E240B57E2C4630BA768E2F26FC1B547C8D8172C8') # Levente Polyak check() {
