[arch-commits] Commit in vorbis-tools/trunk (PKGBUILD)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Jul 3 20:31:26 UTC 2014
Date: Thursday, July 3, 2014 @ 22:31:26
Author: eric
Revision: 216437
upgpkg: vorbis-tools 1.4.0-4
Rebuild to add mtree file
Modified:
vorbis-tools/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-03 20:28:32 UTC (rev 216436)
+++ PKGBUILD 2014-07-03 20:31:26 UTC (rev 216437)
@@ -3,7 +3,7 @@
pkgname=vorbis-tools
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Extra tools for Ogg-Vorbis"
arch=('i686' 'x86_64')
url='http://www.xiph.org/vorbis/'
@@ -10,17 +10,15 @@
license=('GPL2')
depends=('libao' 'libvorbis' 'curl' 'flac')
source=(http://downloads.xiph.org/releases/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('567e0fb8d321b2cd7124f8208b8b90e6')
+sha1sums=('fc6a820bdb5ad6fcac074721fab5c3f96eaf6562')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --without-speex \
- --enable-vcut
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --without-speex --enable-vcut
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list