1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

Better integrity checksums

This commit is contained in:
2024-05-08 21:11:27 +02:00
parent bf2ea3d801
commit 601222b525
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ depends=(gcc-libs)
makedepends=(cargo)
checkdepends=(cargo)
source=("$pkgname-$pkgver.tar.gz::https://github.com/bertptrs/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('dcbff31d50a3731ce19a3c81e6568706')
sha256sums=('479e7e0d8776def17eddd1b5873400589d99a8330f08ed058190009cf8619339')
build() {
cd "$pkgname-$pkgver"