summaryrefslogtreecommitdiff
path: root/extra/libsidplayfp/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libsidplayfp/PKGBUILD')
-rw-r--r--extra/libsidplayfp/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/libsidplayfp/PKGBUILD b/extra/libsidplayfp/PKGBUILD
index 00c22e095..6dcfc5370 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' 'mips64el')
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}"