summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-04-09 17:37:36 -0500
committerfrealgagu2018-04-09 17:37:36 -0500
commit2b979db76a99eb6fa0e2d669be077a8f01a3ecfd (patch)
tree3b4dcbd0d7be22967d3703574cda8e9d81bbabdc
parentd9c20c08ad33e779747588d9b85d2def47a67042 (diff)
downloadaur-2b979db76a99eb6fa0e2d669be077a8f01a3ecfd.tar.gz
Adding licenses to PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb129401526a..b1f907bd6ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = flutter-git
pkgdesc = A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.
- pkgver = 0.2.9.r39.d121cbc80
+ pkgver = 0.2.10.r7.da4e06bbc
pkgrel = 1
url = https://flutter.io
install = flutter.install
arch = x86_64
- license = custom:https://github.com/flutter/flutter/blob/master/LICENSE
+ license = custom
+ license = BSD
+ license = CCPL
makedepends = git
makedepends = python
depends = glu
diff --git a/PKGBUILD b/PKGBUILD
index 65f79d90a83a..ecb6d431c23d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=flutter-git
-pkgver=0.2.9.r39.d121cbc80
+pkgver=0.2.10.r7.da4e06bbc
pkgrel=1
pkgdesc="A new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android."
arch=("x86_64")
url="https://${pkgname%-git}.io"
-license=("custom:https://github.com/${pkgname%-git}/${pkgname%-git}/blob/master/LICENSE")
+license=("custom" "BSD" "CCPL")
depends=("glu" "java-environment" "lib32-libglvnd")
optdepends=("android-sdk"
"android-studio"