update for dev branch
This commit is contained in:
parent
aeb1671512
commit
8eb13ab9aa
6
PKGBUILD
6
PKGBUILD
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Eric Lay <ericlaytm@gmail.com>
|
# Maintainer: Eric Lay <ericlaytm@gmail.com>
|
||||||
pkgname=fuzzy-pokedex-dev
|
pkgname=fuzzy-pokedex-dev
|
||||||
pkgver=r48.8bc82b5
|
pkgver=r49.aeb1671
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Pokedex for your terminal -DEV VERSION"
|
pkgdesc="A Pokedex for your terminal -DEV VERSION"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -24,6 +24,6 @@ pkgver(){
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/${pkgname:0:-4}"
|
cd "$srcdir/${pkgname:0:-4}"
|
||||||
install -Dm666 pokeData/* -t "$pkgdir/usr/share/$pkgname/pokeData"
|
install -Dm666 pokeData/* -t "$pkgdir/usr/share/$pkgname/pokeData"
|
||||||
install -Dm666 keybindings-preview -t "$pkgdir/usr/share/$pkgname/"
|
install -Dm666 keybindings-preview -t "$pkgdir/usr/share/$pkgname"
|
||||||
install -Dm755 pokedex-dev -t "$pkgdir/usr/bin/$pkgname"
|
install -Dm755 pokedex-dev -t "$pkgdir/usr/bin"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue