summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFantix King2015-11-09 01:04:24 +0800
committerFantix King2015-11-09 01:04:24 +0800
commitc931c90ed696db450466a5f5ca1f0515dcd46778 (patch)
tree3e375903198b05b2290f81e16d184c231a50197f /PKGBUILD
parentbae82ce48fbcf0c02dcdc6f582f349ded8a0faae (diff)
downloadaur-libx32-libxdmcp.tar.gz
1.1.2-1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ae8099e943f..47d6a580271c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 115614 2014-07-12 17:33:50Z fyan $
+# $Id: PKGBUILD 130202 2015-03-29 19:25:46Z bluewind $
# Contributor: Jan de Groot <jgc@archlinux.org>
# x32 Maintainer: Fantix King <fantix.king at gmail.com>
_pkgbasename=libxdmcp
pkgname=libx32-$_pkgbasename
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1.1
pkgdesc="X11 Display Manager Control Protocol library (x32 ABI)"
arch=(x86_64)
url="http://xorg.freedesktop.org/"
@@ -13,8 +13,10 @@ license=('custom')
depends=('libx32-glibc' $_pkgbasename)
makedepends=('xorg-util-macros' 'gcc-multilib-x32')
options=('!libtool')
-source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
-sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6')
+source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2{,.sig})
+sha1sums=('3c09eabb0617c275b5ab09fae021d279a4832cac'
+ 'SKIP')
+validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
build() {
cd ${srcdir}/libXdmcp-${pkgver}