1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 12:40:30 +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

@@ -9,6 +9,6 @@ pkgbase = netctl2iwd
makedepends = cargo makedepends = cargo
depends = gcc-libs depends = gcc-libs
source = netctl2iwd-0.1.2.tar.gz::https://github.com/bertptrs/netctl2iwd/archive/v0.1.2.tar.gz source = netctl2iwd-0.1.2.tar.gz::https://github.com/bertptrs/netctl2iwd/archive/v0.1.2.tar.gz
md5sums = dcbff31d50a3731ce19a3c81e6568706 sha256sums = 479e7e0d8776def17eddd1b5873400589d99a8330f08ed058190009cf8619339
pkgname = netctl2iwd pkgname = netctl2iwd

View File

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