Date: Thursday, December 15, 2022 @ 15:00:40
  Author: foutrelis
Revision: 464428

upgpkg: xfce4-cpufreq-plugin 1.2.8-1

Modified:
  xfce4-cpufreq-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 14:57:16 UTC (rev 464427)
+++ PKGBUILD    2022-12-15 15:00:40 UTC (rev 464428)
@@ -3,9 +3,9 @@
 # Contributor: tobias <tobias funnychar archlinux.org>
 
 pkgname=xfce4-cpufreq-plugin
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
-pkgdesc="CPU frequency plugin for the Xfce4 panel"
+pkgdesc="CPU frequency and governor plugin for the Xfce4 panel"
 arch=('x86_64')
 license=('GPL2')
 url="https://docs.xfce.org/panel-plugins/xfce4-cpufreq-plugin";
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5ad4fb6150f51917b2a8af65926c6e4e83340827835782a14844c6b88dbcc58c')
+sha256sums=('07e458d9f4725e572001fb7eb66b9e931792311146e0f75ad5d87b9ae19573e9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -21,9 +21,7 @@
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
     --localstatedir=/var \
-    --disable-static \
     --disable-debug
   make
 }

Reply via email to