summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMédéric Boquien2019-08-19 09:39:13 +0200
committerMédéric Boquien2019-08-19 09:39:13 +0200
commited42fccf26c2dfc2ab989659e8cc0cf11d55a9e2 (patch)
treef383e458ea11a29c559cd0910cd2c0bfbb7c9d01
parent80bc11c01d55c590b33dbd4d72de2ab934fe18ea (diff)
downloadaur-ed42fccf26c2dfc2ab989659e8cc0cf11d55a9e2.tar.gz
Update to version 1.5.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3995e230fa34..d468ae96e2ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = erfa
pkgdesc = Set of algorithms and procedures used in fundamental astronomy
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/liberfa/erfa
arch = x86_64
arch = i686
license = BSD
options = !libtool
- source = https://github.com/liberfa/erfa/releases/download/v1.4.0/erfa-1.4.0.tar.gz
- md5sums = 6f67ea6e39c70337c5de980eb7409800
+ source = https://github.com/liberfa/erfa/releases/download/v1.5.0/erfa-1.5.0.tar.gz
+ md5sums = 68e07b366ab9f453ab8eab83d2267b89
pkgname = erfa
diff --git a/PKGBUILD b/PKGBUILD
index fdba35f758dd..52d3bceab6ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Médéric Boquien <mboquien@free.fr>
pkgname=erfa
-pkgver=1.4.0
+pkgver=1.5.0
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")
-md5sums=('6f67ea6e39c70337c5de980eb7409800')
+md5sums=('68e07b366ab9f453ab8eab83d2267b89')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -21,6 +21,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
make DESTDIR="${pkgdir}/" install
}