summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Kiyivinski2016-10-15 18:19:14 +0800
committerTimur Kiyivinski2016-10-15 18:19:14 +0800
commitbdf7679a5c78781ef27bda39e5693c9ce748e567 (patch)
tree7718a8d201b51276ee62da85fc225a8822a67f79
parent5a9ced33ea894710279e33606d8672f9b95516ba (diff)
downloadaur-bdf7679a5c78781ef27bda39e5693c9ce748e567.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 e656f5decde3..1f513120c84a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = zcoin-git
pkgrel = 1
url = https://github.com/zcoinofficial/zcoin
arch = any
- license = Apache
+ license = MIT
depends = boost
depends = qt4
source = zcoin-git::git+https://github.com/zcoinofficial/zcoin.git
diff --git a/PKGBUILD b/PKGBUILD
index 5bce2c0f11a7..39604b91fbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='The Zerocoin Cryptocurrency'
arch=('any')
url='https://github.com/zcoinofficial/zcoin'
-license=('Apache')
+license=('MIT')
depends=('boost' 'qt4')
source=("$pkgname::git+https://github.com/zcoinofficial/zcoin.git"
"${pkgname/-git/}.desktop")