summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Borders2019-11-16 16:02:10 -0500
committerMichael Borders2019-11-16 16:02:10 -0500
commite9fd04f6d1120de5f5b1797d168efb8c161af894 (patch)
treef950255fcdbe17c670738f120cc626658d1f6287
parent57330d04a963e1d4efc546b94e1df63db87ad7bb (diff)
downloadaur-e9fd04f6d1120de5f5b1797d168efb8c161af894.tar.gz
Fixed upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c90329c07ae3..2b563f19ade2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-ciscoconfparse
pkgdesc = Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations
pkgver = 1.4.7
pkgrel = 1
- url = https://github.com/napalm-automation/napalm
+ url = http://www.pennington.net/py/ciscoconfparse/
arch = any
license = GPL
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 8b1559652c53..9407c1c750cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.4.7
pkgrel=1
pkgdesc="Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations "
arch=('any')
-url="https://github.com/napalm-automation/napalm"
+url="http://www.pennington.net/py/ciscoconfparse/"
license=('GPL')
depends=('python' 'python-colorama' 'python-passlib' 'python-dnspython')
optdepends=()