diff options
-rw-r--r-- | svn/sample.PKGBUILD | 2 |
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" |