diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/pluma/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/user/pluma/APKBUILD b/user/pluma/APKBUILD index ceb91b735..d330843b8 100644 --- a/user/pluma/APKBUILD +++ b/user/pluma/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sheila Aman <sheila@vulpine.house> # Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=pluma -pkgver=1.24.1 +pkgver=1.24.2 pkgrel=0 pkgdesc="Text editor for the MATE desktop environment" url="https://mate-desktop.org" @@ -10,7 +10,8 @@ options="!check" # tests fail due to schema being requested but not available license="GPL-2.0+ AND GPL-2.0-only AND LGPL-2.0+" depends="" makedepends="gtk+3.0-dev gtksourceview-3.0-dev enchant-dev intltool - itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils" + itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils + wayland-protocols" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/pluma-$pkgver.tar.xz" @@ -34,4 +35,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="0cfd6a035fc95993dce3e556c49641e799888f20159b29f2c0712c54ee772aa6df1ce755f329414c94efdb2cb3819ce633b92e6559b0c8cb064dab3c74729ab3 pluma-1.24.1.tar.xz" +sha512sums="588640744f8a0bec08d0c51c0309380a57cb6319c98124885e30d05e7dd8488ba7bd5acec1bf21fb0d6832626ae8925b24cd241202265af1a631a91313cdad2b pluma-1.24.2.tar.xz" |