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 d9d86d86ba80..63d25b365f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-ciscoconfparse
_pkgname=ciscoconfparse
-pkgver=1.5.18
+pkgver=1.5.19
pkgrel=1
pkgdesc="Parse, Audit, Query, Build, and Modify Cisco IOS-style configurations "
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python' 'python-colorama' 'python-passlib' 'python-dnspython')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('b95fcc3c23e8c138f826ca3e33ef8ad55c5c911712d63dd34e93a43b52542a36')
+sha256sums=('6aa1644224234a09f12224ffa616847bce02e6c2c15d2dd53857a07556d4ae20')
package(){
cd "$srcdir/$_pkgname-$pkgver"