summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-05-07 15:04:29 -0700
committerclintval2018-05-07 15:04:29 -0700
commit8571be324f15d7bff3e27fb3efecd47b9ad083c4 (patch)
tree671d498f1412397be7a78ef76fb8e237cfc2bb75
parent0dc5b18bab52781b0ef061434582715c4ab47cad (diff)
downloadaur-8571be324f15d7bff3e27fb3efecd47b9ad083c4.tar.gz
Fixed URL in graphpath
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f23733bca8..5e136913ded0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = graphpath
- pkgdesc = Graphpath generates an ASCII network diagram from the route table of a Unix/Linux
+ pkgdesc = Graphpath generates an ASCII network diagram from the route table of a Unix/Linux router
pkgver = 1.0
- pkgrel = 1
- url = https://github.com/alphabetum/graphpath
+ pkgrel = 2
+ url = https://github.com/ocochard/graphpath
arch = any
- license = BSD3
+ license = BSD
source = graphpath-1.0.tar.gz::https://github.com/ocochard/graphpath/archive/v1.0.tar.gz
sha256sums = 9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272
diff --git a/PKGBUILD b/PKGBUILD
index 2137c82b0a08..fb2a7ad6fe3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=graphpath
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Graphpath generates an ASCII network diagram from the route table of a Unix/Linux router'
arch=('any')
-url=https://github.com/alphabetum/"${pkgname}"
-license=('BSD3')
+url=https://github.com/ocochard/"${pkgname}"
+license=('BSD')
source=("${pkgname}"-"${pkgver}".tar.gz::https://github.com/ocochard/"${pkgname}"/archive/v"${pkgver}".tar.gz)
sha256sums=('9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272')