From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- extra/libmikmod/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra/libmikmod/PKGBUILD') diff --git a/extra/libmikmod/PKGBUILD b/extra/libmikmod/PKGBUILD index 0c8162abd..c671c7dde 100644 --- a/extra/libmikmod/PKGBUILD +++ b/extra/libmikmod/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 198197 2013-10-30 13:23:49Z allan $ +# $Id: PKGBUILD 201341 2013-12-09 07:42:41Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Allan McRae # Contributor: Tom Newsom pkgname=libmikmod -pkgver=3.3.3 +pkgver=3.3.4 pkgrel=1 pkgdesc="A portable sound library" license=(GPL LGPL) -url="http://mikmod.shlomifish.org/" +url="http://mikmod.sourceforge.net" arch=(i686 x86_64) depends=(openal sh) makedepends=(alsa-lib) install=$pkgname.install -source=($url/files/$pkgname-$pkgver.tar.gz) -sha256sums=('79f02478c5abd8b2af73df4cc5f9d52625aa044327c01563168e270cf79b2437') +source=(http://downloads.sourceforge.net/mikmod/$pkgname-$pkgver.tar.gz) +sha256sums=('2e8ca1d945ff7330741d085548a6d4e8b2f6a9d41edda773607905d8905683ae') prepare() { mkdir build -- cgit v1.2.3-54-g00ecf