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

Maxime Gauduin alucryd at archlinux.org
Thu Jun 21 08:45:56 UTC 2018


    Date: Thursday, June 21, 2018 @ 08:45:56
  Author: alucryd
Revision: 327403

upgpkg: libogg 1.3.3-3

Modified:
  libogg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-21 08:42:14 UTC (rev 327402)
+++ PKGBUILD	2018-06-21 08:45:56 UTC (rev 327403)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:  Tom Gundersen <teg at jklm.no>
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
 # Contributor: John Proctor <jproctor at prium.net>
 
 pkgname=libogg
 pkgver=1.3.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Ogg bitstream and framing library'
 arch=('x86_64')
 url='http://www.xiph.org/ogg/'
@@ -16,7 +16,9 @@
 
 build() {
   cd libogg-${pkgver}
-  ./configure --prefix=/usr
+
+  ./configure \
+    --prefix='/usr'
   make
 }
 
@@ -24,8 +26,6 @@
   cd libogg-${pkgver}
 
   make DESTDIR="${pkgdir}" install
-
-# install BSD license
   install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/libogg/
 }
 



More information about the arch-commits mailing list