Update libhandy to 1.0.0

This commit is contained in:
Andy Tao
2020-09-09 14:26:52 +08:00
committed by GitHub
parent 92bcbb4d96
commit fcfb5e7cfd

View File

@@ -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}