Skip to content

Commit

Permalink
incr: minor release on aur
Browse files Browse the repository at this point in the history
  • Loading branch information
LighghtEeloo committed Apr 17, 2024
1 parent 1f3ecc4 commit 1565dae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=charcoal
pkgver=0.2.8
pkgrel=1
pkgrel=2
pkgdesc="Charcoal, a command line dictionary"
arch=('x86_64')
reponame=charcoal
Expand All @@ -13,7 +13,6 @@ makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")

prepare() {
mv "$srcdir/$reponame-$pkgver" "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$pkgname-$pkgver"
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}
Expand Down

0 comments on commit 1565dae

Please sign in to comment.