summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-02-27 11:18:13 +0100
committerAlexander F. Rødseth2019-02-27 11:18:13 +0100
commit409fc7f7de59376590f6527b84bd14c9a89e4ac1 (patch)
treec7155ca11cda2006ebee02e8d09e9515b18fca86
parent7f2a48295ea54c19892e3f7e7d364dbb5ca9a04f (diff)
downloadaur-409fc7f7de59376590f6527b84bd14c9a89e4ac1.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 5a53061c558f..08e2aa83b02b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Feb 27 10:16:48 UTC 2019
+# Wed Feb 27 10:18:08 UTC 2019
pkgbase = k3s-git
pkgdesc = Lightweight Kubernetes
pkgver = r1.7d1baa9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rancher/k3s
arch = x86_64
- license = MIT
+ license = APACHE
makedepends = docker
makedepends = git
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index b8383022142d..08942537e490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=k3s-git
pkgver=r1.7d1baa9
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight Kubernetes'
arch=(x86_64)
url='https://github.com/rancher/k3s'
-license=(MIT)
+license=(APACHE)
makedepends=(docker git go)
pkgver() {