summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroFloyd2017-09-23 17:26:13 +0200
committerAstroFloyd2017-09-23 17:26:13 +0200
commit0c28b56595c0f611b52922021d1d71e7a3a73834 (patch)
tree1914c516469aa095cbe62e5e3a99e8372694a79d
parentea1abaa4dfb7ab633b9066f1567ec4258bae8f89 (diff)
downloadaur-soltrack.tar.gz
gitcommitall # Revision bump to v2.2-2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9fc9cbc55c..b16f176f366b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Sep 9 14:20:44 UTC 2017
+# Sat Sep 23 15:22:05 UTC 2017
pkgbase = soltrack
pkgdesc = A free, fast and accurate C/C++ routine to compute the position of the Sun
pkgver = 2.2
- pkgrel = 1
+ pkgrel = 2
url = http://soltrack.sourceforge.net/
changelog = ChangeLog
arch = i686
arch = x86_64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = LGPL3
makedepends = cmake
makedepends = gcc
diff --git a/PKGBUILD b/PKGBUILD
index 34d110059425..1f1ace0354b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: AstroFloyd < AstroFloyd [at] gmail >
pkgname=soltrack
pkgver=2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A free, fast and accurate C/C++ routine to compute the position of the Sun"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://soltrack.sourceforge.net/"
license=('LGPL3')
depends=('glibc')