summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCélestin Matte2022-02-11 10:59:33 +0100
committerCélestin Matte2022-02-11 10:59:33 +0100
commitfdd0284753b7c71b6821d3bc68fc739b7f997756 (patch)
tree1edef92de9ae0ac0805bd678dceff7067a96b0db
parent196beb6177b8ed7d02e8d0a9bb6d8171f1cc77a3 (diff)
downloadaur-fdd0284753b7c71b6821d3bc68fc739b7f997756.tar.gz
Update to 1.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22d0b4fa8bcf..51cc8eefea37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wyrd
pkgdesc = A text-based front-end to Remind.
- pkgver = 1.5.2
+ pkgver = 1.5.3
pkgrel = 2
url = https://gitlab.com/wyrd-calendar/wyrd
arch = i686
@@ -18,7 +18,7 @@ pkgbase = wyrd
provides = wyrd
conflicts = wyrd
replaces = wyrd-git
- source = https://gitlab.com/wyrd-calendar/wyrd/-/jobs/artifacts/1.5.2/raw/wyrd-1.5.2.tar.xz?job=release
- md5sums = 2d24fb827e99f21a838723a8d1cb1c22
+ source = https://gitlab.com/wyrd-calendar/wyrd/-/jobs/artifacts/1.5.3/raw/wyrd-1.5.3.tar.xz?job=release
+ sha256sums = f2469057da3e60907a6697373604c57c3ca1cbed58fac45f186f619b8752d5ff
pkgname = wyrd
diff --git a/PKGBUILD b/PKGBUILD
index 41ce642cf6e4..97699b63d7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ormris ormris@ormris.com
pkgname="wyrd"
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=2
pkgdesc="A text-based front-end to Remind."
arch=('i686' 'x86_64' 'aarch64')
@@ -16,7 +16,7 @@ makedepends=('ocaml' 'camlp5' 'python' 'autoconf')
# doc: 'hevea' 'texlive-core' 'texlive-latexextra'
replaces=('wyrd-git')
source=("${url}/-/jobs/artifacts/${pkgver}/raw/wyrd-${pkgver}.tar.xz?job=release")
-md5sums=('2d24fb827e99f21a838723a8d1cb1c22')
+sha256sums=('f2469057da3e60907a6697373604c57c3ca1cbed58fac45f186f619b8752d5ff')
build() {
cd "$srcdir/wyrd-${pkgver}"