Date: Saturday, September 26, 2020 @ 21:00:08
  Author: escondida
Revision: 712529

bump to -2, user https, add libprovides

Modified:
  sndio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-09-26 20:33:58 UTC (rev 712528)
+++ PKGBUILD    2020-09-26 21:00:08 UTC (rev 712529)
@@ -3,10 +3,10 @@
 
 pkgname=sndio
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A small audio and MIDI framework part of the OpenBSD project'
 arch=(x86_64)
-url='http://www.sndio.org'
+url='https://sndio.org'
 license=(ISC)
 
 # sndio can be built without libbsd, but there are a bunch of individual
@@ -14,9 +14,11 @@
 # if done that way. Licenses are complicated.
 depends=(alsa-lib libbsd)
 
+provides=(libsndio.so=7.1)
+
 source=(
-       "http://www.sndio.org/sndio-$pkgver.tar.gz";
-       "http://www.sndio.org/sndio-$pkgver.tar.gz.asc";
+       "https://sndio.org/sndio-$pkgver.tar.gz";
+       "https://sndio.org/sndio-$pkgver.tar.gz.asc";
 )
 # Checksum source: http://www.sndio.org/sndio-$pkgver.tar.gz.sha256
 sha256sums=(

Reply via email to