Date: Saturday, March 18, 2023 @ 11:50:52
  Author: foutrelis
Revision: 471469

upgpkg: xfce4-notes-plugin 1.10.0-1

Modified:
  xfce4-notes-plugin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-18 09:08:47 UTC (rev 471468)
+++ PKGBUILD    2023-03-18 11:50:52 UTC (rev 471469)
@@ -3,7 +3,7 @@
 # Contributor: Ben Mazer <[email protected]>
 
 pkgname=xfce4-notes-plugin
-pkgver=1.9.0
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="Notes plugin for the Xfce panel"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel' 'hicolor-icon-theme')
 makedepends=('intltool')
 
source=(https://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('13f909c948b639f96de64cf793eb74cb1779589201d3933eff214ee8f35ab088')
+sha256sums=('2ee4406042edd352a91e166c83b60d13220ef04dce3fa6b9e0eb13636d636929')
 
 build() {
   cd $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