summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrantshandy2021-06-20 21:15:58 -0600
committergrantshandy2021-06-20 21:15:58 -0600
commitce795dfe3ef60a65ee2f76e9310f232766fe3f16 (patch)
treedc588b9c51e72eee76da674b90bd7020dc447208
parent23602d2c0acd8289fc81ad5b4fe287902066abf1 (diff)
downloadaur-ce795dfe3ef60a65ee2f76e9310f232766fe3f16.tar.gz
0.1.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bf8e3e8ebc7..e8786f95a64a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = thes-bin
- pkgdesc = A Completely Offline Thesaurus CLI Tool (Written in Rust)
- pkgver = 0.1.2
- pkgrel = 2
+ pkgdesc = A CLI tool that finds the location of IP addresses.
+ pkgver = 0.1.3
+ pkgrel = 1
url = https://github.com/DefunctLizard/thes
arch = x86_64
- license = APACHE-2.0
+ license = GPL-3.0
makedepends = rust
makedepends = git
depends = glibc
- source = https://github.com/DefunctLizard/thes/releases/download/0.1.2/thes-linux.x86_64
+ source = https://github.com/DefunctLizard/thes/releases/download/0.1.3/thes-linux.x86_64
md5sums = SKIP
pkgname = thes-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index c70ef9eecfd6..fccba3349ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname='thes'
pkgname=${_pkgname}-bin
-pkgver=0.1.2
-pkgrel=2
-pkgdesc="A Completely Offline Thesaurus CLI Tool (Written in Rust)"
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="A CLI tool that finds the location of IP addresses."
arch=('x86_64')
url="https://github.com/DefunctLizard/thes"
-license=('APACHE-2.0')
+license=('GPL-3.0')
depends=('glibc')
makedepends=('rust' 'git')
-source=("https://github.com/DefunctLizard/thes/releases/download/0.1.2/thes-linux.x86_64")
+source=("https://github.com/DefunctLizard/thes/releases/download/0.1.3/thes-linux.x86_64")
md5sums=('SKIP')
package() {