From 55d1e19e71b453a0f47c599f281a2ad2644247d2 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Dec 2011 23:15:23 +0000 Subject: Mon Dec 5 23:15:23 UTC 2011 --- extra/audiofile/PKGBUILD | 30 ++++++++++++++-------- extra/glsof/PKGBUILD | 22 ++++++++--------- extra/graphviz/PKGBUILD | 7 +++--- extra/gthumb/PKGBUILD | 6 ++--- extra/hplip/PKGBUILD | 14 ++++++++--- extra/jack/40-hpet-permissions.rules | 2 ++ extra/jack/99-audio.conf | 2 ++ extra/jack/PKGBUILD | 27 ++++++++++++++++---- extra/jhead/PKGBUILD | 19 ++++++++------ extra/konversation/PKGBUILD | 28 ++++++++++++--------- extra/konversation/konversation.install | 1 + extra/mercurial/PKGBUILD | 6 ++--- extra/redland/PKGBUILD | 44 ++++++++++++++++----------------- extra/sdl_gfx/PKGBUILD | 6 ++--- 14 files changed, 131 insertions(+), 83 deletions(-) create mode 100644 extra/jack/40-hpet-permissions.rules create mode 100644 extra/jack/99-audio.conf (limited to 'extra') diff --git a/extra/audiofile/PKGBUILD b/extra/audiofile/PKGBUILD index 70d3364d9..75624cdea 100644 --- a/extra/audiofile/PKGBUILD +++ b/extra/audiofile/PKGBUILD @@ -1,20 +1,30 @@ -# $Id: PKGBUILD 78833 2010-04-28 13:14:52Z jgc $ -# Maintainer: dorphell +# $Id: PKGBUILD 144340 2011-12-04 20:03:38Z schiv $ +# Maintainer: Ray Rashif +# Contributor: dorphell + pkgname=audiofile -pkgver=0.2.7 +pkgver=0.3.2 pkgrel=1 pkgdesc="Silicon Graphics Audio File Library" arch=('i686' 'x86_64') url="http://www.68k.org/~michael/audiofile/" license=('LGPL') -depends=('glibc') +depends=('gcc-libs' 'alsa-lib') options=('!libtool') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('61efd278627415b5468426fc9e52aef32ea0fdac12b56bcdd72734c2ece5945e') +source=("http://audiofile.68k.org/$pkgname-$pkgver.tar.gz") +md5sums=('cb2c4fe6e899e688ffe5d1568581cb63') build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install } + +# vim:set ts=2 sw=2 et: diff --git a/extra/glsof/PKGBUILD b/extra/glsof/PKGBUILD index 390128888..05a63141a 100644 --- a/extra/glsof/PKGBUILD +++ b/extra/glsof/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 143652 2011-11-28 02:56:39Z eric $ +# $Id: PKGBUILD 144348 2011-12-04 22:01:25Z eric $ # Maintainer: Eric Bélanger pkgname=glsof -pkgver=1.6 -_fmver=1.6 +pkgver=1.6.1 +_fmver=1.6.1 _qver=1.0.0 pkgrel=1 pkgdesc="Two separate GUI utilities (Queries and Filemonitor) to the lsof command line utility" @@ -15,17 +15,17 @@ source=(http://downloads.sourceforge.net/sourceforge/glsof/filemonitor-${_fmver} if [ "$CARCH" = "i686" ]; then source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux32.tar.gz \ glsof-filemonitor glsof-queries) - sha1sums=('cb6f56170beffcd15faa68a02db976cdab1436da' - 'd5a17d66dd02cd78bad5ffdda0b936c7848e4890' - '197b58f40880995d6442fd42a58fa1f4594fd19d' - '2797c326904af16a254c3e39b8c529ea14ef37e5') + sha1sums=('afafaafefcfc5f4bb76f6cbe7c4a39a478e351c2' + 'd5a17d66dd02cd78bad5ffdda0b936c7848e4890' + '197b58f40880995d6442fd42a58fa1f4594fd19d' + '2797c326904af16a254c3e39b8c529ea14ef37e5') elif [ "$CARCH" = "x86_64" ]; then source=(${source[@]} http://downloads.sourceforge.net/sourceforge/glsof/queries-${_qver}/queries_linux64.tar.gz \ glsof-filemonitor glsof-queries) - sha1sums=('cb6f56170beffcd15faa68a02db976cdab1436da' - 'c5dd12e9b2860f1c427ed7cd482e898978051d2c' - '197b58f40880995d6442fd42a58fa1f4594fd19d' - '2797c326904af16a254c3e39b8c529ea14ef37e5') + sha1sums=('afafaafefcfc5f4bb76f6cbe7c4a39a478e351c2' + 'c5dd12e9b2860f1c427ed7cd482e898978051d2c' + '197b58f40880995d6442fd42a58fa1f4594fd19d' + '2797c326904af16a254c3e39b8c529ea14ef37e5') fi package() { diff --git a/extra/graphviz/PKGBUILD b/extra/graphviz/PKGBUILD index ff952ebf0..90865ddae 100644 --- a/extra/graphviz/PKGBUILD +++ b/extra/graphviz/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 143016 2011-11-21 00:00:02Z bisson $ +# $Id: PKGBUILD 144296 2011-12-04 10:42:58Z bisson $ + # Maintainer: Gaetan Bisson # Contributor: kevin # Contributor: John Proctor pkgname=graphviz pkgver=2.28.0 -pkgrel=5 +pkgrel=6 pkgdesc='Graph visualization software' url='http://www.graphviz.org/' license=('custom:EPL') arch=('i686' 'x86_64') -depends=('gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') +depends=('libltdl' 'gd' 'librsvg' 'libxaw' 'ghostscript' 'pango' 'gts') makedepends=('swig' 'mono' 'guile' 'lua' 'ocaml' 'perl' 'php' 'python2' 'r' 'ruby' 'tk' 'qt') optdepends=('mono: sharp bindings' 'guile: guile bindings' diff --git a/extra/gthumb/PKGBUILD b/extra/gthumb/PKGBUILD index efdb1066c..04888a61b 100644 --- a/extra/gthumb/PKGBUILD +++ b/extra/gthumb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141228 2011-10-26 22:25:00Z heftig $ +# $Id: PKGBUILD 144352 2011-12-04 23:08:08Z heftig $ # Maintainer: Jan de Groot # Contributor: Tobias Kieslich pkgname=gthumb -pkgver=2.14.0 +pkgver=2.14.1 pkgrel=1 pkgdesc="Image browser and viewer for the GNOME Desktop" arch=(i686 x86_64) @@ -15,7 +15,7 @@ optdepends=('gstreamer0.10-base: video support') options=('!libtool' '!emptydirs') install=gthumb.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('9db3e4f714d62b91185e4f8edbee2c98a85bd76f0d4b82a7d7868a9b86ae10a2') +sha256sums=('002a6611112273189348871ff7c717fb3c776f5570656389e3d6c5b26bffa11f') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/hplip/PKGBUILD b/extra/hplip/PKGBUILD index 52815df01..c9a89bd84 100644 --- a/extra/hplip/PKGBUILD +++ b/extra/hplip/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 140998 2011-10-21 02:57:10Z eric $ +# $Id: PKGBUILD 144358 2011-12-05 03:45:19Z eric $ # Maintainer : Rémy Oudompheng # Contributor: Morgan LEFIEUX pkgname=hplip pkgver=3.11.10 -pkgrel=1 +pkgrel=2 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and some LaserJet" arch=('i686' 'x86_64') url="http://hplipopensource.com" @@ -33,6 +33,12 @@ build() { export PYTHON=python2 find . -type f -exec sed -i 's~^#.*env python~#!/usr/bin/env python2~' {} + sed -i '1s|#!/usr/bin/python|#!/usr/bin/python2|' base/magic.py + sed -i 's|python ./print.py|python2 ./print.py|' scan.py + sed -i 's|python ./testpage.py|python2 ./testpage.py|' setup.py + sed -i 's|python ./setup.py|python2 ./setup.py|' ui4/devmgr5.py ui4/nodevicesdialog.py + sed -i 's|python %HOME%|python2 %HOME%|' base/utils.py + sed -i 's|python ./plugin.py|python2 ./plugin.py|' base/pkit.py + # fix sysfs rules sed -i -e "s|SYSFS|ATTR|g" \ -e "s|sysfs|attr|g" \ @@ -43,6 +49,8 @@ build() { --enable-foomatic-rip-hplip-install \ --enable-foomatic-ppd-install \ --enable-hpcups-install \ + --enable-new-hpcups \ + --enable-cups-ppd-install \ --enable-cups-drv-install \ --enable-hpijs-install \ --enable-foomatic-drv-install \ @@ -54,7 +62,7 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make rulesdir=/lib/udev/rules.d DESTDIR="$pkgdir/" install + make rulesdir=/lib/udev/rules.d DESTDIR="$pkgdir/" install # remove config provided by sane and autostart of hp-daemon rm -rf "$pkgdir"/etc/{sane.d,xdg} } diff --git a/extra/jack/40-hpet-permissions.rules b/extra/jack/40-hpet-permissions.rules new file mode 100644 index 000000000..7af3780f9 --- /dev/null +++ b/extra/jack/40-hpet-permissions.rules @@ -0,0 +1,2 @@ +KERNEL=="rtc0", GROUP="audio" +KERNEL=="hpet", GROUP="audio" diff --git a/extra/jack/99-audio.conf b/extra/jack/99-audio.conf new file mode 100644 index 000000000..eb76ef920 --- /dev/null +++ b/extra/jack/99-audio.conf @@ -0,0 +1,2 @@ +@audio - rtprio 99 +@audio - memlock unlimited diff --git a/extra/jack/PKGBUILD b/extra/jack/PKGBUILD index 77cad996c..42b709b7e 100644 --- a/extra/jack/PKGBUILD +++ b/extra/jack/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 138822 2011-09-28 16:36:05Z schiv $ +# $Id: PKGBUILD 144303 2011-12-04 16:54:45Z schiv $ # Maintainer: Ray Rashif # Contributor: tobias # Contributor: Robert Emil Berge @@ -6,7 +6,7 @@ pkgname=jack _longname=jack-audio-connection-kit pkgver=0.121.3 -pkgrel=1 +pkgrel=4 pkgdesc="A low-latency audio server" arch=('i686' 'x86_64') license=('GPL' 'LGPL') @@ -15,13 +15,17 @@ makedepends=('doxygen' 'libffado' 'celt') optdepends=('libffado: FireWire support' 'celt: NetJACK driver') url="http://jackaudio.org/" +backup=(etc/security/limits.d/99-audio.conf) options=('!libtool') provides=("$_longname=$pkgver") conflicts=("$_longname") replaces=("$_longname") -changelog=$pkgname.changelog -source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz") -md5sums=('35f470f7422c37b33eb965033f7a42e8') +source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz" + '99-audio.conf' + '40-hpet-permissions.rules') +md5sums=('35f470f7422c37b33eb965033f7a42e8' + 'ae65b7c9ebe0fff6c918ba9d97ae342d' + '471aad533ff56c5d3cbbf65ce32cadef') build() { cd "$srcdir/$_longname-$pkgver" @@ -35,6 +39,19 @@ package() { cd "$srcdir/$_longname-$pkgver" make DESTDIR="$pkgdir" install + + # configure realtime access/scheduling + # see https://bugs.archlinux.org/task/26343 + install -Dm644 "$srcdir/99-audio.conf" \ + "$pkgdir/etc/security/limits.d/99-audio.conf" + + install -Dm644 "$srcdir/40-hpet-permissions.rules" \ + "$pkgdir/lib/udev/rules.d/40-hpet-permissions.rules" + + # install a missing header forgotten by upstream + # see https://bugs.archlinux.org/task/26865 + install -Dm644 "$srcdir/$_longname-$pkgver/jack/jslist.h" \ + "$pkgdir/usr/include/jack/jslist.h" } # vim:set ts=2 sw=2 et: diff --git a/extra/jhead/PKGBUILD b/extra/jhead/PKGBUILD index bc442c8a8..16d1650c4 100644 --- a/extra/jhead/PKGBUILD +++ b/extra/jhead/PKGBUILD @@ -1,12 +1,11 @@ -# $Id: PKGBUILD 67926 2010-02-09 19:58:32Z giovanni $ +# $Id: PKGBUILD 144342 2011-12-04 21:25:01Z eric $ # Maintainer: François Charette # Contributor: Giovanni Scafora pkgname=jhead -pkgver=2.90 +pkgver=2.93 pkgrel=1 pkgdesc="EXIF JPEG info parser and thumbnail remover" -arch=(i686 x86_64) url="http://www.sentex.net/~mwandel/jhead/" arch=('i686' 'x86_64') license=('custom') @@ -14,13 +13,17 @@ depends=('glibc') optdepends=('libjpeg: to up-right images according to rotation tag') source=(http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz LICENSE) -md5sums=('661effa9420bb92cb99ced697c5a177f' +md5sums=('23ac51b4aea2df663d684744e282eb7d' '1f0db611d2642a981719f45252762a45') build() { cd "${srcdir}/${pkgname}-${pkgver}" - make || return 1 - install -D -m755 jhead "${pkgdir}/usr/bin/jhead" || return 1 - install -D -m644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1" || return 1 - install -D -m644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" || return 1 + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + install -D -m755 jhead "${pkgdir}/usr/bin/jhead" + install -D -m644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1" + install -D -m644 ${srcdir}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } diff --git a/extra/konversation/PKGBUILD b/extra/konversation/PKGBUILD index e118d6562..3694bc377 100644 --- a/extra/konversation/PKGBUILD +++ b/extra/konversation/PKGBUILD @@ -1,26 +1,25 @@ -# $Id: PKGBUILD 90511 2010-09-12 10:03:56Z pierre $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 144356 2011-12-05 01:48:51Z stephane $ +# Maintainer: Stéphane Gaudreault +# Contributor: Andrea Scarpino # Contributor: James Rayner # Contributor: Sergio Jovani Guzman pkgname=konversation -pkgver=1.3.1 -pkgrel=2 +pkgver=1.4 +pkgrel=1 pkgdesc="A user friendly IRC client for KDE" arch=('i686' 'x86_64') url="http://konversation.kde.org" -depends=('kdebase-runtime' 'kdepimlibs') +depends=('kdebase-runtime' 'kdepimlibs' 'python') makedepends=('automoc4' 'cmake' 'pkgconfig' 'docbook-xml') license=('GPL2' 'FDL') install=${pkgname}.install options=('!makeflags') -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('f43ac55e4925e9578e87b13fde173671') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('90741721f68a02d4345b9006a8ae53bc49ef3777') build() { - cd ${srcdir} - sed 's#/usr/bin/env python#/usr/bin/python2#' \ - -i ${pkgname}-${pkgver}/data/scripts/media + cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -31,6 +30,11 @@ build() { } package() { - cd ${srcdir}/build - make DESTDIR=${pkgdir} install + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install + + # Remove a bunch of symlinks pointing to non-existant files + for lang in pt_BR uk sv et de en nl; do + rm "${pkgdir}"/usr/share/doc/kde/html/${lang}/konversation/common + done } diff --git a/extra/konversation/konversation.install b/extra/konversation/konversation.install index e70c054ec..5a3809d3f 100644 --- a/extra/konversation/konversation.install +++ b/extra/konversation/konversation.install @@ -1,5 +1,6 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q } post_upgrade() { diff --git a/extra/mercurial/PKGBUILD b/extra/mercurial/PKGBUILD index 826b6ff9e..e886963b4 100644 --- a/extra/mercurial/PKGBUILD +++ b/extra/mercurial/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141720 2011-11-02 15:09:38Z giovanni $ +# $Id: PKGBUILD 144344 2011-12-04 21:37:38Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Douglas Soares de Andrade pkgname=mercurial -pkgver=2.0 +pkgver=2.0.1 pkgrel=1 pkgdesc="A scalable distributed SCM tool" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('tk: for the hgk GUI') backup=('etc/mercurial/hgrc') source=("http://mercurial.selenic.com/release/${pkgname}-${pkgver}.tar.gz" 'mercurial.profile') -md5sums=('38f439a63bae1687d385758c8ad3d53e' +md5sums=('16576b3089a88a84a35edc30e17a03a9' '43e1d36564d4c7fbe9a091d3ea370a44') package() { diff --git a/extra/redland/PKGBUILD b/extra/redland/PKGBUILD index 85ea14d13..39211e051 100644 --- a/extra/redland/PKGBUILD +++ b/extra/redland/PKGBUILD @@ -1,24 +1,24 @@ -# $Id: PKGBUILD 134578 2011-08-06 08:18:12Z andrea $ +# $Id: PKGBUILD 144346 2011-12-04 21:50:29Z eric $ # Maintainer: AndyRTR # Contributor: Francois Charette pkgbase=redland epoch=1 pkgname=('redland' 'redland-storage-mysql' 'redland-storage-postgresql' 'redland-storage-virtuoso' 'redland-storage-sqlite') -pkgver=1.0.14 +pkgver=1.0.15 pkgrel=1 url="http://librdf.org/" license=("GPL") arch=('i686' 'x86_64') -makedepends=('rasqal>=0.9.26' 'raptor>=2.0.4' 'db>=5.2' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3') +makedepends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'db>=5.2' 'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3') options=('!libtool') source=(http://download.librdf.org/source/$pkgname-$pkgver.tar.gz rpath.diff) -md5sums=('3400579d137da82c4175debf9f6d53ba' +md5sums=('b0deb87f3c7d3237a3d587c1e0f2f266' 'acc85e784f01a656bd56777f95880787') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --enable-release \ --disable-static \ @@ -27,52 +27,52 @@ build() { --with-sqlite=3 # nuke rpath - patch -Np0 -i ${srcdir}/rpath.diff + patch -Np0 -i "${srcdir}/rpath.diff" make } package_redland() { pkgdesc="Library that provides a high-level interface to RDF data" - depends=('rasqal>=0.9.26' 'raptor>=2.0.4' 'libtool') + depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libtool') - cd ${srcdir}/${pkgbase}-${pkgver} - make DESTDIR=${pkgdir} install - rm -rf ${pkgdir}/usr/lib/redland + cd "${srcdir}/${pkgbase}-${pkgver}" + make DESTDIR="${pkgdir}" install + rm -rf "${pkgdir}/usr/lib/redland" } package_redland-storage-mysql() { pkgdesc="MySQL storage support for Redland" depends=('redland' 'libmysqlclient') - cd ${srcdir}/${pkgbase}-${pkgver} - install -dm755 ${pkgdir}/usr/lib/redland - install -m755 src/.libs/librdf_storage_mysql.so ${pkgdir}/usr/lib/redland/librdf_storage_mysql.so + cd "${srcdir}/${pkgbase}-${pkgver}" + install -dm755 "${pkgdir}/usr/lib/redland" + install -m755 src/.libs/librdf_storage_mysql.so "${pkgdir}/usr/lib/redland/librdf_storage_mysql.so" } package_redland-storage-postgresql() { pkgdesc="PostgreSQL storage support for Redland" depends=('redland' 'postgresql-libs') - cd ${srcdir}/${pkgbase}-${pkgver} - install -dm755 ${pkgdir}/usr/lib/redland - install -m755 src/.libs/librdf_storage_postgresql.so ${pkgdir}/usr/lib/redland/ + cd "${srcdir}/${pkgbase}-${pkgver}" + install -dm755 "${pkgdir}/usr/lib/redland" + install -m755 src/.libs/librdf_storage_postgresql.so "${pkgdir}/usr/lib/redland/" } package_redland-storage-virtuoso() { pkgdesc="Virtuoso storage support for Redland" depends=('redland' 'unixodbc' 'db') - cd ${srcdir}/${pkgbase}-${pkgver} - install -dm755 ${pkgdir}/usr/lib/redland - install -m755 src/.libs/librdf_storage_virtuoso.so ${pkgdir}/usr/lib/redland/ + cd "${srcdir}/${pkgbase}-${pkgver}" + install -dm755 "${pkgdir}/usr/lib/redland" + install -m755 src/.libs/librdf_storage_virtuoso.so "${pkgdir}/usr/lib/redland/" } package_redland-storage-sqlite() { pkgdesc="SQLite storage support for Redland" depends=('redland' 'sqlite3' 'db') - cd ${srcdir}/${pkgbase}-${pkgver} - install -dm755 ${pkgdir}/usr/lib/redland - install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/ + cd "${srcdir}/${pkgbase}-${pkgver}" + install -dm755 "${pkgdir}/usr/lib/redland" + install -m755 src/.libs/librdf_storage_sqlite.so "${pkgdir}/usr/lib/redland/" } diff --git a/extra/sdl_gfx/PKGBUILD b/extra/sdl_gfx/PKGBUILD index 393f04784..b7e0c1b32 100644 --- a/extra/sdl_gfx/PKGBUILD +++ b/extra/sdl_gfx/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 96464 2010-10-21 10:33:40Z allan $ +# $Id: PKGBUILD 144350 2011-12-04 22:59:47Z heftig $ # Maintainer: Allan McRae # Contributor: Tom Newsom pkgname=sdl_gfx -pkgver=2.0.22 +pkgver=2.0.23 pkgrel=1 pkgdesc="SDL Graphic Primitives" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ options=(!libtool) url="http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-software/19-sdlgfx" source=(http://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-${pkgver}.tar.gz) depends=('sdl') -md5sums=('330f291f1f09a1bdf397c9b40d92ca41') +md5sums=('fcc3c4f2d1b4943409bf7e67dd65d03a') build() { cd ${srcdir}/SDL_gfx-${pkgver} -- cgit v1.2.3-54-g00ecf