summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04c8635ebe7..e8af5a33c49b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libdmx
pkgdesc = X11 Distributed Multihead extension library
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org/
arch = x86_64
arch = i686
- license = custom
+ license = MIT
makedepends = xorg-util-macros
depends = libxext
source = https://www.x.org/releases/individual/lib/libdmx-1.1.5.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 910d9ec93895..998a5504a288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Brian Bidulock <bidulock@openss7.org>
pkgname=libdmx
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc='X11 Distributed Multihead extension library'
arch=('x86_64' 'i686')
-license=('custom')
+license=('MIT')
url='https://xorg.freedesktop.org/'
depends=('libxext')
makedepends=('xorg-util-macros')