summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent80bc11c01d55c590b33dbd4d72de2ab934fe18ea (diff)
downloadaur-ed42fccf26c2dfc2ab989659e8cc0cf11d55a9e2.tar.gz
Update to version 1.5.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}