summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2019-01-13 21:18:40 -0500
committerAllan McRae <allan@archlinux.org>2019-01-14 13:12:33 +1000
commitb76dbb1159fb5d55bc0fd085bae0b5d3bc8dd1d8 (patch)
treeeab782a0f613822a8699a55aeb838dd602e30c70
parentce040514c4ed79f3053a104242cde90af471041a (diff)
downloadpacman-b76dbb1159fb5d55bc0fd085bae0b5d3bc8dd1d8.tar.xz
meson: fix regression that broke building libmakepkg
In commit f7efa6a93d5361af610827d41045d87c7a72f2b5 we added a new file, and also wired it up to the build systems, but it got added under the wrong name in meson.build Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--scripts/libmakepkg/lint_pkgbuild/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/libmakepkg/lint_pkgbuild/meson.build b/scripts/libmakepkg/lint_pkgbuild/meson.build
index 220f6a25..4ca414e4 100644
--- a/scripts/libmakepkg/lint_pkgbuild/meson.build
+++ b/scripts/libmakepkg/lint_pkgbuild/meson.build
@@ -8,7 +8,7 @@ sources = [
'conflicts.sh.in',
'depends.sh.in',
'epoch.sh.in',
- 'fullversion.sh.in',
+ 'fullpkgver.sh.in',
'install.sh.in',
'makedepends.sh.in',
'optdepends.sh.in',