summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMykola Dimura2017-03-13 00:17:21 +0100
committerMykola Dimura2017-03-13 00:17:21 +0100
commitf5cb4a028afcf39cb958634d05151de0fa6eb27b (patch)
tree2bc693d7ea0a7b1020bf7947511d86b499d1cf21
parent21f6809f6b78be43aa97f9bb75e30327a24aa1d4 (diff)
downloadaur-f5cb4a028afcf39cb958634d05151de0fa6eb27b.tar.gz
Fix licence type
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc1d0b03950d..484149f7a1a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = mingw-w64-libcuckoo-git
pkgrel = 1
url = https://github.com/efficient/libcuckoo
arch = any
- license = MIT
+ license = Apache License, Version 2.0
makedepends = mingw-w64-cmake
makedepends = git
depends = mingw-w64-crt
diff --git a/PKGBUILD b/PKGBUILD
index f0ac16054467..0b2d07ce2f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="libcuckoo provides a high-performance, compact hash table that allows multiple concurrent reader and writer threads. (mingw-w64)"
arch=('any')
url='https://github.com/efficient/libcuckoo'
-license=('MIT')
+license=('Apache License, Version 2.0')
depends=('mingw-w64-crt' 'mingw-w64-gcc')
makedepends=('mingw-w64-cmake' 'git')
options=('!strip' '!buildflags' 'staticlibs')