Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / remind
Commits: 81c09170 by Lukas Fleischer at 2024-09-25T09:50:58-05:00 upgpkg: 5.0.6-1: update to 05.00.06 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,16 +1,16 @@ pkgbase = remind pkgdesc = A sophisticated calendar and alarm program. - pkgver = 5.0.5 + pkgver = 5.0.6 pkgrel = 1 url = https://dianne.skoll.ca/projects/remind/ arch = x86_64 license = GPL2 optdepends = tk: for tkremind options = !emptydirs - source = https://dianne.skoll.ca/projects/remind/download/remind-05.00.05.tar.gz - source = https://dianne.skoll.ca/projects/remind/download/remind-05.00.05.tar.gz.sig + source = https://dianne.skoll.ca/projects/remind/download/remind-05.00.06.tar.gz + source = https://dianne.skoll.ca/projects/remind/download/remind-05.00.06.tar.gz.sig validpgpkeys = 738E4D954052902C147D07B2685A5A5E511D30E2 - sha256sums = 7f3590935641e8bf51b5721f1d7d6e8b909755562f4e57ec0aec7f40b3a38079 + sha256sums = b861a1d5e44f4fa6c6605e05f5eefd0fe68c9e9390ba492d96625bc8cdae45ca sha256sums = SKIP pkgname = remind ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Daniel J Griffiths <ghost1...@archlinux.us> pkgname=remind -pkgver=5.0.5 +pkgver=5.0.6 _pkgver=$(echo "$pkgver" | awk -F. '{ printf "%02d.%02d.%02d", $1, $2, $3 }') pkgrel=1 pkgdesc='A sophisticated calendar and alarm program.' @@ -14,7 +14,7 @@ license=('GPL2') optdepends=('tk: for tkremind') source=("https://dianne.skoll.ca/projects/$pkgname/download/$pkgname-$_pkgver.tar.gz"{,.sig}) options=('!emptydirs') -sha256sums=('7f3590935641e8bf51b5721f1d7d6e8b909755562f4e57ec0aec7f40b3a38079' +sha256sums=('b861a1d5e44f4fa6c6605e05f5eefd0fe68c9e9390ba492d96625bc8cdae45ca' 'SKIP') validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/remind/-/commit/81c0917097849c57403f58ad448d4bf741c4bf98 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/remind/-/commit/81c0917097849c57403f58ad448d4bf741c4bf98 You're receiving this email because of your account on gitlab.archlinux.org.