Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 9adeca4

Browse files
committed
aur
1 parent e5398f8 commit 9adeca4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

aur/PKGBUILD

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/axrona/anitr-cli/archiv
2121
sha256sums=('SKIP')
2222

2323
build() {
24-
cd "$srcdir/$pkgname-$pkgver"
25-
24+
cd "$srcdir/$pkgname-${pkgver//+/-}"
2625
export GOFLAGS="-mod=mod"
2726
go mod tidy
2827
go fmt ./...
@@ -32,6 +31,6 @@ build() {
3231
}
3332

3433
package() {
35-
cd "$srcdir/$pkgname-$pkgver"
34+
cd "$srcdir/$pkgname-${pkgver//+/-}"
3635
install -Dm755 build/anitr-cli "${pkgdir}/usr/bin/${pkgname}"
3736
}

0 commit comments

Comments
 (0)