summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab3ac97bc377..65268b8e578c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,17 @@
+# Generated by mksrcinfo v8
+# Sat Sep 23 16:27:31 UTC 2017
pkgbase = gwtool
pkgdesc = Simple tools for working with gravitational waves
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://gwtool.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 ee53004b6057..675a919d31f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail [dt] com >
pkgname=gwtool
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Simple tools for working with gravitational waves"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://gwtool.sourceforge.net/"
license=('GPL3')
depends=('libsufr')