summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDefunctLizard2021-04-17 23:16:50 -0600
committerDefunctLizard2021-04-17 23:16:50 -0600
commit23602d2c0acd8289fc81ad5b4fe287902066abf1 (patch)
tree50767f48234bc478da57f02f1f7d3ba378f5bb69
parent173f9393ac2a646d025b5f9f2830133755b61911 (diff)
downloadaur-23602d2c0acd8289fc81ad5b4fe287902066abf1.tar.gz
fix description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62cc068006ea..6bf8e3e8ebc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thes-bin
- 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
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/DefunctLizard/thes
arch = x86_64
license = APACHE-2.0
diff --git a/PKGBUILD b/PKGBUILD
index 5c8923c55640..c70ef9eecfd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='thes'
pkgname=${_pkgname}-bin
pkgver=0.1.2
-pkgrel=1
-pkgdesc="A CLI tool that finds the location of IP addresses."
+pkgrel=2
+pkgdesc="A Completely Offline Thesaurus CLI Tool (Written in Rust)"
arch=('x86_64')
url="https://github.com/DefunctLizard/thes"
license=('APACHE-2.0')