diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:31:40 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-11-13 14:58:48 +1100 |
commit | adfdd4f019c781da5359fc5a1a007d1e2f4586fe (patch) | |
tree | b8fc457a22f291e75169cce7cde70a6f90fd9344 /vba | |
parent | 28870340c06c6e817a1a5fe7b648ce1e82ea5473 (diff) | |
download | contrib-adfdd4f019c781da5359fc5a1a007d1e2f4586fe.tar.gz contrib-adfdd4f019c781da5359fc5a1a007d1e2f4586fe.tar.xz |
rename downloads.sourceforge.net/sourceforge to downloads.sourceforge.net/project
Diffstat (limited to 'vba')
-rw-r--r-- | vba/Pkgfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vba/Pkgfile b/vba/Pkgfile index b4be853ba..628dfd9a3 100644 --- a/vba/Pkgfile +++ b/vba/Pkgfile @@ -7,7 +7,7 @@ name=vba version=1.7.2 release=2 -source=(http://download.sourceforge.net/vba/VisualBoyAdvance-src-$version.tar.gz) +source=(http://downloads.sourceforge.net/project/vba/VisualBoyAdvance-src-$version.tar.gz) build() { cd VisualBoyAdvance-$version @@ -22,4 +22,3 @@ build() { make prefix=$PKG/usr install ln -s VisualBoyAdvance $PKG/usr/bin/vba } - |