summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e0f8139acf..21792f9bf1de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libresample
pkgdesc = A real-time library for audio sampling rate conversion
pkgver = 0.1.3
- pkgrel = 3
- url = http://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
+ pkgrel = 4
+ url = https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html
arch = i686
arch = x86_64
license = LGPL2
diff --git a/PKGBUILD b/PKGBUILD
index bfb27a66d52c..2abcc8eb6adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Contributor: Jonathan Liu <net147@gmail.com>
pkgname=libresample
pkgver=0.1.3
-pkgrel=3
+pkgrel=4
pkgdesc="A real-time library for audio sampling rate conversion"
arch=('i686' 'x86_64')
-url="http://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html"
-license=('LGPL2')
+url="https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html"
+license=('LGPL2.1')
options=('staticlibs')
source=("http://ccrma.stanford.edu/~jos/gz/$pkgname-$pkgver.tgz"
"Makefile.in.patch")