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

Alexander Rødseth arodseth at archlinux.org
Mon Jan 5 15:18:10 UTC 2015


    Date: Monday, January 5, 2015 @ 16:18:10
  Author: arodseth
Revision: 125417

upgpkg: opusfile 0.6-1

Modified:
  opusfile/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-05 15:17:50 UTC (rev 125416)
+++ PKGBUILD	2015-01-05 15:18:10 UTC (rev 125417)
@@ -1,27 +1,29 @@
 # $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
 
 pkgname=opusfile
-pkgver=0.5
+pkgver=0.6
 pkgrel=1
 pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686')
 url='http://www.opus-codec.org/'
 license=('BSD')
 depends=('libogg' 'openssl' 'opus')
-source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
-md5sums=('6c96ae240ada27fafff423f96a8814cb')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+sha256sums=('2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6')
 
 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/opusfile/LICENSE"
+}
 
-  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/opusfile/LICENSE
-}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list