[arch-commits] CVS update of extra/multimedia/codecs (PKGBUILD)

Jan de Groot jgc at archlinux.org
Sun Jun 17 11:15:56 UTC 2007


    Date: Sunday, June 17, 2007 @ 07:15:56
  Author: jgc
    Path: /home/cvs-extra/extra/multimedia/codecs

Modified: PKGBUILD (1.1 -> 1.2)

Fix for amd64: db-extra64 doesn't pickup conditional vars


----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)


Index: extra/multimedia/codecs/PKGBUILD
diff -u extra/multimedia/codecs/PKGBUILD:1.1 extra/multimedia/codecs/PKGBUILD:1.2
--- extra/multimedia/codecs/PKGBUILD:1.1	Sun Jun 17 07:11:48 2007
+++ extra/multimedia/codecs/PKGBUILD	Sun Jun 17 07:15:56 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.1 2007/06/17 11:11:48 jgc Exp $
+# $Id: PKGBUILD,v 1.2 2007/06/17 11:15:56 jgc Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Committer: dorphell <dorphell at gmx.net>
 pkgname=codecs
-pkgver=20061022
-pkgrel=2
+pkgver=20061203
+pkgrel=1
 pkgdesc="Non-linux native codec pack. (Win32, Real9, QuickTime)"
 arch=(i686 x86_64)
 depends=('libstdc++5') 
@@ -14,8 +14,6 @@
 _arch=""
 
 if [ "${CARCH}" = "x86_64" ]; then
-  pkgver=20061203
-  pkgrel=1
   _arch="-amd64"
   source=(http://www.mplayerhq.hu/MPlayer/releases/codecs/essential-amd64-${pkgver}.tar.bz2)
   md5sums=('af409ba2918dc8f639dded805102fc76')




More information about the arch-commits mailing list