update the sha256sum in the PKGBUILD

This commit is contained in:
dokutan 2022-01-22 02:32:01 +01:00
parent 9d14d43620
commit 818cde01f2

View file

@ -8,7 +8,7 @@ arch=(x86_64)
url="https://github.com/dokutan/$pkgname" url="https://github.com/dokutan/$pkgname"
license=('GPL3') license=('GPL3')
source=("https://github.com/dokutan/$pkgname/archive/v$pkgver.tar.gz") source=("https://github.com/dokutan/$pkgname/archive/v$pkgver.tar.gz")
sha256sums=('e7232fe1a20948ecf6f40efde43b19656b2b64faad46fd824786ff33bceab3ee') sha256sums=('bf8bd7b13fb095fd2e789476ff29c4f1f7139f8db90b6d182fc81fd00cb74f6e')
depends=('libusb' 'gcc-libs') depends=('libusb' 'gcc-libs')
makedepends=(make) makedepends=(make)
provides=($pkgname) provides=($pkgname)