aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libxdmcp/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/libxdmcp/APKBUILD b/main/libxdmcp/APKBUILD
index e269ab340f..cb54613c65 100644
--- a/main/libxdmcp/APKBUILD
+++ b/main/libxdmcp/APKBUILD
@@ -1,13 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxdmcp
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=0
pkgdesc="X11 Display Manager Control Protocol library"
url="http://xorg.freedesktop.org/"
arch="all"
-license="custom"
+license="MIT"
depends=
-makedepends="xproto pkgconfig"
+makedepends="xproto"
subpackages="$pkgname-dev"
source="http://xorg.freedesktop.org/releases/individual/lib/libXdmcp-$pkgver.tar.bz2"
@@ -15,7 +15,6 @@ _builddir="$srcdir/libXdmcp-$pkgver"
prepare() {
cd "$_builddir"
- update_config_sub || return 1
}
build() {
@@ -34,4 +33,6 @@ package() {
make -j1 DESTDIR="$pkgdir" install || return 1
rm "$pkgdir"/usr/lib/*.la || return 1
}
-md5sums="b94af6cef211cf3ee256f7e81f70fcd9 libXdmcp-1.1.1.tar.bz2"
+md5sums="18aa5c1279b01f9d18e3299969665b2e libXdmcp-1.1.2.tar.bz2"
+sha256sums="81fe09867918fff258296e1e1e159f0dc639cb30d201c53519f25ab73af4e4e2 libXdmcp-1.1.2.tar.bz2"
+sha512sums="f96005934b8bc752059106f8caf7df0574f5ef3c7a83bd797497b56ca556a7ff4dc1d28195e421259e82ea027b5c738094add3ec107a22544c9070725d8d46bb libXdmcp-1.1.2.tar.bz2"