summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrtc02019-06-17 17:10:19 +0900
committermrtc02019-06-17 17:10:19 +0900
commit0266626fd879c1f7bb110f8d9cf7785e56f1dc71 (patch)
tree1308014930b533aff16afb64e61e110c9e554216
parentf18733c7eda0a257ac78ea2dd504ec534fd32c2e (diff)
downloadaur-0266626fd879c1f7bb110f8d9cf7785e56f1dc71.tar.gz
fix
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 819d82e187a8..a9494dc4be9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Kohei Morita <mrtc0@ssrf.in>
-pkgbase=haconiwa
pkgname=haconiwa-git
-pkgver=v0.10.2.r15.g375a79b
+pkgver=v0.10.2
pkgrel=1
pkgdesc="MRuby on Container / A Linux container runtime using mruby DSL for configuration, control and hooks http://haconiwa.mruby.org/"
arch=('x86_64')
url="https://github.com/haconiwa/haconiwa"
-license=('GPL')
+license=('GPL3')
depends=('libcgroup' 'criu' 'oniguruma')
makedepends=('git' 'libcgroup' 'criu' 'oniguruma')
conflicts=("${pkgname%-git}")