aboutsummaryrefslogtreecommitdiffstats
path: root/community/gom
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-10-29 14:20:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:33:55 +0000
commitb90539592d1d2fc608e9bbe944aeca90c1575710 (patch)
treec2743b4d69d82b44ed312da3a3244631eef1bcd8 /community/gom
parent5afc174ab09c005a7ec1b3ca2ef389cb15c8120a (diff)
downloadaports-b90539592d1d2fc608e9bbe944aeca90c1575710.tar.bz2
aports-b90539592d1d2fc608e9bbe944aeca90c1575710.tar.xz
community/gom: rebuild against python 3.8
and fix makedepends. the meson file has an explicit depend of gdk-pixbuf so we add that to makedepends.
Diffstat (limited to 'community/gom')
-rw-r--r--community/gom/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gom/APKBUILD b/community/gom/APKBUILD
index 3a5c5e50b9..68d49529fd 100644
--- a/community/gom/APKBUILD
+++ b/community/gom/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=gom
pkgver=0.3.3
-pkgrel=0
+pkgrel=1
pkgdesc="GObject Data Mapper"
url="https://wiki.gnome.org/Projects/Gom"
arch="all"
license="LGPL-2.1-or-later"
-makedepends="meson vala gobject-introspection-dev py3-gobject3 sqlite-dev glib-dev"
+makedepends="meson vala gobject-introspection-dev py3-gobject3 sqlite-dev glib-dev
+ gdk-pixbuf-dev"
subpackages="$pkgname-dev"
source="https://download.gnome.org/sources/gom/${pkgver%.*}/gom-${pkgver}.tar.xz"