aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:03:56 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:03:56 +0200
commitde65a575e0468a73c22a9d6deeb311c3d06fb072 (patch)
tree71b3e213d3035d13ee9ac4eeb118df8b83d5247b
parent915faab9c074a0a30b8321c3836d0b35f475e94d (diff)
svn: Properly name source
-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%