diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-16 19:43:45 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-16 19:44:10 +0100 |
commit | 8b1db7d5945bc9e1e3220116819b28c21f34b10e (patch) | |
tree | b98c2e443c540c22a760b0ccfe5131bcafc28f4f /community/attica | |
parent | 7dfb7e16a0d7f814be1b7a2137eeac35fe875bce (diff) | |
download | aports-8b1db7d5945bc9e1e3220116819b28c21f34b10e.tar.bz2 aports-8b1db7d5945bc9e1e3220116819b28c21f34b10e.tar.xz |
community/attica: disable tests, block builders
Diffstat (limited to 'community/attica')
-rw-r--r-- | community/attica/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/attica/APKBUILD b/community/attica/APKBUILD index 6a4742c2bd..3ecb36d3e0 100644 --- a/community/attica/APKBUILD +++ b/community/attica/APKBUILD @@ -8,6 +8,7 @@ url="http://www.kde.org/" arch="all !armhf" # Blocked by extra-cmake-modules license="LGPL-2.0-or-later" makedepends="qt5-qttools-dev extra-cmake-modules doxygen" +options="!check" # failing on builders subpackages="$pkgname-dev $pkgname-doc" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-$pkgver.tar.xz" |