diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-07 13:05:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-07 13:05:23 +0000 |
commit | 2fd96ce013b3eaafaa0f7a3088b98fe75d6ac273 (patch) | |
tree | 1086847f44ec882319b3eb4621698c684d826d6e /testing/rofi | |
parent | ab5d769727ab365ddef31017d188d2e671a6a85c (diff) | |
download | aports-2fd96ce013b3eaafaa0f7a3088b98fe75d6ac273.tar.bz2 aports-2fd96ce013b3eaafaa0f7a3088b98fe75d6ac273.tar.xz |
testing/rofi: disable to unblock builders
Upstream has changed the tarball so checksum failed.
https://github.com/davatorium/rofi/issues/986
The updated tarball fails due to missing src/git-version.c. disable the
build to unblock builders for now.
Diffstat (limited to 'testing/rofi')
-rw-r--r-- | testing/rofi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/rofi/APKBUILD b/testing/rofi/APKBUILD index e7223e4625..e22c484f65 100644 --- a/testing/rofi/APKBUILD +++ b/testing/rofi/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.5.4 pkgrel=0 pkgdesc="A window switcher, application launcher and dmenu replacement" url="https://github.com/DaveDavenport/rofi" -arch="all" +arch="" license="MIT" makedepends="meson bison flex pangomm-dev pango-dev libxcb-dev xcb-util-dev xcb-util-wm-dev xcb-util-xrm-dev glib-dev cairo-dev libxkbcommon-dev @@ -35,5 +35,5 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="181dedb0905bfab76f7ad313d299f4c80ee4efb11a2c6345b16044b7fb3f54bc7e304ee9352e562932e55108e328e5f6bd2c1d7fd9bcdec3d8022c2dc4f8d394 rofi-1.5.4.tar.gz +sha512sums="317c9c4930fea21cb72d8551cc6f8ebb66a1fb2477e361a95fd3e5823a3b6597fdf74e110d45b4e9c17712ecf4c5a16bbedd159ec03d83f4ec23b8390cf398f7 rofi-1.5.4.tar.gz 2edf85133c4ce1817a37ea480913725ff086bc570bcac7ea5100d7516dce816ba6471e530a1d979fbaf0d68ce2d4e4e7ddc9c32f238c2ac2db95fde98f62a44e scrollbar-test.patch" |