Search Criteria
Package Details: andyetitmoves-demo 1.2.2-1
Git Clone URL: | https://aur.archlinux.org/andyetitmoves-demo.git (read-only, click to copy) |
---|---|
Package Base: | andyetitmoves-demo |
Description: | physics-based platform game (demo) |
Upstream URL: | http://www.andyetitmoves.net/ |
Licenses: | |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2010-09-04 20:03 |
Last Updated: | 2015-06-12 19:57 |
Dependencies (7)
- libpng12
- libtheora (libtheora-ptalarbvorm, libtheora-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-git, libvorbis-aotuv)
- libxft (libxft-bgra, libxft-bgra-git)
- mesa (mesa-noglvnd, mesa-arm-git, mesa-minimal-git, mesa-git, mesa-minimal+-git)
- openal (openal119-bin, openal-git, openal-minimal-git)
- sdl_image
Latest Comments
jose1711 commented on 2012-05-30 20:55
@Gen2ly: thank you, updated
Gently commented on 2012-05-30 17:03
Oop, will require installing libpng12 from AUR as well.
Gently commented on 2012-05-30 14:40
For updated version the PKGBUILD will need to be edited:
pkgname=andyetitmoves-demo
pkgver=1.2.2
pkgrel=3
pkgdesc="physics-based platform game (demo)"
arch=('i686' 'x86_64')
url="http://www.andyetitmoves.net/"
license=("custom:shareware")
source=("andyetitmovesdemo.desktop")
depends=("mesa" "libxft" "sdl_image" "libtheora" "libvorbis" "openal")
md5sums=('32794af11a18207c0fc1ce5fbd26e30c')
[ "$CARCH" = "i686" ] && source=(${source[@]} "http://www.andyetitmoves.net/demo/andyetitmovesDemo-"$pkgver"_i386.tar.gz")
[ "$CARCH" = "x86_64" ] && source=(${source[@]} "http://www.andyetitmoves.net/demo/andyetitmovesDemo-"$pkgver"_x86_64.tar.gz")
[ "$CARCH" = "i686" ] && md5sums=(${md5sums[@]} '93176476d2be3065d2f1fa3b79852702')
[ "$CARCH" = "x86_64" ] && md5sums=(${md5sums[@]} '47ab38352a95f79d84446dc78aaa7e76')