summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Pérez2021-03-04 19:53:21 -0600
committerLuis Pérez2021-03-04 19:53:21 -0600
commit678ba16014ff8eb538223dbfd954cd734de101cf (patch)
tree23073f5bc545b364ea056e9dea9864212b9714c3
parent0cddf8bb0ba58b75a40db4f0cd5627a29e0d0fe1 (diff)
downloadaur-678ba16014ff8eb538223dbfd954cd734de101cf.tar.gz
fixing upstream url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ebbb689035e..aeaa86388925 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = doggo
pkgdesc = Command-line DNS Client for Humans.
- pkgver = 0.3.3
- pkgrel = 1
- url = https://github.com/mr-karan/doggo/archive/
+ pkgver = 0.3.0
+ pkgrel = 3
+ url = https://github.com/mr-karan/doggo
arch = x86_64
license = GPL
makedepends = go
conflicts = doggo-git
- source = https://github.com/mr-karan/doggo/archive//v0.3.3.tar.gz
- sha256sums = b9e235ffd38f41973975613206b6185b194a4dbc00c8d2ba57db5e1463112d9f
+ source = https://github.com/mr-karan/doggo/v0.3.0.tar.gz
+ sha256sums = df9f2cd120094dd613ea85c65e0cc5817b6feaac7ddc6e51808d94db0f62b7fd
pkgname = doggo
diff --git a/PKGBUILD b/PKGBUILD
index d5fc8e8cf8c9..329f827928d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Luis Pérez <luis.perez@protonmail.com>
pkgname=doggo
-pkgver=0.3.3
-pkgrel=1
+pkgver=0.3.0
+pkgrel=3
pkgdesc='Command-line DNS Client for Humans.'
arch=('x86_64')
-url="https://github.com/mr-karan/doggo/archive/"
+url="https://github.com/mr-karan/doggo"
license=('GPL')
makedepends=('go')
source=("$url/v$pkgver.tar.gz")
conflicts=('doggo-git')
-sha256sums=('b9e235ffd38f41973975613206b6185b194a4dbc00c8d2ba57db5e1463112d9f')
+sha256sums=('df9f2cd120094dd613ea85c65e0cc5817b6feaac7ddc6e51808d94db0f62b7fd')
prepare(){
cd "$pkgname-$pkgver"