From 8e771a171e6890cd50ae524195641e77794894de Mon Sep 17 00:00:00 2001 From: Pellegrino Prevete Date: Tue, 26 Feb 2019 06:16:53 +0100 Subject: [PATCH] libhandy: moved dll in MINGW_PREFIX/bin and upgrade to 0.0.8 (#4815) * moved dll in MINGW_PREFIX/bin * undoing move file; waiting for upstream merge; upgrade release number * upgrade to v0.0.8 --- mingw-w64-libhandy/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libhandy/PKGBUILD b/mingw-w64-libhandy/PKGBUILD index a2c18e498f..0ab15557e5 100644 --- a/mingw-w64-libhandy/PKGBUILD +++ b/mingw-w64-libhandy/PKGBUILD @@ -3,7 +3,7 @@ _realname=libhandy pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.0.6 +pkgver=0.0.8 pkgrel=1 pkgdesc="A library full of GTK+ widgets for mobile phones (mingw-w64)" url="https://source.puri.sm/Librem5/libhandy" @@ -16,7 +16,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-meson" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") options=('strip' 'staticlibs' '!debug') source=("https://source.puri.sm/Librem5/libhandy/-/archive/v$pkgver/libhandy-v$pkgver.tar.gz") -sha256sums=('9d22e94fbc16043b59d9e2ea6e12a2ecc7ce821943379c1f024afcabb56674a4') +sha256sums=('8baef66f58e520c01d89781e6672c2827524159dce4d1280a91320be742a16a5') build() { rm -rf build