[arch-commits] Commit in gpm/trunk (PKGBUILD gpm.sh)

Eric Bélanger eric at archlinux.org
Tue Oct 27 00:47:25 UTC 2015


    Date: Tuesday, October 27, 2015 @ 01:47:25
  Author: eric
Revision: 249779

upgpkg: gpm 1.20.7-6

Fix profile script (close FS#46384)

Modified:
  gpm/trunk/PKGBUILD
  gpm/trunk/gpm.sh

----------+
 PKGBUILD |    6 +++---
 gpm.sh   |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-27 00:18:58 UTC (rev 249778)
+++ PKGBUILD	2015-10-27 00:47:25 UTC (rev 249779)
@@ -3,7 +3,7 @@
 
 pkgname=gpm
 pkgver=1.20.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://www.nico.schottelius.org/software/gpm/"
@@ -11,10 +11,10 @@
 depends=('bash')
 options=('!makeflags')
 install=gpm.install
-source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma \
+source=(http://www.nico.schottelius.org/software/gpm/archives/${pkgname}-${pkgver}.tar.lzma
         gpm.sh gpm.service)
 sha1sums=('8d9f3655c80ce7667d31ede2a100b44986480369'
-          '88fe5ff10916c68a87abc8418a56eb0073f69fa9'
+          '94447c6f8bfadd062efa1a747a597426f339d13e'
           'f9bde96eb9c78da9f225bcf40822647f6592cf23')
 
 build() {

Modified: gpm.sh
===================================================================
--- gpm.sh	2015-10-27 00:18:58 UTC (rev 249778)
+++ gpm.sh	2015-10-27 00:47:25 UTC (rev 249779)
@@ -1,3 +1,3 @@
 case $( /usr/bin/tty ) in
-    /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
+    /dev/tty[0-9]*) [ -n "$(pidof -s gpm)" ] && /usr/bin/disable-paste ;;
 esac



More information about the arch-commits mailing list