diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-09 16:35:31 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-08-09 16:35:31 -0500 |
commit | 96dccaedab56f5e0bc60b38c55497969de35b66b (patch) | |
tree | 859240f7d01cdd6bd05c3ed28203e4323451ec2d /community | |
parent | 08a864294275e3b1550addf0cec1a5dc65cdfb47 (diff) |
Fix liblinebreak source URL
Diffstat (limited to 'community')
-rw-r--r-- | community/liblinebreak/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/liblinebreak/PKGBUILD b/community/liblinebreak/PKGBUILD index a32dd8179..90c90b904 100644 --- a/community/liblinebreak/PKGBUILD +++ b/community/liblinebreak/PKGBUILD @@ -12,7 +12,7 @@ license=("custom:zlib/libpng") depends=("glibc") makedepends=() options=("!libtool") -source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak-$pkgver.tar.gz") +source=("http://downloads.sourceforge.net/vimgadgets/liblinebreak/2.1/liblinebreak-$pkgver.tar.gz") md5sums=('9fe73b4b230434765be2305e50f8fe45') build() { |