diff options
Diffstat (limited to 'libre/xorg-server/PKGBUILD')
-rw-r--r-- | libre/xorg-server/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/xorg-server/PKGBUILD b/libre/xorg-server/PKGBUILD index 6d2855332..5c4ed62c9 100644 --- a/libre/xorg-server/PKGBUILD +++ b/libre/xorg-server/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 227820 2014-12-20 13:56:29Z lcarlier $ +# $Id: PKGBUILD 228137 2014-12-29 12:20:10Z andyrtr $ # Maintainer: AndyRTR <andyrtr@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> # Maintainer (Parabola): Márcio Silva <coadde@parabola.nu> @@ -6,7 +6,7 @@ pkgbase=xorg-server pkgname=('xorg-server') pkgver=1.16.3 -pkgrel=1.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild +pkgrel=2.parabola1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://xorg.freedesktop.org" @@ -86,6 +86,7 @@ build() { --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ --with-fontrootdir=/usr/share/fonts \ + --with-sha1=libgcrypt \ --with-os-name="$(uname -o)" \ --with-os-vendor="$(uname -m) - kernel $(uname -r)" |