neverball: rebuild against libpng-1.6.
This commit is contained in:
parent
c0ed07d20f
commit
396bb9ff3d
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'neverball'
|
# Template file for 'neverball'
|
||||||
pkgname=neverball
|
pkgname=neverball
|
||||||
version=1.5.4
|
version=1.5.4
|
||||||
revision=8
|
revision=9
|
||||||
makedepends="libpng-devel>=1.5.10 libjpeg-turbo-devel libvorbis-devel
|
makedepends="libpng-devel>=1.6 libjpeg-turbo-devel libvorbis-devel
|
||||||
SDL_ttf-devel physfs-devel"
|
SDL_ttf-devel physfs-devel"
|
||||||
short_desc="Puzzle/action game similar to Super Monkey Ball"
|
short_desc="Puzzle/action game similar to Super Monkey Ball"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -46,6 +46,6 @@ do_install() {
|
||||||
neverball_package() {
|
neverball_package() {
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue