Skip to content

Commit

Permalink
upgpkg: libx32-libxdmcp 1.1.2-1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Dec 19, 2015
1 parent 2d92983 commit 4773b15
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions libx32-libxdmcp/PKGBUILD
@@ -1,20 +1,22 @@
# $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/"
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}
Expand Down

0 comments on commit 4773b15

Please sign in to comment.