summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2016-05-08 10:46:08 +0200
committerSébastien Leduc2016-05-08 10:46:08 +0200
commitad2367eddd87597c9a1e657080d105c56a08935b (patch)
treeb50a4ca0a4b080f0b2763828e4826f2667a74cef /PKGBUILD
parenta25e9befff063b80dc4ed44ea4fbba87e456cb84 (diff)
downloadaur-ad2367eddd87597c9a1e657080d105c56a08935b.tar.gz
bump to 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e48977bcc02..cafab595954b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: S.Leduc <sebastien@sleduc.fr>
pkgname=python2-fancycompleter
_realpkg=fancycompleter
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Colorful TAB completion for Python prompt"
arch=("any")
@@ -9,8 +9,8 @@ url="https://bitbucket.org/antocuni/fancycompleter"
license=('GPL')
depends=('python2' 'pyrepl')
install="$pkgname.install"
-source=("http://pypi.python.org/packages/source/f/$_realpkg/$_realpkg-$pkgver.tar.gz")
-md5sums=('44667c62c6db6318ca6482f3e0781d31')
+source=("https://pypi.python.org/packages/2d/4c/753646af3c4eafc6a4e4a0886f1becd09ddb3bb179bd3c350d8ac357b29a/${_realpkg}-${pkgver}.tar.gz")
+md5sums=('5eacad3b56b3b6a8435af44df7899e65')
package() {
cd "$srcdir/$_realpkg-$pkgver"