From ca11f53f018030719f55b1925ce95bd174783a75 Mon Sep 17 00:00:00 2001 From: Bitmeise Date: Fri, 6 Aug 2021 16:49:26 +0200 Subject: [PATCH] astroid: update to 0.15 --- srcpkgs/astroid/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/astroid/template b/srcpkgs/astroid/template index e37e50c628fe..4667e6faa488 100644 --- a/srcpkgs/astroid/template +++ b/srcpkgs/astroid/template @@ -1,9 +1,9 @@ # Template file for 'astroid' pkgname=astroid -version=0.15 -revision=8 +version=0.16 +revision=1 build_style=cmake -hostmakedepends="pkg-config scdoc protobuf gobject-introspection" +hostmakedepends="pkg-config scdoc protobuf gobject-introspection gnupg notmuch" makedepends="libnotmuch-devel gtkmm-devel webkit2gtk-devel libsass-devel gmime3-devel boost-devel protobuf-devel vte3-devel gobject-introspection libpeas-devel libsoup-devel" @@ -12,7 +12,7 @@ maintainer="Ameise " license="GPL-3.0-or-later" homepage="http://astroidmail.github.io/" distfiles="https://github.com/astroidmail/astroid/archive/v${version}.tar.gz" -checksum=8581bbdbc71bd00d4cdd473cfad8bc604628bb15616fe5eab5c623461f686c65 +checksum=32ecb8c2fafe67f70c7d5f2bc60bda1796d98a56a75f7868c7c1ca50cd7baf5e if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qemu-user-static prelink-cross"