community/kbibtex fix

This commit is contained in:
Kevin Mihelich 2015-12-16 04:59:15 +00:00
parent a960690224
commit 7047e38172

View file

@ -26,7 +26,9 @@ md5sums=('f1a9c1867d94c36fe88cfa0470b85dac'
prepare() {
cd "$pkgname-$pkgver"
[[ $CARCH != "aarch64" ]] && patch -p1 -i ../0001-remove-qreal-cast-for-arm.patch
if [[ $CARCH != "aarch64" ]]; then
patch -p1 -i ../0001-remove-qreal-cast-for-arm.patch
fi
}
build() {