summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorboxama2016-10-24 20:36:54 +0000
committerboxama2016-10-24 20:36:54 +0000
commit5bfc9178716cf743142c13e88554ceb421274fac (patch)
tree22a9b4fdd3774e5ba93e903591e051b284cc8c1b
parent64d6159917c96d5df76c941d2e23c48af7f2a39c (diff)
downloadaur-5bfc9178716cf743142c13e88554ceb421274fac.tar.gz
Fixing obligatory first mistake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c1e3ff8a555..5f4715bfaecf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = kmd-compile-aasm
url = https://studentnet.cs.manchester.ac.uk/resources/software/komodo/assembler/
arch = i386
arch = x86_64
- license = Custom: Non-commercial
+ license = custom
makedepends = git
makedepends = gcc
depends = kmd
diff --git a/PKGBUILD b/PKGBUILD
index 0135148c4205..23995a4bb84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='ARM compiler for kmd (Komodo Manchester Debugger)'
arch=('i386' 'x86_64')
url='https://studentnet.cs.manchester.ac.uk/resources/software/komodo/assembler/'
-license=('Custom: Non-commercial')
+license=('custom')
depends=('kmd')
makedepends=('git' 'gcc')