update the sha256sum in the PKGBUILD
This commit is contained in:
parent
9d14d43620
commit
818cde01f2
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ arch=(x86_64)
|
|||
url="https://github.com/dokutan/$pkgname"
|
||||
license=('GPL3')
|
||||
source=("https://github.com/dokutan/$pkgname/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('e7232fe1a20948ecf6f40efde43b19656b2b64faad46fd824786ff33bceab3ee')
|
||||
sha256sums=('bf8bd7b13fb095fd2e789476ff29c4f1f7139f8db90b6d182fc81fd00cb74f6e')
|
||||
depends=('libusb' 'gcc-libs')
|
||||
makedepends=(make)
|
||||
provides=($pkgname)
|
||||
|
|
Loading…
Reference in a new issue