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

Antonio Rojas arojas at archlinux.org
Tue Feb 6 17:26:41 UTC 2018


    Date: Tuesday, February 6, 2018 @ 17:26:40
  Author: arojas
Revision: 316090

Rebuild for missing .BUILDINFO

Modified:
  rubberband/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-06 17:22:53 UTC (rev 316089)
+++ PKGBUILD	2018-02-06 17:26:40 UTC (rev 316090)
@@ -4,7 +4,7 @@
 
 pkgname=rubberband
 pkgver=1.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Time-stretching and pitch-shifting audio library and utility"
 arch=('x86_64')
 url="http://www.breakfastquay.com/rubberband/"
@@ -11,8 +11,9 @@
 license=('GPL')
 depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
 makedepends=('ladspa')
-source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2")
-md5sums=('6c2b4e18a714bcc297d0db81a10f9348')
+#source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz")
+md5sums=('43dc4b3db1bab59f68e494a01d05252a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list