aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:50:42 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 14:50:42 +0200
commit90a0069d9bb72bf3caf59e2411a144f9e3afd2d3 (patch)
tree5f18cd415f714ce014a2624419ce9a1d21bec065
parent79165e9ef694062703e872ba99a17ee53ca9d4a4 (diff)
Allow prepare() in svn PKGBUILDs
-rw-r--r--svn/sample.PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/svn/sample.PKGBUILD b/svn/sample.PKGBUILD
index 870b813..091a064 100644
--- a/svn/sample.PKGBUILD
+++ b/svn/sample.PKGBUILD
@@ -21,6 +21,8 @@ install="${pkgname}.install"
source=("svn+https://github.com/freedict/fd-dictionaries/trunk/${_lang}")
sha512sums=('SKIP')
+%PREPARE%
+
pkgver()
{
cd "$_lang"