summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-08-30 17:11:26 +0300
committerorhun2020-08-30 17:11:26 +0300
commit09fc571e15223f8a9b84165fec2605359a4bb1af (patch)
treee68bc023c53fa3b656908edce63a621bff4fcac0
parente7c57d79ce91701166b011aa9fe9dded7ce26bdb (diff)
downloadaur-09fc571e15223f8a9b84165fec2605359a4bb1af.tar.gz
upgpkg: gfold-git 0.3.0.r0.gfa11dd1-1
upstream release Update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb387bb72b6c..f9afa71f39ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = gfold-git
pkgrel = 1
url = https://github.com/nickgerace/gfold
arch = x86_64
- license = MIT
+ license = Apache
makedepends = cargo
conflicts = gfold
source = git+https://github.com/nickgerace/gfold
diff --git a/PKGBUILD b/PKGBUILD
index 0be649101492..f94e66a4c497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="CLI tool to help keep track of Git repositories"
arch=('x86_64')
url="https://github.com/nickgerace/gfold"
-license=('MIT')
+license=('Apache')
makedepends=('cargo')
conflicts=("${pkgname%-git}")
source=("git+${url}")