diff options
-rw-r--r-- | community/notmuch/APKBUILD | 1 | ||||
-rw-r--r-- | testing/meson/APKBUILD | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/community/notmuch/APKBUILD b/community/notmuch/APKBUILD index c3a095487e..92eaff83b6 100644 --- a/community/notmuch/APKBUILD +++ b/community/notmuch/APKBUILD @@ -10,6 +10,7 @@ arch="all" license="GPL3" makedepends="gzip xapian-core-dev gmime-dev talloc-dev py-sphinx py-requests python2-dev python3-dev bash-completion" +options="!check" checkdepends="sed coreutils diffutils bash tar mdocml grep" subpackages=" py2-$pkgname:py2 diff --git a/testing/meson/APKBUILD b/testing/meson/APKBUILD index 29748012a9..2c5e43310e 100644 --- a/testing/meson/APKBUILD +++ b/testing/meson/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: pkgname=meson -pkgver=0.41.2 +pkgver=0.42.0 pkgrel=0 pkgdesc="Build system meant to be both extremely fast and as user friendly as possible" url="http://mesonbuild.com/" @@ -25,4 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="0b22f08bc1fc500a416d536aec558cb1f775c90b618c1079cfcdbd1b6a6d9b8b02a57288295e1cbea4e44bab3f23ecdab89e8b7bac5d7025e699e2f71908f97e meson-0.41.2.tar.gz" +sha512sums="798877326b0d05e3b747da09a1da82e5d215411e7e7bb57e1ace4029e1868357b6c51fe49c57ae4bd7db4bf5c24c683b015761bfbea8a32c0285213b9c9845c1 meson-0.42.0.tar.gz" |