From e3c21a8456cf86bf955262b71af2bfe4afd25ccc Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Aug 2010 19:33:54 +0200 Subject: mass commit everything Signed-off-by: Florian Pritz --- oss-mercurial/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oss-mercurial') diff --git a/oss-mercurial/PKGBUILD b/oss-mercurial/PKGBUILD index 19dc577..c53e5b7 100644 --- a/oss-mercurial/PKGBUILD +++ b/oss-mercurial/PKGBUILD @@ -24,10 +24,10 @@ optdepends=('gtk2: for graphical mixer (ossxmix)' build() { #_dir="oss-v4.1-buildrc2-src-gpl" - _dir="mercurial.opensound.com" + _dir="oss-hg-src" cd "$srcdir" - hg clone http://mercurial.opensound.com + hg clone http://opensound.hg.sourceforge.net/hgweb/opensound $_dir # Avoid these flags conflicting with OSS build system. unset CFLAGS @@ -64,3 +64,4 @@ build() { } +# vim: set ft=zsh: -- cgit v1.2.3-24-g4f1b