[arch-commits] CVS update of extra/lib/pyogg (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Dec 9 21:35:43 UTC 2007


    Date: Sunday, December 9, 2007 @ 16:35:43
  Author: eric
    Path: /home/cvs-extra/extra/lib/pyogg

Modified: PKGBUILD (1.4 -> 1.5)

upgpkg: pyogg 1.3-4
added license, updated url


----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)


Index: extra/lib/pyogg/PKGBUILD
diff -u extra/lib/pyogg/PKGBUILD:1.4 extra/lib/pyogg/PKGBUILD:1.5
--- extra/lib/pyogg/PKGBUILD:1.4	Wed Jan 24 11:23:12 2007
+++ extra/lib/pyogg/PKGBUILD	Sun Dec  9 16:35:43 2007
@@ -1,17 +1,18 @@
-# $Id: PKGBUILD,v 1.4 2007/01/24 16:23:12 jason Exp $
-# Maintainer: Jason Chu <jason at archlinux.org>
+# $Id: PKGBUILD,v 1.5 2007/12/09 21:35:43 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Jason Chu <jason at archlinux.org>
+
 pkgname=pyogg
 pkgver=1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Python ogg wrapper library"
-arch=(i686 x86_64)
-url="http://www.andrewchatham.com/pyogg/"
+arch=('i686' 'x86_64')
+url="http://ekyo.nerim.net/software/pyogg/index.html"
+license=('LGPL2')
 depends=('python>=2.5' 'libogg' 'glibc')
-conflicts=()
-backup=()
-install=
-source=(http://www.andrewchatham.com/$pkgname/download/$pkgname-$pkgver.tar.gz)
+source=(http://ekyo.nerim.net/software/pyogg/$pkgname-$pkgver.tar.gz)
 md5sums=('45a4ecc4d0600661199e4040a81ea3fe')
+sha1sums=('2811ad401e3b5fc5025958bddab3d7b8775e5acd')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list