summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Connes2018-01-05 11:56:05 +0100
committerCédric Connes2018-01-05 11:56:05 +0100
commit61c02dfd95f6e5e315b926d38b4a802a17ebd696 (patch)
tree675de59cf63a1232f69d9f1785260f95bed759c4
parenta9431a51434c7ff318c59c08456ec8b5fa48499f (diff)
downloadaur-61c02dfd95f6e5e315b926d38b4a802a17ebd696.tar.gz
Fix LICENSE URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 216d69a38e8d..6afd8718506a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = chkit
arch = armv7h
arch = aarch64
license = MIT
- source = https://github.com/containerum/chkit/raw/2.4.2/LICENSE
+ source = https://github.com/containerum/chkit/raw/v2.4.2/LICENSE
md5sums = bfa4ddd8612478bdf362161209972c9b
source_i686 = https://github.com/containerum/chkit/releases/download/v2.4.2/chkit_linux_x86_v2.4.2.tar.gz
md5sums_i686 = 26704418a5edadea615456b399e687d9
diff --git a/PKGBUILD b/PKGBUILD
index 8f64129d74d7..ba3f49582df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="The Containerum CLI"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://containerum.com/documentation"
license=('MIT')
-source=("https://github.com/containerum/chkit/raw/$pkgver/LICENSE")
+source=("https://github.com/containerum/chkit/raw/v$pkgver/LICENSE")
source_i686=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_x86_v$pkgver.tar.gz")
source_x86_64=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_x64_v$pkgver.tar.gz")
source_arm=("https://github.com/containerum/chkit/releases/download/v$pkgver/chkit_linux_arm_v$pkgver.tar.gz")