diff options
author | Juergen Daubert <jue@jue.li> | 2022-10-19 09:49:10 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2022-10-19 09:49:10 +0200 |
commit | 7653c8327a0ab0010c9421111b3839513dc2f93a (patch) | |
tree | 2233c7f32a2ac437447c2173ad63f525f20ab039 | |
parent | 699d480ee085be4a925f1c37729aa6d6bdf38f31 (diff) | |
download | xorg-7653c8327a0ab0010c9421111b3839513dc2f93a.tar.gz xorg-7653c8327a0ab0010c9421111b3839513dc2f93a.tar.xz |
xorg-xcb-util-keysyms: update to 0.4.1
-rw-r--r-- | xorg-xcb-util-keysyms/.signature | 6 | ||||
-rw-r--r-- | xorg-xcb-util-keysyms/Pkgfile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/xorg-xcb-util-keysyms/.signature b/xorg-xcb-util-keysyms/.signature index 4651b823..2a8b9fe4 100644 --- a/xorg-xcb-util-keysyms/.signature +++ b/xorg-xcb-util-keysyms/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/xorg.pub -RWTSGWF5Q7TndHfZRx8lgYQIt+mrG1XW5rt3Eu6etHEI3SPuQjwURAV2AvsxJ58WSOnGmACBlhE1VlSYRGEJKeYURjJEffBCow8= -SHA256 (Pkgfile) = f4e0dd876f6440c1c44d930ca2d3fe9fc7ec11203623bdc1113ec6ba21408b23 +RWTSGWF5Q7TndGHhPgQ06UFrw3t04eUiyu9dyTUF0wYeWDJUDeuqglc+01VWppF1GASsxApAkFl7JqGL0EpGfjkHgVY3cCAjkgc= +SHA256 (Pkgfile) = 9a213297d4942113a452d14a8874e9346d5d954d87f9d7d7898824b0caf1d369 SHA256 (.footprint) = 1179bddbe106be425b7d3c7e9906f7313e87e9ed05548b66cd2af743c7053730 -SHA256 (xcb-util-keysyms-0.4.0.tar.bz2) = 0ef8490ff1dede52b7de533158547f8b454b241aa3e4dcca369507f66f216dd9 +SHA256 (xcb-util-keysyms-0.4.1.tar.xz) = 7c260a5294412aed429df1da2f8afd3bd07b7cba3fec772fba15a613a6d5c638 diff --git a/xorg-xcb-util-keysyms/Pkgfile b/xorg-xcb-util-keysyms/Pkgfile index 80c74ccb..1af54128 100644 --- a/xorg-xcb-util-keysyms/Pkgfile +++ b/xorg-xcb-util-keysyms/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxcb name=xorg-xcb-util-keysyms -version=0.4.0 +version=0.4.1 release=1 -source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.bz2) +source=(https://xcb.freedesktop.org/dist/xcb-util-keysyms-$version.tar.xz) build() { cd xcb-util-keysyms-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |