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

David Runge dvzrv at archlinux.org
Wed Jan 31 14:03:35 UTC 2018


    Date: Wednesday, January 31, 2018 @ 14:03:35
  Author: dvzrv
Revision: 288405

upgpkg: rtaudio 5.0.0-3

Making source tarball name unique.

Modified:
  rtaudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-31 13:59:25 UTC (rev 288404)
+++ PKGBUILD	2018-01-31 14:03:35 UTC (rev 288405)
@@ -6,7 +6,7 @@
 
 pkgname=rtaudio
 pkgver=5.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A set of C++ classes that provide a common API for realtime audio input/output."
 arch=('x86_64')
 url="http://www.music.mcgill.ca/~gary/rtaudio/"
@@ -13,7 +13,7 @@
 license=('custom:MIT')
 depends=('jack' 'libpulse' 'python2')
 makedepends=('doxygen')
-source=("https://github.com/thestk/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thestk/${pkgname}/archive/v${pkgver}.tar.gz")
 sha512sums=('0bc60c189795626ff65ffaf7c7ae3dd72b4d249fdfe8dc9c3cc4cda8871b8f6ba151c60cd10b81286c3800f326a16028745cf8c67b8eafde0d8a68145ecb2258')
 
 prepare() {



More information about the arch-commits mailing list