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

Evangelos Foutras foutrelis at archlinux.org
Sat Jan 27 06:18:12 UTC 2018


    Date: Saturday, January 27, 2018 @ 06:18:11
  Author: foutrelis
Revision: 315484

upgpkg: xfce4-timer-plugin 1.7.0-1

New upstream release.

Modified:
  xfce4-timer-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-27 05:52:09 UTC (rev 315483)
+++ PKGBUILD	2018-01-27 06:18:11 UTC (rev 315484)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
 
 pkgname=xfce4-timer-plugin
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.7.0
+pkgrel=1
 pkgdesc="Plugin to track time for the Xfce4 panel"
 arch=('x86_64')
 url="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-plugin"
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('39d7d21f099bc4219f6a6156142f0bbb8374986ee1970a9c0c8dc138b87f867c')
+sha256sums=('2e4e5343e39926230cc981d5fe56cd58a2f3817d2e9b6089b5673a2e39bf7e9b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -23,7 +23,8 @@
     --prefix=/usr \
     --sysconfdir=/etc \
     --libexecdir=/usr/lib/ \
-    --localstatedir=/var
+    --localstatedir=/var \
+    --disable-debug
   make
 }
 



More information about the arch-commits mailing list