summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {