diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-04-05 17:38:04 +0200 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2020-04-05 17:18:51 +0000 |
commit | bb0e3ba2c9036a50f0c1bd392fdaa29571211dc6 (patch) | |
tree | ddb245cc97d126d907acdb127849de66572d3149 /community | |
parent | da12db1406cb30756709af716e5f567cd613e3ac (diff) | |
download | aports-bb0e3ba2c9036a50f0c1bd392fdaa29571211dc6.tar.bz2 aports-bb0e3ba2c9036a50f0c1bd392fdaa29571211dc6.tar.xz |
community/libmanette: upgrade to 0.2.4
Diffstat (limited to 'community')
-rw-r--r-- | community/libmanette/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libmanette/APKBUILD b/community/libmanette/APKBUILD index fdcd632ba8..7519445567 100644 --- a/community/libmanette/APKBUILD +++ b/community/libmanette/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=libmanette -pkgver=0.2.3 -pkgrel=2 +pkgver=0.2.4 +pkgrel=0 pkgdesc="Simple GObject game controller library" url="https://gitlab.gnome.org/aplazas/libmanette" arch="all" @@ -19,6 +19,8 @@ build() { --mandir=/usr/share/man \ --localstatedir=/var \ --buildtype=plain \ + -Dvapi=true \ + -Dintrospection=true \ . output ninja -C output } @@ -31,4 +33,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="23d3feae3b0ba81deb75b0ff911eb37f3d0d767a0ae65815d34cadf69f78ca7f081177a2161105ea3979ba9222b3641e6b776bf4fcf3e46a9de716bdce475df6 libmanette-0.2.3.tar.xz" +sha512sums="713686e3fd515a09846def3283a9e687571dfe47357af00f95739b6e888a454ab14c526a11b38c4ad19bdf928fc3b13b8be32612557dd0ecc743efd2cb6e0792 libmanette-0.2.4.tar.xz" |