Skip to content

Commit

Permalink
Adding -bin breaks everything.. So fixing it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
oxodao committed Feb 5, 2022
1 parent e4105ef commit 5fa492c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: oxodao <[email protected]>
pkgname=metaprint-bin
pkgver=0.4
pkgrel=1
pkgrel=2
pkgdesc="Give up on your random scripts ! Easily render any computer infos for stuff like i3, tmux, ..."
arch=('x86_64')
url="https://github.com/oxodao/metaprint"
license=('GPL')
optdepends=()
source=("https://github.com/oxodao/$pkgname/releases/download/v$pkgver/$pkgname-v$pkgver-linux-$CARCH")
source=("https://github.com/oxodao/metaprint/releases/download/v$pkgver/metaprint-v$pkgver-linux-$CARCH")
md5sums=('SKIP')

package() {
install -Dm 777 "$pkgname-v$pkgver-linux-$CARCH" "${pkgdir}/usr/bin/metaprint"
install -Dm 777 "metaprint-v$pkgver-linux-$CARCH" "${pkgdir}/usr/bin/metaprint"
}

0 comments on commit 5fa492c

Please sign in to comment.