summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornfnty2018-12-21 22:09:11 +0000
committernfnty2018-12-21 22:09:11 +0000
commitb53e3977e2311b1f4876240d2b9d5dba26a22b57 (patch)
tree66111719b2b13ce09afb7c6725945ec1c968caf4 /PKGBUILD
parentd93976baa7df03ca76891c91b259d6855573b17f (diff)
downloadaur-b53e3977e2311b1f4876240d2b9d5dba26a22b57.tar.gz
Updated to 0.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4b0536ddb3..919acb00f86a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@ pkgname=('tini')
_srcname='tini'
# shellcheck disable=SC2016
pkgdesc='A tiny but valid `init` for containers'
-pkgver='0.14.0'
-_commit='2c02e147480f8e48aa0d49b5345a9132dced7c3d'
+pkgver='0.18.0'
+_commit='fec3683b971d9c3ef73f284f176672c44b448662'
pkgrel='1'
arch=('i686' 'x86_64')
url="https://github.com/krallin/${_srcname}"
license=('MIT')
depends=('glibc')
-makedepends=('git' 'cmake' 'gcc' 'vim')
+makedepends=('git' 'cmake' 'gcc')
provides=("${pkgname[0]%-git}")
conflicts=("${pkgname[0]%-git}")