summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-10-20 10:24:12 +0200
committerKlaus Alexander Seistrup2023-10-20 10:24:12 +0200
commit8c133e20df57e7551803f6fe0aea97336506132d (patch)
treec7e92ff69a4d0aa0874b7c4aecf38d2e8161781d
parent75c8b12c9411a7f2c7b9e7527b993982c45b0ad1 (diff)
downloadaur-8c133e20df57e7551803f6fe0aea97336506132d.tar.gz
Be more specific about “data structures”: JSON, TOML, YAML, XML and CSV.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23051eb8395b..70e29b461964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dasel
- 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
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/TomWright/dasel
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 45d9d23be4b8..99bab2c4104c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,9 @@
pkgname=dasel
pkgver=2.4.1
-pkgrel=1
-pkgdesc='Query and update data structures from the command line.'
+pkgrel=2
+#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')
url='https://github.com/TomWright/dasel'
license=('MIT')