diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 18:32:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-25 18:38:17 -0300 |
commit | 9953784ecdf14b671b9e88d48888dbc059479613 (patch) | |
tree | d1ac3936988f880cdbf561d86a3f7bee756deb67 /community | |
parent | aa9c56516cc30d4c3ed568d35b62ab53d78a8b7f (diff) | |
download | aports-9953784ecdf14b671b9e88d48888dbc059479613.tar.bz2 aports-9953784ecdf14b671b9e88d48888dbc059479613.tar.xz |
community/pluma: upgrade to 1.22.2
Diffstat (limited to 'community')
-rw-r--r-- | community/pluma/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index 1fe76c1758..f390e57e15 100644 --- a/community/pluma/APKBUILD +++ b/community/pluma/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=pluma -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" @@ -9,12 +9,12 @@ arch="all" license="GPL-2.0-or-later" # check fails as tracked in https://github.com/mate-desktop/pluma/issues/33 options="!check" +depends="mate-desktop" makedepends="intltool enchant-dev iso-codes-dev gtk+3.0-dev mate-desktop-dev gtksourceview-dev dconf-dev libsm-dev itstool libxml2-utils fortify-headers libpeas-dev gsettings-desktop-schemas-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/pluma-$pkgver.tar.xz" build() { ./configure \ @@ -31,7 +31,7 @@ check() { } package() { - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a pluma-1.22.1.tar.xz" +sha512sums="a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992 pluma-1.22.2.tar.xz" |