[arch-commits] Commit in libxi/trunk (PKGBUILD)
    Jan de Groot 
    jgc at archlinux.org
       
    Sun Nov  1 14:13:44 UTC 2009
    
    
  
    Date: Sunday, November 1, 2009 @ 09:13:43
  Author: jgc
Revision: 57675
upgpkg: libxi 1.3-2
    Add dependency on inputproto
Modified:
  libxi/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-01 14:09:51 UTC (rev 57674)
+++ PKGBUILD	2009-11-01 14:13:43 UTC (rev 57675)
@@ -3,11 +3,11 @@
 
 pkgname=libxi
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Input extension library"
 arch=('i686' 'x86_64')
 url="http://xorg.freedesktop.org"
-depends=('libxext>=1.1')
+depends=('libxext>=1.1' 'inputproto>=2.0')
 makedepends=('pkgconfig')
 options=(!libtool force)
 license=('custom')
    
    
More information about the arch-commits
mailing list