summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0457a3fbc999..f7def82366ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Apr 9 08:30:26 UTC 2016
+# Sat Sep 23 16:06:01 UTC 2017
pkgbase = astrotools
pkgdesc = Command-line tools for astronomy and astrophysics
pkgver = 0.0.3
- pkgrel = 1
+ pkgrel = 2
url = http://astrotools.sourceforge.net/
changelog = ChangeLog
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = cmake
makedepends = gcc-fortran
diff --git a/PKGBUILD b/PKGBUILD
index 0f7d77249dc5..1022ea802a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=astrotools
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tools for astronomy and astrophysics"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://astrotools.sourceforge.net/"
license=('GPL3')
depends=('libsufr' 'libthesky')