summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroFloyd2017-09-23 18:06:17 +0200
committerAstroFloyd2017-09-23 18:06:17 +0200
commit954fc92cadcb03b9a2183c778b8e3f7ac0dd5b1e (patch)
tree51534ef3423df6812080b128415a2683c75d3018
parent2e5d372945b63c076060b732ad11c1dc8d5a8d77 (diff)
downloadaur-astrotools.tar.gz
Revision bump to v0.0.3-2: Add ARM* to arch
-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')