Skip to content

Commit

Permalink
chore(aur): added usage as optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed May 12, 2024
1 parent 7e8dab5 commit 5280ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release-aur-bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ provides=('mise')
conflicts=('mise' 'rtx-bin' 'rtx')
replaces=('rtx-bin')
options=('!lto')
source=("mise-\$pkgver.tar.gz::${TAR_GZ_URI}")
source=("mise-\$pkgver.tar.gz::https://github.com/jdx/mise/releases/download/\$pkgver/mise-\$pkgver-linux-x64.tar.gz")
sha512sums=('$SHA512')
optdepends=('usage-bin: completion support')
build() {
cd "\$srcdir/"
Expand Down
1 change: 1 addition & 0 deletions scripts/release-aur.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ replaces=('rtx')
options=('!lto')
source=("\$pkgname-\$pkgver.tar.gz::https://github.com/jdx/\$pkgname/archive/v\$pkgver.tar.gz")
sha512sums=('$SHA512')
optdepends=('usage: completion support')
prepare() {
cd "\$srcdir/\$pkgname-\$pkgver"
Expand Down

0 comments on commit 5280ece

Please sign in to comment.