summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1060856869e5..e9a00f3740ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=('tini')
srcname='tini'
pkgdesc='A tiny but valid `init` for containers'
-pkgver='0.9.0'
+pkgver='0.10.0'
pkgrel='1'
arch=('i686' 'x86_64')
url="https://github.com/krallin/${srcname}"
license=('MIT')
depends=('glibc')
-makedepends=('git' 'cmake' 'gcc')
+makedepends=('git' 'cmake' 'gcc' 'vim')
provides=("${pkgname[0]%-git}")
conflicts=("${pkgname[0]%-git}")
-source=("${srcname}::git+https://github.com/krallin/${srcname}.git#tag=v${pkgver}")
+source=("${srcname}::git+${url}.git#tag=v${pkgver}")
sha512sums=('SKIP')
build() {