summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Dejonckheere2015-08-25 11:36:50 +0200
committerFlorian Dejonckheere2015-08-25 11:36:50 +0200
commit3554e246cbe669c37a906236f56ee610a26c4990 (patch)
tree3cf1909d8be3303c02377618fbdb065edaf979c7
parent6c487ef98d79678cdbc03c335fdf60d7c45098cb (diff)
downloadaur-3554e246cbe669c37a906236f56ee610a26c4990.tar.gz
Fixed 4store license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8aed4629ff8..77219b002b38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = 4store
url = http://www.4store.org
arch = i686
arch = x86_64
- license = BSD
+ license = GPL
depends = raptor
depends = rasqal
depends = glib2
@@ -17,6 +17,7 @@ pkgbase = 4store
depends = termcap
depends = expat
depends = zlib
+ options = !emptydirs
source = http://4store.org/download/4store-v1.1.5.tar.gz
md5sums = 90512417abc588c6b60d7b2167f7dc39
diff --git a/PKGBUILD b/PKGBUILD
index d48eb937cd90..4a9d1e0eb22a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,9 @@ pkgrel=1
pkgdesc="Efficient, scalable and stable RDF database"
arch=('i686' 'x86_64')
url="http://www.4store.org"
-license=('BSD')
+license=('GPL')
depends=('raptor' 'rasqal' 'glib2' 'libxml2' 'pcre' 'avahi' 'readline' 'ncurses' 'termcap' 'expat' 'zlib')
+options=('!emptydirs')
source=("http://4store.org/download/${pkgname}-v${pkgver}.tar.gz")
md5sums=('90512417abc588c6b60d7b2167f7dc39')