diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-11 11:53:09 +0100 |
commit | 3156702a5deccd61451be9f7d8ba0fd212a3043b (patch) | |
tree | 624620bf3c78560df2455ebe11c66073a39d7355 /extra/libxdmcp | |
parent | aa74620a7ef4a49bd466b993c4675514781bd179 (diff) | |
parent | 4640048ddd1331c9f6fc14b8921ccecdb6b1ea11 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
core/kmod/PKGBUILD
core/nfs-utils/PKGBUILD
extra/libdmx/PKGBUILD
gnome-unstable/gnome-keyring/PKGBUILD
gnome-unstable/libgnome-keyring/PKGBUILD
gnome-unstable/libgweather/PKGBUILD
gnome-unstable/libgweather/libgweather.install
multilib/lib32-gnutls/PKGBUILD
multilib/lib32-libtiff/PKGBUILD
testing/libxcb/PKGBUILD
testing/libxcb/libxcb-1.1-no-pthread-stubs.patch
testing/libxi/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/libxdmcp')
-rw-r--r-- | extra/libxdmcp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libxdmcp/PKGBUILD b/extra/libxdmcp/PKGBUILD index 548f8c9f5..7af0ec17c 100644 --- a/extra/libxdmcp/PKGBUILD +++ b/extra/libxdmcp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 151412 2012-02-26 10:38:01Z pierre $ +# $Id: PKGBUILD 152771 2012-03-09 16:07:19Z andyrtr $ #Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=libxdmcp -pkgver=1.1.0 -pkgrel=2 +pkgver=1.1.1 +pkgrel=1 pkgdesc="X11 Display Manager Control Protocol library" arch=('i686' 'x86_64' 'mips64el') url="http://xorg.freedesktop.org/" @@ -12,7 +12,7 @@ depends=('xproto' 'glibc') makedepends=('xorg-util-macros') options=('!libtool') source=("${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2") -sha1sums=('28132db24727552f77e998e6a6798a5b9b30789f') +sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6') build() { cd "${srcdir}/libXdmcp-${pkgver}" |