* update libdmx to 1.1.4-2.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:34:51 +02:00
parent fd98f9d031
commit c488fb7726
2 changed files with 17 additions and 2 deletions

15
libdmx/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = libdmx
pkgdesc = X11 Distributed Multihead extension library
pkgver = 1.1.4
pkgrel = 2.1
url = https://xorg.freedesktop.org/
arch = x86_64
arch = powerpc64le
license = custom
makedepends = xorg-util-macros
depends = xorgproto
depends = libxext
source = https://xorg.freedesktop.org//releases/individual/lib/libdmx-1.1.4.tar.bz2
sha512sums = 77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9
pkgname = libdmx

View File

@ -3,12 +3,12 @@
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libdmx
pkgver=1.1.4
pkgrel=2
pkgrel=2.1
pkgdesc="X11 Distributed Multihead extension library"
arch=('x86_64' 'powerpc64le')
url="https://xorg.freedesktop.org/"
license=('custom')
depends=('dmxproto' 'libxext')
depends=('xorgproto' 'libxext')
makedepends=('xorg-util-macros')
source=("${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2")
sha512sums=('77aba6cadfd17db0cc7e1bc26f14d908223a0fdb135d46f86c3be34e3bc7e2f843f08d4d0ef773357e83b17122bffe56a0442d12908378c05a22177b10ae10e9')