libx11: update to 1.6.4 to fix security issues.

This commit is contained in:
Jeff Huang 2016-10-06 08:55:12 +01:00
parent 31cdebc3b0
commit 66f5e6de3a

View File

@ -1,7 +1,7 @@
# Part of the X.org group
pkgname=libx11
pkgver=1.6.3
pkgver=1.6.4
pkgrel=1
pkgdesc="X11 client-side library"
arch=(x86_64)
@ -10,7 +10,7 @@ depends=('libxcb' 'xproto' 'kbproto')
makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
license=('custom')
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
sha256sums=('cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111')
sha256sums=('b7c748be3aa16ec2cbd81edc847e9b6ee03f88143ab270fb59f58a044d34e441')
build() {
cd "${srcdir}/libX11-${pkgver}"