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

Maxime Gauduin alucryd at archlinux.org
Mon Dec 3 12:34:33 UTC 2018


    Date: Monday, December 3, 2018 @ 12:34:32
  Author: alucryd
Revision: 340972

archrelease: copy trunk to extra-x86_64

Added:
  soundtouch/repos/extra-x86_64/PKGBUILD
    (from rev 340971, soundtouch/trunk/PKGBUILD)
Deleted:
  soundtouch/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-03 12:34:06 UTC (rev 340971)
+++ PKGBUILD	2018-12-03 12:34:32 UTC (rev 340972)
@@ -1,33 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=soundtouch
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='An audio processing library'
-arch=(x86_64)
-url='http://www.surina.net/soundtouch/'
-license=(LGPL)
-makedepends=(git)
-source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cd soundtouch
-
-  ./bootstrap
-}
-
-build() {
-  cd soundtouch
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-shared
-  make
-}
-
-package() {
-  make DESTDIR="${pkgdir}" pkgdocdir='/usr/share/doc/soundtouch' -C soundtouch install
-}
-
-# vim: ts=2 sw=2 et:

Copied: soundtouch/repos/extra-x86_64/PKGBUILD (from rev 340971, soundtouch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-03 12:34:32 UTC (rev 340972)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=soundtouch
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='An audio processing library'
+arch=(x86_64)
+url='http://www.surina.net/soundtouch/'
+license=(LGPL)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cd soundtouch
+
+  ./bootstrap
+}
+
+build() {
+  cd soundtouch
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" pkgdocdir='/usr/share/doc/soundtouch' -C soundtouch install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list