summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Atkinson2021-04-20 22:14:35 -0400
committerChris Atkinson2021-04-20 22:14:35 -0400
commitc58d480152abfdb4b5fdc8404075672ef9a13453 (patch)
tree48c25cb575c32826f8aba24a82f35cf6a6c44512 /PKGBUILD
parent12041e6ac7f4112f76ef3d12a6dcd697c3c0d793 (diff)
downloadaur-c58d480152abfdb4b5fdc8404075672ef9a13453.tar.gz
Update to newest upstream version; German translation and cities; pre-1975 Daf Yomi daf corrected
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de9fae606521..24daeefc1541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Contributor: snakeroot <cwa AT pipeline DOT com>
pkgname='hebcal'
-pkgver=4.24
+pkgver=4.25
pkgrel=1
pkgdesc='A Jewish calendar generator'
arch=('any')
url='https://github.com/hebcal/hebcal'
license=('GPL2')
-depends=('perl>=5.0')
+depends=('perl>=5.0' 'gperf')
source=("https://github.com/hebcal/hebcal/archive/v${pkgver}.tar.gz")
-md5sums=('5772b0f41c07ff4bd9814da6fcb155d5')
+md5sums=('adcca434d59599c610c9963487c05972')
build() {
cd "$pkgname-$pkgver"
+ autoreconf --install
./configure --prefix=/usr
# Modify the below to configure default location for candlelighting time
# ./configure --prefix=/usr --with-default-city='New York'