summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormahdymirzade2021-07-31 07:12:05 +0430
committermahdymirzade2021-07-31 07:12:05 +0430
commit68c3eb42132eaa38fe8c91f61135102478d24b93 (patch)
tree76a7716d2942ac42a11018ae4f75281c40ac39f7
parent32e5b566815b9a9ca95834669fc9362536785f93 (diff)
downloadaur-68c3eb42132eaa38fe8c91f61135102478d24b93.tar.gz
Update to 1.0.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9efe01d1032b..42864249f823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = gip
pkgdesc = Get Private/Public IP & IP's Geolocation.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mahdymirzade/gip
arch = any
license = GPL-3.0
makedepends = git
- depends = bind
+ depends = dog
depends = grep
depends = curl
- source = https://github.com/MahdyMirzade/gip/archive/refs/tags/1.0.1.tar.gz
- sha256sums = a5792f91eddf6fe4f2f612ff0a5ff2da1116cfbb17ded349b1b0cee5a8f400d1
+ depends = jq
+ source = https://github.com/MahdyMirzade/gip/archive/refs/tags/1.0.2.tar.gz
+ sha256sums = 207167246fa45854878e4b548da1acd7c84984f760383e701d8847811b725385
pkgname = gip
diff --git a/PKGBUILD b/PKGBUILD
index 932a5b6490c6..f120df6da12e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Mahdy Mirzade <me@mahdym.ir>
pkgname=gip
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Get Private/Public IP & IP's Geolocation."
arch=(any)
url="https://github.com/mahdymirzade/gip"
license=('GPL-3.0')
-depends=('bind' 'grep' 'curl')
+depends=('dog' 'grep' 'curl' 'jq')
makedepends=('git')
source=("https://github.com/MahdyMirzade/$pkgname/archive/refs/tags/$pkgver.$pkgrel.tar.gz")
-sha256sums=("a5792f91eddf6fe4f2f612ff0a5ff2da1116cfbb17ded349b1b0cee5a8f400d1")
+sha256sums=("207167246fa45854878e4b548da1acd7c84984f760383e701d8847811b725385")
package() {
path="$srcdir/$pkgname-$pkgver.$pkgrel"