summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta9431a51434c7ff318c59c08456ec8b5fa48499f (diff)
downloadaur-61c02dfd95f6e5e315b926d38b4a802a17ebd696.tar.gz
Fix LICENSE URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")