summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMédéric Boquien2021-01-10 11:34:40 +0100
committerMédéric Boquien2021-01-10 11:34:40 +0100
commit88d41e3080643185cba6c043434441e60b4b694c (patch)
treecab63f9b5e29a57be26340cea528837da5d65cc3 /PKGBUILD
parenta5ad366e67db78203b48ac70167d135cee6718e3 (diff)
downloadaur-88d41e3080643185cba6c043434441e60b4b694c.tar.gz
Update to version 1.7.1.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6415ba371a92..d2ac19667dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
pkgname=erfa
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
pkgdesc="Set of algorithms and procedures used in fundamental astronomy"
url="https://github.com/liberfa/erfa"
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
license=('BSD')
options=('!libtool')
source=("https://github.com/liberfa/erfa/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('0a25faa22cc756776df40cfd927388077f7d253ee89fd4e21c4ddb35198dafd5fd7e9904d00f419675c5f3b26232b5bd04087d4a2f175da1f89179173f98692f')
+sha512sums=('9596696bd34a017537180d29ed15a3562806b7d50a36f06ddc4c49ad9b6b39fbb25d72a03bd97447a78f8031a12a684def703a3463f4379b3863bd4dd0a46d1e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"