[arch-commits] Commit in xf86-video-s3virge/trunk (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun May 13 11:52:05 UTC 2012


    Date: Sunday, May 13, 2012 @ 07:52:05
  Author: andyrtr
Revision: 158927

upgpkg: xf86-video-s3virge 1.10.5-1

upstream update 1.10.5

Modified:
  xf86-video-s3virge/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-13 11:37:03 UTC (rev 158926)
+++ PKGBUILD	2012-05-13 11:52:05 UTC (rev 158927)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 
 pkgname=xf86-video-s3virge
-pkgver=1.10.4
-pkgrel=8
+pkgver=1.10.5
+pkgrel=1
 pkgdesc="X.org S3 Virge video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -14,15 +14,15 @@
 conflicts=('xorg-server<1.12.0')
 options=(!libtool)
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        git-fixes.patch)
-md5sums=('6517bbbf808c700502d51acdc44662f8'
-         '2dba8e574d08c71c9f748ff341358050')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+        #git-fixes.patch)
+sha1sums=('ca8aa877ae118b017d5b06951bc1c3b7690ba709')
 
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/git-fixes.patch"
-  autoreconf -fi
+  #patch -Np1 -i "${srcdir}/git-fixes.patch"
+  #autoreconf -fi
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list