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

Felix Yan felixonmars at archlinux.org
Tue Jun 5 17:12:52 UTC 2018


    Date: Tuesday, June 5, 2018 @ 17:12:52
  Author: felixonmars
Revision: 325934

archrelease: copy trunk to extra-x86_64

Added:
  sbsms/repos/extra-x86_64/PKGBUILD
    (from rev 325933, sbsms/trunk/PKGBUILD)
Deleted:
  sbsms/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 17:12:38 UTC (rev 325933)
+++ PKGBUILD	2018-06-05 17:12:52 UTC (rev 325934)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-# Contributor: Devin J. Pohly <djpohly+arch at gmail.com>
-
-pkgname=sbsms
-pkgver=2.0.2
-pkgrel=2
-pkgdesc="Library for time stretching and pitch scaling of audio"
-arch=('i686' 'x86_64')
-url="http://sbsms.sourceforge.net/"
-license=('GPL')
-depends=('gcc-libs')
-options=('!staticlibs')
-source=(http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz)
-sha1sums=('1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7')
-
-build() {
-  cd lib$pkgname-$pkgver
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd lib$pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: sbsms/repos/extra-x86_64/PKGBUILD (from rev 325933, sbsms/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 17:12:52 UTC (rev 325934)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+# Contributor: Devin J. Pohly <djpohly+arch at gmail.com>
+
+pkgname=sbsms
+pkgver=2.0.2
+pkgrel=3
+pkgdesc="Library for time stretching and pitch scaling of audio"
+arch=('x86_64')
+url="http://sbsms.sourceforge.net/"
+license=('GPL')
+depends=('gcc-libs')
+options=('!staticlibs')
+source=(http://downloads.sourceforge.net/project/sbsms/$pkgname/$pkgver/lib$pkgname-$pkgver.tar.gz)
+sha512sums=('8aaab3e191f3e10e559683ab4ebdcb8d951cf0e776390234f25675a98640d60d20aed872061ba72fdc3bd7827b7d46bc27225fe947cdd7fa4312f75cbdd78e6c')
+
+build() {
+  cd lib$pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd lib$pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list