Date: Saturday, May 13, 2023 @ 15:58:33
Author: foutrelis
Revision: 477664
upgpkg: mousepad 0.6.1-1
Modified:
mousepad/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-13 08:16:21 UTC (rev 477663)
+++ PKGBUILD 2023-05-13 15:58:33 UTC (rev 477664)
@@ -2,7 +2,7 @@
# Contributor: tobias [tobias at archlinux.org]
pkgname=mousepad
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Simple text editor for Xfce"
arch=('x86_64')
@@ -10,10 +10,10 @@
license=('GPL2')
groups=('xfce4-goodies')
depends=('gtksourceview4' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool' 'gspell')
+makedepends=('gspell')
optdepends=('gspell: spell checking support')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2253a5c582b8a899d842a8e4311d6b760435ad7cca493ff4edf305b89c1913d4')
+sha256sums=('560c5436c7bc7de33fbf3e9f6cc545280772ad898dfb73257d86533880ffff36')
build() {
cd $pkgname-$pkgver