summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMohammadreza Abdollahzadeh2018-06-27 13:02:07 +0430
committerMohammadreza Abdollahzadeh2018-06-27 13:02:07 +0430
commit31dbdce3f0f112472d6855236704de859948f838 (patch)
tree29ad94d01625edf1d743e0a8047a19eb3574bcab /PKGBUILD
parent26e2b96d73475063ed80ae76162070791cf97a8a (diff)
downloadaur-31dbdce3f0f112472d6855236704de859948f838.tar.gz
remove VERSION variable from build instruction
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8449d1ea51a..7cc6cf1f06fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ pkgver() {
build() {
cd "${srcdir}/${_githubname}"
- make VERSION="$pkgver" _build
+ make _build
}
package() {