Package Details: hebcal 5.9.0-1

Git Clone URL: https://aur.archlinux.org/hebcal.git (read-only, click to copy)
Package Base: hebcal
Description: A Jewish calendar generator
Upstream URL: https://github.com/hebcal/hebcal
Licenses: GPL2
Submitter: snakeroot
Maintainer: snakeroot
Last Packager: snakeroot
Votes: 2
Popularity: 0.000000
First Submitted: 2016-09-29 21:32 (UTC)
Last Updated: 2025-04-03 13:34 (UTC)

Latest Comments

shayaknyc commented on 2025-09-26 15:53 (UTC)

Latest upstream version is v5.9.4 - here's a patch while waiting for the maintainer:

--- PKGBUILD    2025-09-26 11:41:06.631356719 -0400
+++ PKGBUILD-updated    2025-09-26 11:42:31.680721037 -0400
@@ -1,6 +1,6 @@
 # Contributor: snakeroot <cwa AT pipeline DOT com>
 pkgname='hebcal'
-pkgver=5.9.0
+pkgver=5.9.4
 pkgrel=1
 pkgdesc='A Jewish calendar generator'
 arch=('any')
@@ -8,7 +8,7 @@
 license=('GPL2')
 depends=('go>=2:1.13')
 source=("https://github.com/hebcal/hebcal/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('236617ad37c7621e61eb4aa10e407cf95950563bf5e0c663e4720e5a9fb5e3dd')
+sha256sums=('65ed5a00a80e17acbcb5ab1541dded0170ee5188e3cc34848b69a94d14ec12ef')

 build() {
   cd "$pkgname-$pkgver"
@@ -29,4 +29,3 @@
     install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
     install -Dm 644 hebcal.1 -t "$pkgdir/usr/share/man/man1"
 }
-

After cloning this repo locally, save the contents above to a file called hebcal.patch inside the local repo dir where the PKGBUILD file is. Then run command: patch -p0 < hebcal.patch which should update your PKGBUILD file with the latest version of the upstream source code with sha256 hash. Then run makepkg -si to compile and install.

snakeroot commented on 2020-07-06 15:15 (UTC)

Maintainer's Note:

Hebcal 4.20 does not compile under GCC 10 (the Arch standard). hebcal will be updated when 4.21 is released.

Morganamilo commented on 2018-06-08 02:41 (UTC)

Your .SRCINFO file is duplicated. You probably used >> instead of > when making it.