diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-08 14:47:23 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-09 16:12:21 +0000 |
commit | 45886c1432e2073c9cad9ae9b5df3261e8f08053 (patch) | |
tree | fdbcd30bcd65b9e273f70e0405fb2083ff389792 /main/gdk-pixbuf | |
parent | 9d6ad16bcfa3c3a07524b30f986f01892a3c4454 (diff) | |
download | aports-45886c1432e2073c9cad9ae9b5df3261e8f08053.tar.bz2 aports-45886c1432e2073c9cad9ae9b5df3261e8f08053.tar.xz |
main/gdk-pixbuf: upgrade to 2.40.0
Diffstat (limited to 'main/gdk-pixbuf')
-rw-r--r-- | main/gdk-pixbuf/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/main/gdk-pixbuf/APKBUILD b/main/gdk-pixbuf/APKBUILD index 44ae8a2bc3..49cbc01321 100644 --- a/main/gdk-pixbuf/APKBUILD +++ b/main/gdk-pixbuf/APKBUILD @@ -1,6 +1,8 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> +# Contributor: Rasmus Thomsen <oss@cogitri.dev> +# Contributor: Natanael Copa <ncopa@alpinelinux.org> +# Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gdk-pixbuf -pkgver=2.38.2 +pkgver=2.40.0 pkgrel=0 pkgdesc="GTK+ image loading library" url="https://wiki.gnome.org/Projects/GdkPixbuf" @@ -43,7 +45,7 @@ check() { ;; esac - meson test -C output + meson test -t 10 -C output } package() { @@ -61,4 +63,4 @@ dev() { default_dev } -sha512sums="b0f83cca9bfbe45dab200b19a5ec6231b628c09633fd41348f433c226d523c2f9b805d41e4d955e9fd65c5b6d24df59c7c94193032379d6f09b0472ae988a0c1 gdk-pixbuf-2.38.2.tar.xz" +sha512sums="6512befd379494dbfd89a16fc4c92641842eb7b82fc820ec83a5b057526209947db646570db1124c073b0ef69c117bdf0f8d3fea807e302a4950db39187c35aa gdk-pixbuf-2.40.0.tar.xz" |