[arch-commits] Commit in intel-gpu-tools/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Fri Jun 12 14:22:19 UTC 2015


    Date: Friday, June 12, 2015 @ 16:22:19
  Author: thestinger
Revision: 135230

upgpkg: intel-gpu-tools 1.11-1

Modified:
  intel-gpu-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-12 12:41:48 UTC (rev 135229)
+++ PKGBUILD	2015-06-12 14:22:19 UTC (rev 135230)
@@ -4,8 +4,8 @@
 # Originally by: Denis Smirnov <detanator at gmail.com>
 
 pkgname=intel-gpu-tools
-pkgver=1.10
-pkgrel=2
+pkgver=1.11
+pkgrel=1
 pkgdesc="Tools for development and testing of the Intel DRM driver"
 arch=(i686 x86_64)
 license=(MIT)
@@ -13,12 +13,12 @@
 depends=(libdrm libpciaccess cairo python)
 makedepends=(swig gtk-doc xorg-util-macros)
 source=(http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2)
-md5sums=('4d208c9294adcc7ea34b960e9950dd1e')
+md5sums=('836e9fd084f63da2a29fe81a47eb3db8')
 
 build() {
   cd $pkgname-$pkgver
   export LANG=en_US.UTF-8
-  ./configure --prefix=/usr --disable-tests --disable-selective-werror
+  ./configure --prefix=/usr --disable-tests --without-libunwind
   make
 }
 



More information about the arch-commits mailing list