love: update to 11.4.
This commit is contained in:
parent
4724a4a924
commit
2ee3b80b33
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'love'
|
# Template file for 'love'
|
||||||
pkgname=love
|
pkgname=love
|
||||||
version=11.3
|
version=11.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -9,11 +9,11 @@ makedepends="SDL2-devel devil-devel libopenal-devel LuaJIT-devel freetype-devel
|
||||||
physfs-devel libmodplug-devel mpg123-devel libvorbis-devel libtheora-devel"
|
physfs-devel libmodplug-devel mpg123-devel libvorbis-devel libtheora-devel"
|
||||||
depends="hicolor-icon-theme desktop-file-utils"
|
depends="hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Framework for writing 2D games in lua"
|
short_desc="Framework for writing 2D games in lua"
|
||||||
maintainer="Caleb Pilon <CJP@cock.li>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Zlib"
|
license="Zlib"
|
||||||
homepage="https://love2d.org/"
|
homepage="https://love2d.org/"
|
||||||
distfiles="https://bitbucket.org/rude/love/downloads/love-${version}-linux-src.tar.gz"
|
distfiles="https://github.com/love2d/love/releases/download/${version}/love-${version}-linux-src.tar.gz"
|
||||||
checksum=649f0db7750ca121e4de7b60208703661052356df35f4cfad490b1ba14dd1455
|
checksum=e32feecaf5f4f210242a4b5f26cdf9ce9014bfde18d51286f643bb7fe51f5369
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
|
Loading…
Reference in New Issue