summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAstroFloyd2017-09-23 17:58:21 +0200
committerAstroFloyd2017-09-23 17:58:21 +0200
commitb039e9ee9d5ab3e59d39799598b4c1ce22b20141 (patch)
tree977e1037a52cc7cf53cce0486d3c92e488508ba6 /PKGBUILD
parente223629c19b3d7c3938c5a636d75cc61eb57a711 (diff)
downloadaur-b039e9ee9d5ab3e59d39799598b4c1ce22b20141.tar.gz
Revision bump to v0.3.3-4: add arm to arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d039293a21d6..56e99e96a944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=libthesky
pkgver=0.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="Fortran library to compute the positions of celestial bodies and events with great accuracy"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://libthesky.sourceforge.net/"
license=('GPL3')
-depends=('gcc-libs' 'libsufr' 'libthesky-data')
+depends=('libsufr' 'libthesky-data')
makedepends=('cmake' 'gcc-fortran' 'libsufr')
changelog=ChangeLog
source=("http://sourceforge.net/projects/libthesky/files/$pkgname-$pkgver.tar.gz")