Date: Sunday, October 6, 2013 @ 18:29:05 Author: jlichtblau Revision: 98143
upgpkg: dosbox 0.74-6 Modified: dosbox/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-06 16:28:12 UTC (rev 98142) +++ PKGBUILD 2013-10-06 16:29:05 UTC (rev 98143) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Jaroslav Lichtblau +# Maintainer: Jaroslav Lichtblau <[email protected]> # Contributor: Jelle van der Waa <[email protected]> # Contributor: James Rayner <[email protected]> # Contributor: Ben <[email protected]> @@ -8,17 +8,17 @@ pkgver=0.74 pkgrel=6 pkgdesc='Emulator with builtin DOS for running DOS Games' -arch=('x86_64' 'i686') +arch=('i686' 'x86_64') url='http://dosbox.sourceforge.net/' license=('GPL') depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu') makedepends=('mesa-libgl' 'gendesk') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" - 'dosbox.png' - 'gcc46.patch') -md5sums=('b9b240fa87104421962d14eee71351e8' - '2aac25fc06979e375953fcc36824dc5e' - '3fba2e3c7c43290319b2928f40ed30e5') +source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz + dosbox.png + gcc46.patch) +sha256sums=('13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05' + '491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b' + 'f4848d22982b47d1f123ff2c68493460e93aca593ea4a122d69d08625755359c') prepare() { cd "$srcdir" @@ -31,8 +31,8 @@ patch -Np1 -i "$srcdir/gcc46.patch" sed -i 's/png_check_sig/png_sig_cmp/' configure - ./configure --prefix=/usr \ - --sysconfdir=/etc/dosbox + + ./configure --prefix=/usr --sysconfdir=/etc/dosbox make } @@ -41,7 +41,7 @@ make DESTDIR="$pkgdir" install - # install docs, make does not install them +# install docs, make does not install them install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README install -Dm644 docs/README.video "$pkgdir"/usr/share/doc/$pkgname/README.video
