summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2024-01-17 09:05:15 +0100
committerBart Libert2024-01-17 09:05:15 +0100
commitcbe1a866ac0671e858e27479cbbda2150c96e42b (patch)
tree37727cd46e8f8b63b5cfd675ede98a0e19bb3ae9
parentb0f82746eb5f84ae15e8c864d406750f9b1b07d5 (diff)
downloadaur-cpprestsdk.tar.gz
Update license from Apache -> MIT
This was changed upstream a long time ago, but forgotten about
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6a6d1ac75f8..5b106f8c38b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = cpprestsdk
arch = i686
arch = x86_64
arch = armv7h
- license = Apache
+ license = MIT
makedepends = cmake>=2.6.0
makedepends = websocketpp
depends = openssl>=1.0.0
diff --git a/PKGBUILD b/PKGBUILD
index ad8bc9cf5529..4aaf38f2787f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A cross-platform, modern, and asynchronous library that enables developers to access and author connected applications"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Microsoft/cpprestsdk/"
-license=('Apache')
+license=('MIT')
depends=('openssl>=1.0.0' 'zlib' 'gcc-libs' 'boost' 'glibc')
makedepends=('cmake>=2.6.0' 'websocketpp')
conflicts=('casablanca' 'casablanca-git' 'cpprestsdk-git')