[arch-commits] Commit in libxi/trunk (PKGBUILD)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Wed Jul 3 08:10:32 UTC 2013
Date: Wednesday, July 3, 2013 @ 10:10:31
Author: lcarlier
Revision: 189333
upgpkg: libxi 1.7.2-1
upstream update 1.7.2
Modified:
libxi/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-07-03 05:25:03 UTC (rev 189332)
+++ PKGBUILD 2013-07-03 08:10:31 UTC (rev 189333)
@@ -3,8 +3,8 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libxi
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
pkgdesc="X11 Input extension library"
arch=('i686' 'x86_64')
url="http://xorg.freedesktop.org"
@@ -12,21 +12,9 @@
makedepends=('pkgconfig' 'xorg-util-macros' 'libxfixes' 'automake')
options=(!libtool)
license=('custom')
-source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2
- git-fixes.diff)
-sha256sums=('e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5'
- 'faa2f76f68e65f537062829ad45977561079ac8747bd8e24a82055e70a5bf0cc')
+source=(${url}/releases/individual/lib/libXi-${pkgver}.tar.bz2)
+sha256sums=('df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e')
-prepare() {
- cd "${srcdir}/libXi-${pkgver}"
-
- # fix CVE-2013-1998 CVE-2013-1984 CVE-2013-1995 merged upstream
- patch -Np1 -i ${srcdir}/git-fixes.diff
-
- # a patch change configure.ac
- autoreconf -fiv
-}
-
build() {
cd "${srcdir}/libXi-${pkgver}"
More information about the arch-commits
mailing list