Skip to content

Commit

Permalink
Use double quotes in *source* array in PKGBUILD generator
Browse files Browse the repository at this point in the history
This allows $pkgver variable substitution
  • Loading branch information
udda committed Oct 8, 2016
1 parent 31a4c6f commit f7e180e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/pacman/generate-pkgbuild-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ generate_pkgbuild()
conflicts=(${conflicts})
source=('${pkg_source}')
source=("${pkg_source}")
md5sums=('${pkg_md5sum}')
arch=('i686' 'x86_64')
Expand Down

0 comments on commit f7e180e

Please sign in to comment.