[arch-commits] Commit in faac/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 14 23:15:05 UTC 2018


    Date: Wednesday, February 14, 2018 @ 23:15:03
  Author: arojas
Revision: 317065

archrelease: copy trunk to extra-x86_64

Added:
  faac/repos/extra-x86_64/PKGBUILD
    (from rev 317064, faac/trunk/PKGBUILD)
Deleted:
  faac/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 23:14:32 UTC (rev 317064)
+++ PKGBUILD	2018-02-14 23:15:03 UTC (rev 317065)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tom Gundersen <teg at jklm.no>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Sarah Hay <sarah at archlinux.org>
-# Contributor: dorphell <dorphell at archlinux.org>
-
-pkgname=faac
-pkgver=1.29.7.7
-pkgrel=1
-pkgdesc="An AAC audio encoder"
-arch=('i686' 'x86_64')
-url="http://www.audiocoding.com/"
-license=('GPL' 'custom')
-depends=('libmp4v2')
-source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz")
-sha256sums=('b898fcf55e7b52f964ee62d077f56fe9b3b35650e228f006fbef4ce903b4d731')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
-    "${pkgdir}"/usr/share/licenses/faac/LICENSE
-}

Copied: faac/repos/extra-x86_64/PKGBUILD (from rev 317064, faac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 23:15:03 UTC (rev 317065)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Sarah Hay <sarah at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=faac
+pkgver=1.29.9.2
+pkgrel=1
+pkgdesc="An AAC audio encoder"
+arch=('x86_64')
+url="http://www.audiocoding.com/"
+license=('GPL' 'custom')
+depends=('libmp4v2')
+source=("https://sourceforge.net/projects/faac/files/faac-src/faac-${pkgver:0:4}/faac-$pkgver.tar.gz")
+sha256sums=('d45f209d837c49dae6deebcdd87b8cc3b04ea290880358faecf5e7737740c771')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/COPYING \
+    "${pkgdir}"/usr/share/licenses/faac/LICENSE
+}



More information about the arch-commits mailing list