summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-10-20 10:27:59 +0200
committerKlaus Alexander Seistrup2023-10-20 10:27:59 +0200
commitd6a96c1c80bac9ed9da08b0a7d7f9831ee068a04 (patch)
tree5fa536641f5897f67c1c60ea6cd140ec1a5bd90b
parent8c133e20df57e7551803f6fe0aea97336506132d (diff)
downloadaur-d6a96c1c80bac9ed9da08b0a7d7f9831ee068a04.tar.gz
Add more architectures
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e29b461964..99000a7c6b2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,13 @@
pkgbase = dasel
pkgdesc = Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool
pkgver = 2.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/TomWright/dasel
+ arch = aarch64
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = i686
arch = x86_64
license = MIT
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index 99bab2c4104c..068986f3a240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=dasel
pkgver=2.4.1
-pkgrel=2
+pkgrel=3
#pkgdesc='Query and update data structures from the command line'
pkgdesc='Select, put and delete data from JSON, TOML, YAML, XML and CSV files with a single tool'
-arch=('x86_64')
+arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url='https://github.com/TomWright/dasel'
license=('MIT')
depends=('glibc')