diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 19:20:26 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-05-02 19:20:26 (GMT) |
commit | 1027168277ece925b7eef5aa841cfa814a1a54fa (patch) | |
tree | eef0d0b9b93ff47e3c1751626afe211baece94fa /abs/extra-testing | |
parent | 25e39d3ad6f66fad48c0183dd568e2fbfded5ca2 (diff) | |
download | linhes_pkgbuild-1027168277ece925b7eef5aa841cfa814a1a54fa.zip linhes_pkgbuild-1027168277ece925b7eef5aa841cfa814a1a54fa.tar.gz linhes_pkgbuild-1027168277ece925b7eef5aa841cfa814a1a54fa.tar.bz2 |
Latest XE.
Diffstat (limited to 'abs/extra-testing')
-rw-r--r-- | abs/extra-testing/xe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/xe/PKGBUILD b/abs/extra-testing/xe/PKGBUILD index 42ba9e8..1ada156 100644 --- a/abs/extra-testing/xe/PKGBUILD +++ b/abs/extra-testing/xe/PKGBUILD @@ -2,13 +2,13 @@ # Maintainer: Cecil Watson<knoppmyth@gmail.com> pkgname=xe -pkgver=2.16.1 -pkgrel=3 +pkgver=2.16.2 +pkgrel=1 pkgdesc="A multi system emulator, that emulates many console and handheld video game systems." arch=('i686' 'x86_64') depends=('gtk2>=2.10.11') url="http://www.xe-emulator.com" -source=('http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.1.tar.bz2' 'http://www.xe-emulator.com/files/bios.zip') +source=('http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.2.tar.bz2' 'http://www.xe-emulator.com/files/bios.zip') install=xe.install build() { cd $startdir/src/xe-x86 |