[arch-commits] Commit in xfce4-mount-plugin/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sun May 11 00:41:34 UTC 2014


    Date: Sunday, May 11, 2014 @ 02:41:34
  Author: eric
Revision: 212218

upgpkg: xfce4-mount-plugin 0.6.7-1

Upstream update

Modified:
  xfce4-mount-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-11 00:25:53 UTC (rev 212217)
+++ PKGBUILD	2014-05-11 00:41:34 UTC (rev 212218)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-mount-plugin
-pkgver=0.6.4
+pkgver=0.6.7
 pkgrel=1
 pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes"
 arch=('i686' 'x86_64')
@@ -14,11 +14,10 @@
 makedepends=('intltool')
 install=$pkgname.install
 source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('541d7af84d7d0b00ae547aa1f438e2fac51ee4195c4d0a17173c4f72accb227d')
+sha256sums=('541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
@@ -30,8 +29,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list