summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDefunctLizard2021-04-17 23:17:44 -0600
committerDefunctLizard2021-04-17 23:17:44 -0600
commitbaf00eb4a35da30307a32834ba05e2cbedba828a (patch)
tree6b2695d3b7af450009fff756033922af8eb3f498
parent44405a57fc02fa69e68671c20c9283aa11fd18a4 (diff)
downloadaur-baf00eb4a35da30307a32834ba05e2cbedba828a.tar.gz
fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7a8771b9dc5..4df9d2b69a07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = thes-git
- pkgdesc = A CLI tool that finds the location of IP addresses.
+ pkgdesc = A Completely Offline Thesaurus CLI Tool (Written in Rust)
pkgver = 0.1.2.r0.g2c88e93
pkgrel = 1
url = https://github.com/DefunctLizard/thes
diff --git a/PKGBUILD b/PKGBUILD
index c873d3e5cfe6..5612886d5d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname='thes'
pkgname=${_pkgname}-git
pkgver=0.1.2.r0.g2c88e93
pkgrel=1
-pkgdesc="A CLI tool that finds the location of IP addresses."
+pkgdesc="A Completely Offline Thesaurus CLI Tool (Written in Rust)"
arch=('x86_64')
url="https://github.com/DefunctLizard/thes"
license=('APACHE-2.0')