summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4de8fbc3885..8c07e0f5e7a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-wget
pkgdesc = pure python download utility
- pkgver = 2.2
+ pkgver = 3.2
pkgrel = 1
url = http://bitbucket.org/techtonik/python-wget
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-wget
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://bitbucket.org/techtonik/python-wget/get/2.2.tar.gz
- md5sums = 47cca89b0915d13e4793067f0e634d7c
+ source = https://bitbucket.org/techtonik/python-wget/get/3.2.tar.gz
+ sha512sums = 83c1c929dbd61e822df405e3f8235a1caf7082c56963f3735cf02db6e42a2e615544c8c5537507d88f7d7e618991444ddbe66f6e0966f7171fe7f287b6ec27a6
pkgname = python-wget
diff --git a/PKGBUILD b/PKGBUILD
index 91773dda850b..bf09abf87717 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-wget
_hgname=$pkgname
_hgauthor=techtonik
-_hgcommit=9c0e6f40b3c7
-pkgver=2.2
+_hgcommit=e19779610914
+pkgver=3.2
pkgrel=1
pkgdesc="pure python download utility"
arch=(any)
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://bitbucket.org/$_hgauthor/$_hgname/get/$pkgver.tar.gz")
-md5sums=('47cca89b0915d13e4793067f0e634d7c')
+sha512sums=('83c1c929dbd61e822df405e3f8235a1caf7082c56963f3735cf02db6e42a2e615544c8c5537507d88f7d7e618991444ddbe66f6e0966f7171fe7f287b6ec27a6')
package() {
cd "$srcdir/$_hgauthor-$_hgname-$_hgcommit"