summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-07-18 09:19:10 -0400
committerAndrew Sun2019-07-18 09:19:10 -0400
commit9fa2d7f56c207bb0f30c0950a87b89556bea49bf (patch)
tree323f9d293f11f790533a3256d4af7780a8f82159
parent8571be324f15d7bff3e27fb3efecd47b9ad083c4 (diff)
downloadaur-9fa2d7f56c207bb0f30c0950a87b89556bea49bf.tar.gz
graphpath: update to 1.2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e136913ded0..6c3842ad9123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = graphpath
- pkgdesc = Graphpath generates an ASCII network diagram from the route table of a Unix/Linux router
- pkgver = 1.0
- pkgrel = 2
+ pkgdesc = Generates an ASCII network diagram from the route table
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/ocochard/graphpath
arch = any
license = BSD
- source = graphpath-1.0.tar.gz::https://github.com/ocochard/graphpath/archive/v1.0.tar.gz
- sha256sums = 9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272
+ depends = sh
+ source = graphpath-1.2.tar.gz::https://github.com/ocochard/graphpath/archive/v1.2.tar.gz
+ sha256sums = fc13f0fdfec7660e6b5d18aec446035f89b64102088f019c30684d312f3485c3
pkgname = graphpath
diff --git a/PKGBUILD b/PKGBUILD
index fb2a7ad6fe3b..96a237bac2d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: Clint Valentine <valentine.clint@gmail.com>
+# Maintainer: Andrew Sun <adsun701@gmail.com>
+# Contributor: Clint Valentine <valentine.clint@gmail.com>
pkgname=graphpath
-pkgver=1.0
-pkgrel=2
-pkgdesc='Graphpath generates an ASCII network diagram from the route table of a Unix/Linux router'
+pkgver=1.2
+pkgrel=1
+pkgdesc="Generates an ASCII network diagram from the route table"
arch=('any')
-url=https://github.com/ocochard/"${pkgname}"
+url='https://github.com/ocochard/graphpath'
license=('BSD')
-source=("${pkgname}"-"${pkgver}".tar.gz::https://github.com/ocochard/"${pkgname}"/archive/v"${pkgver}".tar.gz)
-sha256sums=('9e018bbb44f748595d4eb030896ccc195a9a75db773160da480743f31b5b8272')
+depends=('sh')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ocochard/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('fc13f0fdfec7660e6b5d18aec446035f89b64102088f019c30684d312f3485c3')
package() {
- cd "${srcdir}"/"${pkgname}"-"${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
install -Dm775 "${pkgname}" "${pkgdir}"/usr/bin/"${pkgname}"
install -Dm644 README.md "${pkgdir}"/usr/share/doc/"${pkgname}"/README.md