1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: remove FORCE_VER variable

This variable is no longer in VCS building.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2015-09-22 14:54:03 +10:00
parent 6946d7d1b7
commit be503c6eac

View File

@ -88,10 +88,6 @@ SPLITPKG=0
SOURCEONLY=0 SOURCEONLY=0
VERIFYSOURCE=0 VERIFYSOURCE=0
# Forces the pkgver of the current PKGBUILD. Used by the fakeroot call
# when dealing with svn/cvs/etc PKGBUILDs.
FORCE_VER=""
PACMAN_OPTS= PACMAN_OPTS=
shopt -s extglob shopt -s extglob