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

Kyle Keen kkeen at nymeria.archlinux.org
Sun Jun 15 17:57:34 UTC 2014


    Date: Sunday, June 15, 2014 @ 19:57:34
  Author: kkeen
Revision: 113180

upgpkg: opus-tools 0.1.9-1

Modified:
  opus-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-15 12:06:17 UTC (rev 113179)
+++ PKGBUILD	2014-06-15 17:57:34 UTC (rev 113180)
@@ -1,10 +1,11 @@
 # $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: Michael Düll <mail at akurei.me>
 # Contributor: pumbur
 
 pkgname=opus-tools
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='Collection of tools for Opus audio codec'
 arch=('i686' 'x86_64')
@@ -12,17 +13,17 @@
 license=('BSD')
 depends=('flac' 'libogg' 'opus')
 source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('b424790eda9357a4df394e2d7ca19eac')
+md5sums=('20682e4d8d1ae9ec5af3cf43e808b8cb')
 
 build(){
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list