summarylogtreecommitdiffstats
path: root/update-srcinfo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update-srcinfo.sh')
-rw-r--r--update-srcinfo.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update-srcinfo.sh b/update-srcinfo.sh
new file mode 100644
index 000000000000..4aeb074ad381
--- /dev/null
+++ b/update-srcinfo.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+currentDir=$(dirname "$0")
+
+makepkg --printsrcinfo -p "${currentDir}/PKGBUILD" >"${currentDir}/.SRCINFO"