diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-18 11:06:14 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-18 11:06:25 +0000 |
commit | 2c40f5cd97e7e8dff1d868f7dad1ad8f93643b3d (patch) | |
tree | c93e3e7da19d1b1749de7a8b3aeb850dfc73a20a /testing | |
parent | 53fc8d2fa9084bfbdf497b36cdeb5bc05cab48a9 (diff) | |
download | aports-2c40f5cd97e7e8dff1d868f7dad1ad8f93643b3d.tar.bz2 aports-2c40f5cd97e7e8dff1d868f7dad1ad8f93643b3d.tar.xz |
testing/i3wm: upgrade to 4.10
Diffstat (limited to 'testing')
-rw-r--r-- | testing/i3wm/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/i3wm/APKBUILD b/testing/i3wm/APKBUILD index f18753b292..7bb0137b04 100644 --- a/testing/i3wm/APKBUILD +++ b/testing/i3wm/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=i3wm -pkgver=4.8 -pkgrel=1 +pkgver=4.10 +pkgrel=0 pkgdesc="A tiling window manager" url="http://i3wm.org" arch="all" @@ -10,7 +10,7 @@ depends="" depends_dev="" makedepends="$depends_dev bison flex libxcb-dev xcb-util-cursor-dev xcb-util-keysyms-dev xcb-util-wm-dev libev-dev pango-dev cairo-dev - yajl-dev startup-notification-dev pcre-dev" + yajl-dev startup-notification-dev pcre-dev libxkbcommon-dev" install="" subpackages="$pkgname-doc" source="http://i3wm.org/downloads/i3-${pkgver}.tar.bz2 musl.patch" @@ -39,9 +39,9 @@ package() { install -m644 man/*.1 "$pkgdir"/usr/share/man/man1/ || return 1 } -md5sums="4151e8e81fdc78b32a7cb953f67e3bef i3-4.8.tar.bz2 +md5sums="fabde69451ace6169692d524e41bf6c0 i3-4.10.tar.bz2 f4baffffe55d83deb61bfe880c248794 musl.patch" -sha256sums="502c34290f239780bb40352191f0500e8f35d2446eddb573c67c27873d6a1b6b i3-4.8.tar.bz2 +sha256sums="2f60982dd1be2cf4b469eadb3a25be2b63b889d3c50ad3f66b31713a23d802ce i3-4.10.tar.bz2 bcbecf73b63715b88264e5a1628a1267ce996431b57a3fc2db336b42e08626b9 musl.patch" -sha512sums="fd6f92da857246119f1ae710b6c5168128fa2da5eae8308550b1b9c75879f060cac8246897333f3d67e18de36828a11dd12b4ccee9bd6cd6ad32e2b44c50b43e i3-4.8.tar.bz2 +sha512sums="8a39a5041ea864f4e6ff1d43faad8b449450e4d6a199846590438f3121271c4d6dcf349f59696272c64feecf9e5286697ea9228c70c282a8e926ba4563c7f103 i3-4.10.tar.bz2 860b2c3d3977652e81781bf30319b22dd9f3285ed2ca9474d2dd23e4787d9e19954ca7de6f320f1c6c326ee776cbf475d5aa6d861c49e59af6a831f601ba17a9 musl.patch" |