pkgbuild typo

This commit is contained in:
Eric Lay 2023-04-21 09:32:10 -05:00
parent 342fffc174
commit ba9e1a38f9
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Eric Lay <ericlaytm@gmail.com>
pkgname=fuzzy-pokedex
pkgver=r16.0c9b118
pkgver=r37.342fffc
pkgrel=1
pkgdesc="A Pokedex for your terminal"
arch=('any')
@ -24,7 +24,7 @@ pkgver(){
package() {
cd "$srcdir/$pkgname"
install -Dm666 pokeData/* -t "$pkgdir/usr/share/$pkgname/pokeData"
install -Dm666 keybinds-preview -t "$pkgdir/usr/share/$pkgname/"
install -Dm666 keybindings-preview -t "$pkgdir/usr/share/$pkgname/"
install -Dm755 pokedex -t "$pkgdir/usr/bin"
install -Dm755 pokeInfo -t "$pkgdir/usr/bin"
}