summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu2021-03-22 22:19:35 +1100
committerJonathan Liu2021-03-22 22:19:35 +1100
commit80a86d45213fb3f1d1f086d0526aa1aa3578cb48 (patch)
treec3829d0b3d55dc63210b436fcb4ae808690e0270
parent4b782798951fe74d5da3ce8a8c636b452aeec514 (diff)
downloadaur-libresample.tar.gz
Update to 0.1.3-4
-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")