diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:41:31 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-09-01 07:41:31 +0000 |
commit | c529de6775e5af6e6c26f2ea7d986b5b5c52aff3 (patch) | |
tree | 498d5b503a0c4f58d95b095aef89917ab14addd9 /bash-completion | |
parent | 5e7002e2646f611d287689b029bda8dd9b7c4f8b (diff) | |
download | opt-c529de6775e5af6e6c26f2ea7d986b5b5c52aff3.tar.gz opt-c529de6775e5af6e6c26f2ea7d986b5b5c52aff3.tar.xz |
bash-completion: switched to tar.bz2 sources
Diffstat (limited to 'bash-completion')
-rw-r--r-- | bash-completion/.md5sum | 2 | ||||
-rw-r--r-- | bash-completion/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bash-completion/.md5sum b/bash-completion/.md5sum index 0c7c34f2e..5eb8c96fb 100644 --- a/bash-completion/.md5sum +++ b/bash-completion/.md5sum @@ -1 +1 @@ -457c8808ed54f2b2cdd737b1f37ffa24 bash-completion-1.2.tar.gz +88c022a98a02a02293716f840eadd884 bash-completion-1.2.tar.bz2 diff --git a/bash-completion/Pkgfile b/bash-completion/Pkgfile index ffd14beb1..141ece0ca 100644 --- a/bash-completion/Pkgfile +++ b/bash-completion/Pkgfile @@ -7,7 +7,7 @@ name=bash-completion version=1.2 release=1 -source=(http://$name.alioth.debian.org/files/$name-$version.tar.gz) +source=(http://$name.alioth.debian.org/files/$name-$version.tar.bz2) build() { cd $name-$version |