[arch-commits] Commit in libmodplug/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jun 20 06:04:33 UTC 2011


    Date: Monday, June 20, 2011 @ 02:04:33
  Author: andrea
Revision: 127953

upgpkg: libmodplug 0.8.8.3-1
upstream release

Modified:
  libmodplug/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-20 04:50:17 UTC (rev 127952)
+++ PKGBUILD	2011-06-20 06:04:33 UTC (rev 127953)
@@ -1,9 +1,10 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
 
 pkgname=libmodplug
-pkgver=0.8.8.2
+pkgver=0.8.8.3
 pkgrel=1
 pkgdesc="A MOD playing library"
 arch=('i686' 'x86_64')
@@ -11,18 +12,17 @@
 license=('custom')
 depends=('gcc-libs')
 options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/modplug-xmms/libmodplug-${pkgver}.tar.gz)
-md5sums=('e1fceac4c3bc26ebe96f619b46d26ff7')
+source=("http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz")
+md5sums=('8a9c713f0f56894163ddc61f9a0d1f71')
 
 build() {
-  cd "${srcdir}/libmodplug-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/libmodplug-${pkgver}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
   install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-




More information about the arch-commits mailing list