summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNimrod Maclomhair2021-06-29 15:27:59 +0200
committerNimrod Maclomhair2021-06-29 15:30:28 +0200
commit5509288a1e4ca9d6069ec3201ceecb3b9c84ca75 (patch)
tree7ef3726f95d25ca5723c1e42c9f1cd6efd181e1e
parent32a9df9089b091e634122c2c2da2b949e5bb4c0d (diff)
downloadaur-5509288a1e4ca9d6069ec3201ceecb3b9c84ca75.tar.gz
Added support for aarch64 and aarch32
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 778f7e095cb2..227df7624b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = gnuplot-headless
url = http://www.gnuplot.info
arch = i686
arch = x86_64
+ arch = aarch64
+ arch = aarch32
license = custom
depends = readline
depends = lua
@@ -18,4 +20,3 @@ pkgbase = gnuplot-headless
sha256sums = bfd8a61abbf4491c74225cb9fd252619d4fc29751838bcb4c0639ffe05a00695
pkgname = gnuplot-headless
-
diff --git a/PKGBUILD b/PKGBUILD
index 5d60fff3fd44..1454c901ddaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=gnuplot-headless
pkgver=5.4.0
pkgrel=1
pkgdesc="Plotting package which outputs to PostScript, PNG, GIF, and others, without any X or latex depencies."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64' 'aarch32')
url="http://www.gnuplot.info"
license=('custom')
depends=('readline' 'lua' 'ncurses')