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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Jul 9 10:51:18 UTC 2013


    Date: Tuesday, July 9, 2013 @ 12:51:18
  Author: bpiotrowski
Revision: 93739

upgpkg: easystroke 0.6.0-3

- rebuild against boost 1.54.0

Modified:
  easystroke/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-09 10:45:35 UTC (rev 93738)
+++ PKGBUILD	2013-07-09 10:51:18 UTC (rev 93739)
@@ -3,7 +3,7 @@
 
 pkgname=easystroke
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Use mouse gestures to initiate commands and hotkeys.'
 arch=('i686' 'x86_64')
 url='http://easystroke.sourceforge.net/'
@@ -15,14 +15,14 @@
 md5sums=('3b4f25d02a6b5ac57a8b7a06545869db')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make
   make man
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make PREFIX=/usr DESTDIR="${pkgdir}" install
 




More information about the arch-commits mailing list