summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororumin2016-07-21 20:37:11 +0900
committerorumin2016-07-21 20:37:11 +0900
commit8e1713f65f3c47ba28556e3b3ec135ce68833514 (patch)
tree7547353e1427fc4c4beb7afbe0cc10856234442a /PKGBUILD
parent651a4a08a4fa1867bfff66ef42c87b7f1ecbcbf5 (diff)
downloadaur-python2-junos-eznc.tar.gz
fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 540f4f3616e1..b2eb93f6382a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 134052 2015-05-25 12:02:54Z spupykin $
# Maintainer: orumin <dev@orum.in>
pkgname=python2-junos-eznc
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python library for Junos automation"
arch=('any')
-url="https://pypi.python.org/pypi/IPy"
+url="https://github.com/Juniper/py-junos-eznc"
license=('Apache')
depends=('python2')
source=(https://github.com/Juniper/py-junos-eznc/archive/1.3.1.tar.gz)