summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4afb05e415f2..bbf50af1937d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=pyroute2
pkgname=python2-${_pkgname}
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
pkgdesc="A pure Python netlink and Linux network configuration library. (Python2 version)"
arch=(any)
-url="http://docs.pyroute2.org/"
+url="https://docs.pyroute2.org/"
license=('GPL2')
depends=('python2')
makedepends=('python2-setuptools')