[arch-commits] Commit in easystroke/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Wed Apr 22 07:08:08 UTC 2015


    Date: Wednesday, April 22, 2015 @ 09:08:08
  Author: lfleischer
Revision: 131892

upgpkg: easystroke 0.6.0-7

Rebuild for boost 1.58.0.

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-22 07:05:26 UTC (rev 131891)
+++ PKGBUILD	2015-04-22 07:08:08 UTC (rev 131892)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 # Contributor: Kevin Sullivan <ksullivan at archlinux.us>
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -16,7 +16,7 @@
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
   make
   make man
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd "${pkgname}-${pkgver}"
 
   make PREFIX=/usr DESTDIR="${pkgdir}" install
 



More information about the arch-commits mailing list