Date: Monday, June 9, 2014 @ 02:48:00
  Author: eric
Revision: 214399

upgpkg: xfce4-timer-plugin 1.6.0-1

Upstream update, Clean up PKGBUILD

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-09 00:33:52 UTC (rev 214398)
+++ PKGBUILD    2014-06-09 00:48:00 UTC (rev 214399)
@@ -3,30 +3,29 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-timer-plugin
-pkgver=1.0.0
+pkgver=1.6.0
 pkgrel=1
-pkgdesc="plugin to track time for the Xfce4 panel"
+pkgdesc="Plugin to track time for the Xfce4 panel"
 arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin";
 license=('GPL2')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin";
-groups=('xfce4-goodies')
 depends=('xfce4-panel' 'libxfcegui4')
 makedepends=('intltool')
+groups=('xfce4-goodies')
 install=xfce4-timer-plugin.install
 
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('5bd0e450b4c9b3f37a289fc1723b1a3d984ffd5d')
+sha1sums=('aa37ccf7dad36000f413fd7dd29068da4858c8fe')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
        --sysconfdir=/etc \
        --libexecdir=/usr/lib/ \
-       --localstatedir=/var \
-       --disable-static
+       --localstatedir=/var
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 }

Reply via email to