summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2019-03-04 01:55:59 -0800
committerOmar Sandoval2019-03-04 01:55:59 -0800
commit2dabf3e03872309cc5d84f7a0f7ca46e83adb2f0 (patch)
treec06cd2f85728b1681ecced607118b8feb31d5b62
parente7268e9abeaac8c821f9e1d156a5eb36acb17251 (diff)
downloadaur-2dabf3e03872309cc5d84f7a0f7ca46e83adb2f0.tar.gz
Update license to MIT
Sparse has been licensed under the MIT license since 2013, but the PKGBUILD was never updated to reflect that.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb94720da06b..9ed4e25ba6f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = sparse
pkgdesc = Semantic parser for C
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = http://sparse.wiki.kernel.org/
arch = i686
arch = x86_64
- license = custom:OSL
+ license = MIT
depends = perl
depends = libxml2
source = https://www.kernel.org/pub/software/devel/sparse/dist/sparse-0.5.2.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 5151c240523b..5ac3fbc662e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=sparse
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='Semantic parser for C'
arch=('i686' 'x86_64')
url='http://sparse.wiki.kernel.org/'
-license=('custom:OSL')
+license=('MIT')
depends=('perl' 'libxml2')
source=(https://www.kernel.org/pub/software/devel/sparse/dist/sparse-$pkgver.tar.xz)
sha256sums=('4632b7b74af72214247f982f976ba44206933bab3a2717e09df166fb5b8abe7a')