diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 09:22:38 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-15 10:20:14 +0000 |
commit | 2675c95d77324401442a37dbce00da16b801fe71 (patch) | |
tree | 022a342fbad905022fc2d667085a3862be8246c9 /community/pluma | |
parent | 99d955451bc23b5c6ad17ba377e853bbbda0b988 (diff) | |
download | aports-2675c95d77324401442a37dbce00da16b801fe71.tar.bz2 aports-2675c95d77324401442a37dbce00da16b801fe71.tar.xz |
community/pluma: upgrade to 1.20.0
Diffstat (limited to 'community/pluma')
-rw-r--r-- | community/pluma/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD index a86fd45347..480e1c4078 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.19.3 +pkgver=1.20.0 pkgrel=0 pkgdesc="A small and lightweight UTF-8 text editor for the MATE" url="https://github.com/mate-desktop/pluma" @@ -23,6 +23,7 @@ build() { --build=$CBUILD \ --host=$CHOST \ --sysconfdir=/etc \ + --enable-static=no \ --prefix=/usr make } @@ -37,5 +38,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="a62c92b38fb21fd896b64c6dfeb06d6388ff5c901d38eeccdc8340b1fb1ad305ab117560192f52575ef0c1b853b7bb9152c48c33b617ad4a6ae89b113ff9fc5c pluma-1.19.3.tar.xz +sha512sums="31ecf70cacedf9598518aa761449dad5fd25728a68feb06526849c304c5e08db635e072a1196b865c40a81e71eefdacdb62a16e7cdca609f63d48aa7cd14c7db pluma-1.20.0.tar.xz 3aa0ae2e383bcc36c63384455062954876e77995da79a757b4eb6e37f3b2e5f7139165d7bb95c193ff888d33d2682773e981bf7e44fd963e918696d64e537741 0001-fix-accessperms-in-tests.patch" |