Date: Thursday, February 9, 2023 @ 19:21:59
Author: foutrelis
Revision: 468439
upgpkg: mousepad 0.6.0-1
Modified:
mousepad/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-09 18:29:48 UTC (rev 468438)
+++ PKGBUILD 2023-02-09 19:21:59 UTC (rev 468439)
@@ -2,7 +2,7 @@
# Contributor: tobias [tobias at archlinux.org]
pkgname=mousepad
-pkgver=0.5.10
+pkgver=0.6.0
pkgrel=1
pkgdesc="Simple text editor for Xfce"
arch=('x86_64')
@@ -13,7 +13,7 @@
makedepends=('intltool' 'gspell')
optdepends=('gspell: spell checking support')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6ebaf38d52bee5560d9650c52a693f8a6ed0a67d88cc938d73f7d5ce13552bad')
+sha256sums=('2253a5c582b8a899d842a8e4311d6b760435ad7cca493ff4edf305b89c1913d4')
build() {
cd $pkgname-$pkgver
@@ -21,9 +21,7 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var \
- --disable-static \
--disable-debug
make
}