Tiny changes

This commit is contained in:
Dennis Ameling
2021-12-28 11:21:18 +01:00
parent c24dcddeca
commit 1dd8ba7fee

View File

@@ -13,11 +13,11 @@ license=("LGPL")
makedepends=("help2man"
"${MINGW_PACKAGE_PREFIX}-libxslt"
"${MINGW_PACKAGE_PREFIX}-autotools"
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || \
echo "${MINGW_PACKAGE_PREFIX}-vala")) # Remove this workaround when vala is available
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || \
echo "${MINGW_PACKAGE_PREFIX}-vala")) # Remove this workaround after vala available
depends=("${MINGW_PACKAGE_PREFIX}-glib2"
$([[ ${MINGW_PACKAGE_PREFIX} == *-clang-aarch64* ]] || \
echo "${MINGW_PACKAGE_PREFIX}-graphviz")) # Remove this workaround when graphviz is available
echo "${MINGW_PACKAGE_PREFIX}-graphviz")) # Remove this workaround afer graphviz available
source=(https://download.gnome.org/sources/${_realname}/${pkgver%.*}/${_realname}-${pkgver}.tar.xz)
sha256sums=('0028da1685dedca993792bfb5f460db5ba548c9aa44323b1899f733a89121587')