Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages /
remind
Commits:
1ed5d1de by Lukas Fleischer at 2025-02-02T09:21:29-05:00
upgpkg: 5.2.3-1: update to 05.02.03
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = remind
pkgdesc = A sophisticated calendar and alarm program.
- pkgver = 5.0.6
+ pkgver = 5.2.3
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.06.tar.gz
- source =
https://dianne.skoll.ca/projects/remind/download/remind-05.00.06.tar.gz.sig
+ source =
https://dianne.skoll.ca/projects/remind/download/remind-05.02.03.tar.gz
+ source =
https://dianne.skoll.ca/projects/remind/download/remind-05.02.03.tar.gz.sig
validpgpkeys = 738E4D954052902C147D07B2685A5A5E511D30E2
- sha256sums =
b861a1d5e44f4fa6c6605e05f5eefd0fe68c9e9390ba492d96625bc8cdae45ca
+ sha256sums =
74615cf80fdb52caafef0730ffbc1c460f905c9b1d01ce218931baef2c4e278b
sha256sums = SKIP
pkgname = remind
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Daniel J Griffiths <[email protected]>
pkgname=remind
-pkgver=5.0.6
+pkgver=5.2.3
_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=('b861a1d5e44f4fa6c6605e05f5eefd0fe68c9e9390ba492d96625bc8cdae45ca'
+sha256sums=('74615cf80fdb52caafef0730ffbc1c460f905c9b1d01ce218931baef2c4e278b'
'SKIP')
validpgpkeys=('738E4D954052902C147D07B2685A5A5E511D30E2') # Dianne Skoll
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/remind/-/commit/1ed5d1de09b9971f37ca6ced3273f5f4b0a88f27
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/remind/-/commit/1ed5d1de09b9971f37ca6ced3273f5f4b0a88f27
You're receiving this email because of your account on gitlab.archlinux.org.