diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2021-02-16 07:30:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2021-02-16 07:30:10 +0000 |
commit | c4b0a31fe401079f555b0ea92dbc19ffef5f66e3 (patch) | |
tree | 439e757fd1e5344c1a97f3c756c130ae2ad95ca4 | |
parent | 6b1a396a3de7ea7e3daa8347cfbcb64ec831925f (diff) | |
download | aports-c4b0a31fe401079f555b0ea92dbc19ffef5f66e3.tar.gz aports-c4b0a31fe401079f555b0ea92dbc19ffef5f66e3.tar.bz2 aports-c4b0a31fe401079f555b0ea92dbc19ffef5f66e3.tar.xz |
community/seahorse: upgrade to 3.38.1
-rw-r--r-- | community/seahorse/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/seahorse/APKBUILD b/community/seahorse/APKBUILD index 5d61365605..93d9afa7fc 100644 --- a/community/seahorse/APKBUILD +++ b/community/seahorse/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=seahorse -pkgver=3.38.0.1 -pkgrel=1 +pkgver=3.38.1 +pkgrel=0 pkgdesc="GNOME application for managing PGP keys." url="https://projects.gnome.org/seahorse/" arch="all !s390x !mips !mips64" # limited by libhandy @@ -15,8 +15,7 @@ makedepends="vala libxml2-utils cmake libpwquality-dev openldap-dev avahi-dev" checkdepends="appstream-glib desktop-file-utils" 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() { abuild-meson . builddir meson compile ${JOBS:+-j ${JOBS}} -C builddir @@ -30,4 +29,4 @@ package() { DESTDIR="$pkgdir" meson install -C builddir } -sha512sums="d0fdbb81d71e5e0908f732ad49db89a3cae936f98e0285f758a8861259bff976d33083783a7e19474bd6a1e95c11ec74021b6b7f5cdd3d51372e9cd93d4fd014 seahorse-3.38.0.1.tar.xz" +sha512sums="1a064ecaf1a25aa84010f914043c3776eba464844598b15e0822217ad330396516df64afed1aeffb3c7b6102d1477c280ec8ec32101cf9f5120c433431b9df32 seahorse-3.38.1.tar.xz" |