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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 9 18:08:25 UTC 2016


    Date: Saturday, January 9, 2016 @ 19:08:25
  Author: arodseth
Revision: 155806

upgpkg: opusfile 0.7-1

Modified:
  opusfile/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 16:49:01 UTC (rev 155805)
+++ PKGBUILD	2016-01-09 18:08:25 UTC (rev 155806)
@@ -4,7 +4,7 @@
 # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
 
 pkgname=opusfile
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='Library for opening, seeking, and decoding .opus files'
 arch=('x86_64' 'i686')
@@ -12,10 +12,11 @@
 license=('BSD')
 depends=('libogg' 'openssl' 'opus')
 source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
-sha256sums=('2428717b356e139f18ed2fdb5ad990b5654a238907a0058200b39c46a7d03ea6')
+sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301')
 
 build() {
   cd "$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make
 }
@@ -22,8 +23,10 @@
 
 package() {
   cd "$pkgname-$pkgver"
+
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
 }
 
+# getver: -u 4 opus-codec.org/downloads
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list