mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
love: update to 11.3
This commit is contained in:
parent
5fa93bbd1a
commit
a342f7850e
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'love'
|
||||
pkgname=love
|
||||
version=11.2
|
||||
version=11.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -8,11 +8,11 @@ hostmakedepends="pkg-config"
|
|||
makedepends="SDL2-devel devil-devel libopenal-devel LuaJIT-devel freetype-devel
|
||||
physfs-devel libmodplug-devel mpg123-devel libvorbis-devel libtheora-devel"
|
||||
depends="hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="A framework for writing 2D games in lua"
|
||||
short_desc="Framework for writing 2D games in lua"
|
||||
maintainer="Caleb Pilon <CJP@cock.li>"
|
||||
license="Zlib"
|
||||
homepage="https://love2d.org/"
|
||||
distfiles="https://bitbucket.org/rude/love/downloads/love-${version}-linux-src.tar.gz"
|
||||
checksum=6aaf8104fc35bb8bbd7865986b98079e7564ffdb374ea4d33604b46b458444f6
|
||||
checksum=649f0db7750ca121e4de7b60208703661052356df35f4cfad490b1ba14dd1455
|
||||
nocross="LuaJIT-devel is nocross"
|
||||
lib32disabled=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue