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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat May 12 17:19:32 UTC 2012


    Date: Saturday, May 12, 2012 @ 13:19:32
  Author: andyrtr
Revision: 158879

upgpkg: xf86-video-apm 1.2.4-1

upstream update 1.2.4

Modified:
  xf86-video-apm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-12 16:51:09 UTC (rev 158878)
+++ PKGBUILD	2012-05-12 17:19:32 UTC (rev 158879)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xf86-video-apm
-pkgver=1.2.3
-pkgrel=5
+pkgver=1.2.4
+pkgrel=1
 pkgdesc="X.org Alliance ProMotion video driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -13,14 +13,11 @@
 conflicts=('xorg-server<1.11.99.902')
 groups=('xorg-drivers' 'xorg')
 options=('!libtool')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        apm-1.2.3-git.patch)
-sha1sums=('1fa7180cf985a74132f8d5b39a0bf9df08713fac'
-          'ad9468519eb959bb879ba4e4993d6a83848d5c6f')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('d792ba6e8c39e60e00e0790b4e08f551044b2f7c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/apm-1.2.3-git.patch
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list