summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselmo L. S. Melo2016-07-24 00:05:04 -0300
committerAnselmo L. S. Melo2016-07-24 00:05:04 -0300
commitc7244f2cd9540e524e59bd6ac1d86914f9c7d49b (patch)
tree20faf45be90db6e64a23bbdff209851acf962057
parent36b90c57381bbc72d48d6e2c1266553e1997d4f0 (diff)
downloadaur-soletta.tar.gz
Update license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 700d2fee18ed..a0d6d1c42aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 03:02:17 UTC 2016
+# Sun Jul 24 03:04:47 UTC 2016
pkgbase = soletta
pkgdesc = Soletta project is a framework for making IoT devices.
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/solettaproject/soletta
arch = i686
arch = x86_64
- license = custom:BSD3
+ license = Apache
makedepends = git
makedepends = python>=3.4
makedepends = python-jsonschema
diff --git a/PKGBUILD b/PKGBUILD
index c5fb54c183e7..0133636ebe8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgdesc="Soletta project is a framework for making IoT devices."
arch=('i686' 'x86_64')
url="http://github.com/solettaproject/soletta"
-license=('custom:BSD3')
+license=('Apache')
depends=('python>=3.4' 'python-jsonschema' 'icu' 'curl' 'systemd' 'pcre' 'libmicrohttpd>=0.9.43')
makedepends=('git' 'python>=3.4' 'python-jsonschema')
optdepends=('gtk3' 'mosquitto')
pkgname=soletta
pkgver=1
-pkgrel=1
+pkgrel=2
checkdepends=()
conflicts=('soletta-git')
source=("https://github.com/solettaproject/soletta/archive/v$pkgver.tar.gz"