diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -5,12 +5,19 @@ # Maintainer: Uffe Jakobsen <uffe@uffe.org> # +# +# TODO: +# +# /usr/lib/gcc/i686-pc-msdosdjgpp/6.1.0/../../../../i686-pc-msdosdjgpp/lib/liballeg.a: error adding symbols: Archive has no index; run ranlib to add one +# collect2: error: ld returned 1 exit status +# + _pkgname=allegro _pkgver=4.2.3.1 pkgname=djgpp-allegro4 pkgver=${_pkgver} -pkgrel=2 +pkgrel=3 epoch= pkgdesc="Allegro..." arch=('i686' 'x86_64') @@ -25,13 +32,14 @@ provides=() conflicts=() replaces=() backup=() -options=() +options=('!strip') install= changelog= noextract=() -source=(http://download.gna.org/allegro/allegro/4.2.3.1/allegro-4.2.3.1.tar.gz) +source=(https://github.com/liballeg/allegro5/releases/download/v4-2-3-1/${_pkgname}-${_pkgver}.tar.gz) md5sums=('92b0af3cccc5f3b4c3c1aad69a32baa9') + #_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _target="i686-pc-msdosdjgpp" |