summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormclang2018-01-03 09:08:05 +0200
committermclang2018-01-03 09:08:05 +0200
commit0d7c2838cb752dad1f3df77d2d4eb4165a2447fb (patch)
treebd38b0dc43858dfb896890c4600221538cb6039c
parent06a824d833508b127b30518adbe5bfa72a46ad4c (diff)
downloadaur-0d7c2838cb752dad1f3df77d2d4eb4165a2447fb.tar.gz
Updates license from NUnit custom to MIT
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271523b7a8cd..eb4a1a2cd1cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = nunit3-console
pkgdesc = NUnit 3 console runner
pkgver = 3.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.nunit.com
arch = any
- license = custom
+ license = MIT
depends = mono
source = https://github.com/nunit/nunit-console/releases/download/3.7/NUnit.Console-3.7.0.zip
sha256sums = c8ecfca48fb36cfceba5d7b6fe3ac51aec329e76df99aa187dfb285c1c157045
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cddd95b62fce
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# Ignore ALL files, add needed with `git add -f <files>`
+* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index fe87983697ca..c6db778ced6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
#
pkgname=nunit3-console
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="NUnit 3 console runner"
arch=('any')
-license=('custom')
+license=('MIT')
url="http://www.nunit.com"
depends=('mono')