i3: update to 4.16.

This commit is contained in:
Frank Steinborn 2018-11-04 15:42:15 +01:00 committed by maxice8
parent d449a781f2
commit ed48f8652f
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'i3' # Template file for 'i3'
pkgname=i3 pkgname=i3
version=4.15 version=4.16
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-builddir" configure_args="--disable-builddir"
hostmakedepends="pkg-config perl" hostmakedepends="pkg-config perl"
@ -16,7 +16,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://i3wm.org/" homepage="https://i3wm.org/"
distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2" distfiles="${homepage}/downloads/${pkgname}-${version}.tar.bz2"
checksum=217d524d1fbc85ae346b25f6848d1b7bcd2c23184ec88d29114bf5a621385326 checksum=cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libglob-devel";; *-musl) makedepends+=" libglob-devel";;