From fcfb5e7cfd7bdb29e2b4bdbdbc566460e47bdf5f Mon Sep 17 00:00:00 2001 From: Andy Tao Date: Wed, 9 Sep 2020 14:26:52 +0800 Subject: [PATCH] Update libhandy to 1.0.0 --- mingw-w64-libhandy/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mingw-w64-libhandy/PKGBUILD b/mingw-w64-libhandy/PKGBUILD index 70ece3e005..98c899c70f 100644 --- a/mingw-w64-libhandy/PKGBUILD +++ b/mingw-w64-libhandy/PKGBUILD @@ -3,8 +3,8 @@ _realname=libhandy pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=0.90.0 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc="A library full of GTK+ widgets for mobile phones (mingw-w64)" url="https://gitlab.gnome.org/GNOME/libhandy" license=("LGPL2.1+") @@ -18,8 +18,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-glade" "${MINGW_PACKAGE_PREFIX}-vala" "${MINGW_PACKAGE_PREFIX}-gobject-introspection") options=('strip' 'staticlibs' '!debug') -source=("https://download.gnome.org/sources/libhandy/${pkgver:0:4}/libhandy-${pkgver}.tar.xz") -sha256sums=('6ab0869a3aa483298ea20ec89d4c14c38ba4de416b33181d21e15a6039df5985') +source=("https://download.gnome.org/sources/libhandy/${pkgver:0:3}/libhandy-${pkgver}.tar.xz") +sha256sums=('a9398582f47b7d729205d6eac0c068fef35aaf249fdd57eea3724f8518d26699') prepare() { cd libhandy-${pkgver}