aboutsummaryrefslogtreecommitdiffstats
path: root/community/seahorse
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-01-06 09:20:58 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-06 12:35:50 +0100
commitb0b53e8158eb3a5e1c044c31af73563c2ec7712e (patch)
tree5a55780e07a511d7ec45e101ea435a710dcc9905 /community/seahorse
parent28b32f5df5f7d0a544f83d2df78cb410ccd248ea (diff)
downloadaports-b0b53e8158eb3a5e1c044c31af73563c2ec7712e.tar.bz2
aports-b0b53e8158eb3a5e1c044c31af73563c2ec7712e.tar.xz
community/seahorse: upgrade to 3.34.1
* Build with buildtype 'debugoptimized' to have optimized builds; the default is 'debug'
Diffstat (limited to 'community/seahorse')
-rw-r--r--community/seahorse/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD
index 141cc21530..8fb144f7e9 100644
--- a/community/seahorse/APKBUILD
+++ b/community/seahorse/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=seahorse
-pkgver=3.34
+pkgver=3.34.1
pkgrel=0
pkgdesc="GNOME application for managing PGP keys."
url="https://projects.gnome.org/seahorse/"
@@ -14,10 +14,10 @@ makedepends="vala libxml2-utils
gtk+3.0-dev gcr-dev glib-dev meson ninja
cmake libpwquality-dev openldap-dev avahi-dev"
subpackages="$pkgname-lang $pkgname-doc"
-source="https://download.gnome.org/sources/seahorse/$pkgver/seahorse-$pkgver.tar.xz"
+source="https://download.gnome.org/sources/seahorse/${pkgver%.*}/seahorse-$pkgver.tar.xz"
build() {
- meson --prefix=/usr builddir
+ meson --prefix=/usr --buildtype=debugoptimized builddir
ninja -C builddir
}
@@ -29,4 +29,4 @@ package() {
DESTDIR="$pkgdir" meson install -C builddir
}
-sha512sums="06cbb8982bccabf1cfdcbb9ec7178681ec1b7f210d7401a145506defe90f38a6ef14a643c3c248164aff1e6f6943caa35db05263fc66c42fc1292e925110faf9 seahorse-3.34.tar.xz"
+sha512sums="d2dff7d73a0968c1a5a8d39460f08b67f6794f22812200f564ef719354ab5cc2dac2213cba0d4bc10a455aecb9f55de8ff39943db4482beaac9cfdc2ca1012b8 seahorse-3.34.1.tar.xz"