summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-29 20:52:19 +0800
committermaz-12015-10-29 20:52:19 +0800
commit836c3eee7381e7f07da691627239fc5fd32b5731 (patch)
tree1325b7483d1f7fe1955a0e064c16408b8bc51067
parent3f60169b2564ff144c5abbbba308803ff676e2f1 (diff)
downloadaur-836c3eee7381e7f07da691627239fc5fd32b5731.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc306ff1aa4d..49e6844e20fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = unshield-git
url = https://github.com/twogood/unshield
arch = i686
arch = x86_64
- license = custom
+ license = MIT
makedepends = cmake
makedepends = git
depends = zlib
diff --git a/PKGBUILD b/PKGBUILD
index 8850c52257d0..7c7e1e759579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Extracts CAB files from InstallShield installers"
arch=('i686' 'x86_64')
url="https://github.com/twogood/unshield"
-license=('custom')
+license=('MIT')
depends=('zlib' 'openssl')
makedepends=('cmake' 'git')
source=("git+https://github.com/twogood/unshield")