summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af8b9af8d9bc..ef19640b91b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,6 @@ fi
pkgver() {
if [ "${_compile}" -ne 0 ]; then
cd "${srcdir}/${pkgname%%-*}-${pkgver:0:3}"
- msg "Checking current version..."
conf_ver=`sed -n 's/)$//g;s/^AC_INIT(vlc, //p' configure.ac`
echo "${conf_ver:0:5}"
fi