Date: Thursday, December 15, 2022 @ 15:09:12
  Author: foutrelis
Revision: 464435

upgpkg: xfce4-systemload-plugin 1.3.2-1

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-15 15:07:32 UTC (rev 464434)
+++ PKGBUILD    2022-12-15 15:09:12 UTC (rev 464435)
@@ -3,9 +3,9 @@
 # Contributor: Aurelien Foret <[email protected]>
 
 pkgname=xfce4-systemload-plugin
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
+pkgdesc="System load plugin for the Xfce panel"
 arch=('x86_64')
 license=('custom')
 url="https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin";
@@ -13,15 +13,14 @@
 depends=('xfce4-panel' 'libgtop')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56d1007801d52d7c2b5a13bb54745f6d7f06fda28b49ce936145633068817652')
+sha256sums=('bb303fc3020e053ad1fa0b8fcbf0d7681c5563bb8f649357d6a95a577802b072')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
     --localstatedir=/var \
     --disable-static
   make
@@ -28,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }

Reply via email to