Update PKGBUILD

This commit is contained in:
Oskar 2022-09-06 11:56:42 +02:00 committed by GitHub
parent 497a3e70ec
commit 8397363429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('cacfac45090b43587ea3cd7969e637a025be5e0aad0b06464fd5cd19302b12e1')
build() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}-${pkgver}/imgurs-cli"
cargo build --release --locked
}