allegro4: extract update_* to external update file
This commit is contained in:
parent
1c8ff1ed77
commit
8535f145ca
|
@ -14,8 +14,6 @@ short_desc="Portable library mainly aimed at video game and multimedia programmi
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="Allegro License (MIT alike)"
|
||||
homepage="http://alleg.sourceforge.net/"
|
||||
update_pkgname=allegro
|
||||
update_ignore='5.*'
|
||||
distfiles="${SOURCEFORGE_SITE}/alleg/allegro-$version.tar.gz"
|
||||
checksum=1b21e7577dbfada02d85ca4510bd22fedaa6ce76fde7f4838c7c1276eb840fdc
|
||||
nocross=yes
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
pkgname=allegro
|
||||
ignore='5.*'
|
Loading…
Reference in New Issue