diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-25 22:31:37 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-25 22:31:37 +0100 |
commit | 352cdb7e563f138f321a2557f52edfd2920bce27 (patch) | |
tree | bccbda30e686d4ebe61e0364014cb2326817760b /extra/tcl/PKGBUILD | |
parent | 416f65d4b97ff26629ddfa1b40ea2041c3e75358 (diff) |
Fix tcl md5sums.
Diffstat (limited to 'extra/tcl/PKGBUILD')
-rw-r--r-- | extra/tcl/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/tcl/PKGBUILD b/extra/tcl/PKGBUILD index c73a17ed7..5b3c76238 100644 --- a/extra/tcl/PKGBUILD +++ b/extra/tcl/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64' 'mips64el') url="http://tcl.sourceforge.net/" license=('custom') source=(http://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz) -md5sums=('669b0103431babff2494f3f2637eb864') +md5sums=('573aa5fe678e9185ef2b3c56b24658d3') build() { cd ${srcdir}/tcl${pkgver}/unix |