[arch-commits] Commit in portaudio/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Aug 8 18:25:09 UTC 2019
Date: Thursday, August 8, 2019 @ 18:25:08
Author: dvzrv
Revision: 359332
upgpkg: portaudio 1:19.6.0-6
Adding libportaudio.so and libportaudiocpp.so to provides.
Modified:
portaudio/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-08 17:56:29 UTC (rev 359331)
+++ PKGBUILD 2019-08-08 18:25:08 UTC (rev 359332)
@@ -9,7 +9,7 @@
# https://app.assembla.com/wiki/show/portaudio/ReleaseNotes
_version=190600_20161030
pkgver=19.6.0
-pkgrel=5
+pkgrel=6
epoch=1
pkgdesc='A free, cross-platform, open source, audio I/O library.'
arch=('x86_64')
@@ -16,6 +16,7 @@
url="http://www.portaudio.com/"
license=('MIT')
depends=('gcc-libs' 'jack')
+provides=('libportaudio.so' 'libportaudiocpp.so')
source=("${pkgname}-${pkgver}.tgz::http://www.portaudio.com/archives/pa_stable_v${_version}.tgz")
sha512sums=('7ec692cbd8c23878b029fad9d9fd63a021f57e60c4921f602995a2fca070c29f17a280c7f2da5966c4aad29d28434538452f4c822eacf3a60af59a6dc8e9704c')
More information about the arch-commits
mailing list