[arch-commits] Commit in libopusenc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Oct 12 10:43:11 UTC 2018


    Date: Friday, October 12, 2018 @ 10:43:11
  Author: kkeen
Revision: 393211

archrelease: copy trunk to community-x86_64

Added:
  libopusenc/repos/community-x86_64/PKGBUILD
    (from rev 393210, libopusenc/trunk/PKGBUILD)
Deleted:
  libopusenc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-12 10:42:58 UTC (rev 393210)
+++ PKGBUILD	2018-10-12 10:43:11 UTC (rev 393211)
@@ -1,31 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
-
-pkgname=libopusenc
-pkgver=0.2
-pkgrel=1
-pkgdesc="High-level API for encoding .opus files"
-arch=('x86_64')
-url="https://opus-codec.org/"
-license=('BSD')
-depends=('glibc' 'opus')
-options=('staticlibs')
-source=("https://archive.mozilla.org/pub/opus/libopusenc-$pkgver.tar.gz")
-#source=("https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-$pkgver.tar.gz")
-sha256sums=('c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix="/usr"
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/libopusenc/COPYING"
-  rm -rf "$pkgdir/usr/share/doc"
-}

Copied: libopusenc/repos/community-x86_64/PKGBUILD (from rev 393210, libopusenc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-12 10:43:11 UTC (rev 393211)
@@ -0,0 +1,31 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
+
+pkgname=libopusenc
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="High-level API for encoding .opus files"
+arch=('x86_64')
+url="https://opus-codec.org/"
+license=('BSD')
+depends=('glibc' 'opus')
+options=('staticlibs')
+source=("https://archive.mozilla.org/pub/opus/libopusenc-$pkgver.tar.gz")
+#source=("https://ftp.osuosl.org/pub/xiph/releases/opus/libopusenc-$pkgver.tar.gz")
+sha256sums=('8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix="/usr"
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/libopusenc/COPYING"
+  rm -rf "$pkgdir/usr/share/doc"
+}



More information about the arch-commits mailing list