summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Rossillol2017-07-29 12:45:41 +0200
committerMattéo Rossillol2017-07-29 12:45:41 +0200
commitc2258d8c4eeb1747bfc97b7d694e706d585d09d8 (patch)
tree22942e112be09084843d61794ef2ed9c1be4267c
parent749bcda9497844f1f4179592c32aba012cd3495d (diff)
downloadaur-c2258d8c4eeb1747bfc97b7d694e706d585d09d8.tar.gz
Change license GPL => GPL3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af5b13f721b..c856b60f85f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by makepkg 5.0.2
-# Fri Jul 28 16:36:26 UTC 2017
+# Sat Jul 29 10:43:43 UTC 2017
pkgbase = zfw-module
pkgdesc = It's a module for calculate a aircraft's Z.F.W.
pkgver = 3.1.1
@@ -7,7 +7,7 @@ pkgbase = zfw-module
url = https://github.com/CompFile/My_AUR_PKG/tree/master/Sources/zfw-module/zfw-module-3.1.1.r1
arch = x86_64
groups = MBC
- license = GPL
+ license = GPL3
makedepends = gcc
makedepends = qt5-base>=5.9.1
depends = qt5-base>=5.9.1
diff --git a/PKGBUILD b/PKGBUILD
index 03c7e774b8a9..f6f86e7bf658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
arch=("x86_64")
pkgdesc="It's a module for calculate a aircraft's Z.F.W."
url="https://github.com/CompFile/My_AUR_PKG/tree/master/Sources/$pkgname/$pkgname-$pkgver.r$pkgrel"
-license=("GPL")
+license=("GPL3")
groups=("MBC")
depends=("qt5-base>=5.9.1")
makedepends=("gcc" "qt5-base>=5.9.1")