aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svn/sample.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/svn/sample.PKGBUILD b/svn/sample.PKGBUILD
index 091a064..8691674 100644
--- a/svn/sample.PKGBUILD
+++ b/svn/sample.PKGBUILD
@@ -18,7 +18,7 @@ makedepends=('subversion' 'freedict-tools')
provides=("$_pkgname")
conflicts=("$_pkgname")
install="${pkgname}.install"
-source=("svn+https://github.com/freedict/fd-dictionaries/trunk/${_lang}")
+source=("${pkgname}::svn+https://github.com/freedict/fd-dictionaries/trunk/${_lang}")
sha512sums=('SKIP')
%PREPARE%