summarylogtreecommitdiffstats
path: root/update_pkg
diff options
context:
space:
mode:
Diffstat (limited to 'update_pkg')
-rwxr-xr-xupdate_pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_pkg b/update_pkg
index d630e2135efd..db505278cbf5 100755
--- a/update_pkg
+++ b/update_pkg
@@ -3,7 +3,7 @@
# new_sha = `makepkg -g`
pkgbuild = File.readlines("PKGBUILD").map do |line|
if line =~ /\Apkgver=/
- "pkgver=GIT\n"
+ "pkgver=HEAD\n"
else
line
end