Date: Friday, October 26, 2012 @ 22:30:21
  Author: eric
Revision: 169714

upgpkg: gpm 1.20.7-1

Upstream update

Modified:
  gpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2012-10-27 01:52:54 UTC (rev 169713)
+++ PKGBUILD    2012-10-27 02:30:21 UTC (rev 169714)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <e...@archlinux.org>
 
 pkgname=gpm
-pkgver=1.20.6
-pkgrel=10
+pkgver=1.20.7
+pkgrel=1
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/";
@@ -14,7 +14,7 @@
 install=gpm.install
 
source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
 \
         gpm gpm.conf.d gpm.sh gpm.service)
-sha1sums=('4677da0eb2f1910a5a744bbefa08fea82e0dca0c'
+sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
           '19e1feb1493373512a77801699df012d186336ea'
           '4c31cb7dd51cee4d16d3f7a8956e6d87fac1ad86'
           '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
@@ -22,6 +22,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  ./autogen.sh
   ./configure --prefix=/usr --sysconfdir=/etc
   make
 }

Reply via email to