summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlafleur2020-10-18 11:11:55 +0200
committerlafleur2020-10-18 11:11:55 +0200
commit8186ead181b19daffd2e338d58e3c5994a9ba42d (patch)
tree19c6f839f95b10136d6b62158e4baa09c6beff1b /PKGBUILD
parentea2aa4a53a13480d33bda0d5d9685008ddd3f3a4 (diff)
downloadaur-8186ead181b19daffd2e338d58e3c5994a9ba42d.tar.gz
bumping to latest stable upstream version : 1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b1c4ffb3b17..52e8f57774fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ivan Cai <caizixian@users.noreply.github.com>
pkgname=python-iptables
-pkgver=0.12.0
+pkgver=1.0.0
pkgrel=1
pkgdesc='Python bindings for iptables'
arch=('x86_64' 'i686')
@@ -16,8 +16,8 @@ conflicts=()
replaces=()
backup=()
options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9815fd5ba780fd14b5f8cf8a93e007c0e603019738813a806e37553cd72e4c33')
+source=("https://github.com/ldx/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('f0193c73a7300b7ffd7a2b3dab2692b6358168b9162ab03271e9adff720c9503')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"