upg libx11

This commit is contained in:
joborun linux 2023-06-06 02:12:17 +03:00
parent 22f52626c2
commit 70ba5809ea
2 changed files with 5 additions and 5 deletions

View File

@ -7,12 +7,12 @@
pkgname=libx11
pkgver=1.8.5
pkgrel=01
pkgrel=02
pkgdesc="X11 client-side library w/o ipv6"
url="https://xorg.freedesktop.org/"
# keep xorgproto runtime dependency
# https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
depends=('libxcb' 'xorgproto')
depends=('libxcb' 'glibc' 'xorgproto')
makedepends=('xorg-util-macros' 'xtrans')
#source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig}
# 176.diff
@ -69,4 +69,4 @@ validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <al
sha256sums=(e362c6f03c793171becd1ce2078c64789504c7d7ff48ee40a76ff76b59f6b561 # libX11-1.8.5.tar.xz
0db01e94893ae9919f3dd3e7dcc020f0b92aa61bb78783a339437daf758df056) # libX11-1.8.5.tar.xz.sig
## 0659b2a95913209e8644dd7161b2a5369f45bcfaf063cb3e2ac186e4883e66f0 libx11-1.8.5-01-x86_64.pkg.tar.lz
## f3ffd0203ba18a04692d2ecab749f97694cf30528be326ea40acb28bd9ec3dd3 libx11-1.8.5-02-x86_64.pkg.tar.lz

View File

@ -2,13 +2,13 @@
pkgname=libx11
pkgver=1.8.5
pkgrel=1
pkgrel=2
pkgdesc="X11 client-side library"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
# keep xorgproto runtime dependency
# https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
depends=('libxcb' 'xorgproto')
depends=('libxcb' 'glibc' 'xorgproto')
makedepends=('xorg-util-macros' 'xtrans')
license=('custom')
source=(${url}/releases/individual/lib/libX11-${pkgver}.tar.xz{,.sig})