summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul-Louis Ageneau2022-12-09 11:48:10 +0100
committerPaul-Louis Ageneau2022-12-09 11:48:10 +0100
commit5a9adfb15c11da70e9490e2e8a22de69ce57fac4 (patch)
tree986681e5852550522c9e28317919298eaa5fc9f9
parentf0f8d7c2a431c1ba362b60e39e5a56ad0d495cdb (diff)
downloadaur-5a9adfb15c11da70e9490e2e8a22de69ce57fac4.tar.gz
Bumped version to 0.18.0 and changed license to MPL 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5fc8e4598cc..a830b88d2a19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libdatachannel
pkgdesc = C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
- pkgver = 0.17.12
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
- arch = armv6h
+ arch = i686
arch = armv7h
arch = aarch64
- license = LGPL
+ license = MPL2
makedepends = git
makedepends = cmake
depends = openssl
@@ -15,7 +15,7 @@ pkgbase = libdatachannel
depends = libsrtp
provides = libdatachannel
conflicts = libdatachannel
- source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.17.12
+ source = git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.18.0
md5sums = SKIP
pkgname = libdatachannel
diff --git a/PKGBUILD b/PKGBUILD
index fa9884d86ce9..ae3350b03ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Paul-Louis Ageneau <paul-louis at ageneau dot org>
pkgname=libdatachannel
-pkgver=0.17.12
+pkgver=0.18.0
pkgrel=1
pkgdesc="C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets"
-arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/paullouisageneau/$pkgname"
-license=('LGPL')
+license=('MPL2')
makedepends=('git' 'cmake')
depends=('openssl' 'libjuice' 'libsrtp')
provides=("$pkgname")