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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 26 08:06:20 UTC 2018


    Date: Monday, November 26, 2018 @ 08:06:20
  Author: alucryd
Revision: 409757

upgpkg: lib32-soundtouch 2.1.1-1

Modified:
  lib32-soundtouch/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-26 07:43:01 UTC (rev 409756)
+++ PKGBUILD	2018-11-26 08:06:20 UTC (rev 409757)
@@ -2,16 +2,19 @@
 # Contributor: josephgbr <rafael.f.f1 at gmail.com>
 
 pkgname=lib32-soundtouch
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc='An audio processing library'
-arch=('x86_64')
+arch=(x86_64)
 url='http://www.surina.net/soundtouch/'
-license=('LGPL')
-depends=('lib32-gcc-libs' 'soundtouch')
-makedepends=('git')
-source=("git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver}")
-sha256sums=('SKIP')
+license=(LGPL)
+depends=(
+  lib32-gcc-libs
+  soundtouch
+)
+makedepends=(git)
+source=(git+https://gitlab.com/soundtouch/soundtouch.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 prepare() {
   cd soundtouch



More information about the arch-commits mailing list