summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTony Lambiris2018-10-29 06:14:02 -0400
committerTony Lambiris2018-10-29 06:14:02 -0400
commitb9ac0507263417b7e0aacecb36ffade59584bf1b (patch)
tree0de836654eb02bfb6eaad9202132715406103194 /PKGBUILD
parent37cd14758fe536331f0a47bf0a3b67ebe316c6fb (diff)
downloadaur-b9ac0507263417b7e0aacecb36ffade59584bf1b.tar.gz
Fix package url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c490744477b5..14cb13229150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=dive-git
pkgver=v0.0.8.r2.ge7a05d4
_pkgname=dive
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for exploring each layer in a docker image"
-url="https://github.com/pocke/dive"
+url="https://github.com/wagoodman/dive"
arch=('x86_64' 'i686')
license=('MIT')
makedepends=('go')