mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:34:37 +08:00
Update libx11 to 1.6.3 to fix some security issues.
This commit is contained in:
parent
92ec2be5d3
commit
10dda39f3c
@ -1,9 +1,8 @@
|
|||||||
# Part of the X.org group
|
# Part of the X.org group
|
||||||
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
|
|
||||||
|
|
||||||
pkgname=libx11
|
pkgname=libx11
|
||||||
pkgver=1.6.2
|
pkgver=1.6.3
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc="X11 client-side library"
|
pkgdesc="X11 client-side library"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://xorg.freedesktop.org/"
|
url="http://xorg.freedesktop.org/"
|
||||||
@ -11,7 +10,7 @@ depends=('libxcb' 'xproto' 'kbproto')
|
|||||||
makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
|
makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
|
||||||
license=('custom')
|
license=('custom')
|
||||||
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
|
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.bz2)
|
||||||
sha256sums=('2aa027e837231d2eeea90f3a4afe19948a6eb4c8b2bec0241eba7dbc8106bd16')
|
sha256sums=('cf31a7c39f2f52e8ebd0db95640384e63451f9b014eed2bb7f5de03e8adc8111')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/libX11-${pkgver}"
|
cd "${srcdir}/libX11-${pkgver}"
|
||||||
|
Loading…
Reference in New Issue
Block a user