diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-03 03:19:39 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-03 03:19:39 +0000 |
commit | f72cb0ced39aca827b5269eba5455dbf846410e2 (patch) | |
tree | 7047d64bf11194dc5e44ed4f6765ffccb11676cf /extra/libsidplayfp/PKGBUILD | |
parent | 3cbc40e327b77b23d48f55c76c0efde35a5dad16 (diff) |
Fri Jan 3 03:17:00 UTC 2014
Diffstat (limited to 'extra/libsidplayfp/PKGBUILD')
-rw-r--r-- | extra/libsidplayfp/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/libsidplayfp/PKGBUILD b/extra/libsidplayfp/PKGBUILD index fa275e7e2..2d48654fe 100644 --- a/extra/libsidplayfp/PKGBUILD +++ b/extra/libsidplayfp/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 198234 2013-10-30 13:37:47Z allan $ +# $Id: PKGBUILD 203036 2014-01-02 09:41:35Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Simon Perry <aur [at] sanxion [dot] net> # Contributor: Jonas Nyrén <jonas.nyren*mindkiller.com> pkgname=libsidplayfp -pkgver=1.1.0 +pkgver=1.2.0 pkgrel=1 pkgdesc='Library to play Commodore 64 music derived from libsidplay2' url='http://sourceforge.net/projects/sidplay-residfp/' arch=('i686' 'x86_64') license=('GPL') +depends=('gcc-libs') makedepends=('vice') optdepends=('vice: better SID support') source=("http://downloads.sourceforge.net/project/sidplay-residfp/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('6c3617fcbd94fd364f3305a1c4d88485911110c7') - -options=('!staticlibs') +sha1sums=('ebe114d75e9d9fd1e22dc1db27f48d248b0be628') build() { cd "${pkgname}-${pkgver}" |