[arch-commits] Commit in libtheora/trunk (PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Oct 31 13:48:34 UTC 2009
Date: Saturday, October 31, 2009 @ 09:48:34
Author: eric
Revision: 57406
upgpkg: libtheora 1.1.0-1
Upstream update, Fixed license
Modified:
libtheora/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-10-31 13:45:12 UTC (rev 57405)
+++ PKGBUILD 2009-10-31 13:48:34 UTC (rev 57406)
@@ -3,17 +3,18 @@
# Committer: dorphell <dorphell at archlinux.org>
pkgname=libtheora
-pkgver=1.0
-pkgrel=1.1
+pkgver=1.1.0
+pkgrel=1
pkgdesc="An open video codec developed by the Xiph.org"
arch=('i686' 'x86_64')
+url="http://www.xiph.org"
+license=('BSD')
depends=('libogg')
makedepends=('libvorbis')
-url=http://www.xiph.org
-license=('custom')
-options=(!libtool)
+options=('!libtool')
source=(http://downloads.xiph.org/releases/theora/libtheora-${pkgver}.tar.bz2)
-md5sums=('c963937053f45a7878954bed37ceb182')
+md5sums=('d0f83cf7f13e2b3bd068a858ca1398ad')
+sha1sums=('fb1686a8318d79f889f248ff774265d0ec4c6430')
build() {
cd "${srcdir}/libtheora-${pkgver}"
More information about the arch-commits
mailing list