Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / libmateweather
Commits: a27c5294 by Antonio Rojas at 2023-10-29T15:48:12+01:00 upgpkg: 1.26.2-1: Update to 1.26.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = libmateweather + pkgdesc = Provides access to weather information from the Internet. + pkgver = 1.26.2 + pkgrel = 1 + url = https://mate-desktop.org + arch = x86_64 + license = LGPL + depends = gtk3 + depends = libsoup + depends = gettext + conflicts = libmateweather-gtk3 + replaces = libmateweather-gtk3 + source = https://pub.mate-desktop.org/releases/1.26/libmateweather-1.26.2.tar.xz + sha256sums = ca50a81586655cf53a8f96766b9ce90a4d07ed0fe162bd5e15dadadd0060c7f6 + +pkgname = libmateweather ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Martin Wimpress <[email protected]> pkgname=libmateweather -pkgver=1.27.0 +pkgver=1.26.2 pkgrel=1 pkgdesc="Provides access to weather information from the Internet." url="https://mate-desktop.org" @@ -13,7 +13,7 @@ depends=('gtk3' 'libsoup' 'gettext') conflicts=('libmateweather-gtk3') replaces=('libmateweather-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('c4d3b47e327e2d1196e933695e930167e15b4f7e2f271e98bc708bcf0a809926') +sha256sums=('ca50a81586655cf53a8f96766b9ce90a4d07ed0fe162bd5e15dadadd0060c7f6') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmateweather/-/commit/a27c5294faecb3f8f384091af9ed6e8ec1af4b8f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libmateweather/-/commit/a27c5294faecb3f8f384091af9ed6e8ec1af4b8f You're receiving this email because of your account on gitlab.archlinux.org.
