Date: Thursday, April 20, 2023 @ 19:31:12
  Author: foutrelis
Revision: 474803

upgpkg: xfce4-mailwatch-plugin 1.3.1-1

Modified:
  xfce4-mailwatch-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-20 19:15:15 UTC (rev 474802)
+++ PKGBUILD    2023-04-20 19:31:12 UTC (rev 474803)
@@ -3,7 +3,7 @@
 # Contributor: Suzy Williams <[email protected]>
 
 pkgname=xfce4-mailwatch-plugin
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel"
 arch=('x86_64')
@@ -13,15 +13,14 @@
 depends=('xfce4-panel' 'gnutls')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('20f91ebefd2880b27f421f773115b3740f67de2bf60feace3841bfd1a09cbe2e')
+sha256sums=('054964e9fe4ca668486400991ce1ea01d07aac7ba235f4b14d4a8f7d9800046a')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
     --sysconfdir=/etc \
-    --libexecdir=/usr/lib \
     --localstatedir=/var \
     --disable-debug
   make
@@ -28,7 +27,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
 

Reply via email to