aboutsummarylogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorBen Alex2018-01-12 21:07:50 +1100
committerBen Alex2018-01-12 21:07:50 +1100
commit9a4c44d7e23fbb0b58f9c2da31dbcb2e0383fad8 (patch)
treebed3088ae286d5fb1a3c170277fada31fb80758f /update
parent1de09a3f0f32abd7c469e5a62b8b196c183d092c (diff)
downloadaur-9a4c44d7e23fbb0b58f9c2da31dbcb2e0383fad8.tar.gz
Use makepkg for .SRCINFO
Diffstat (limited to 'update')
-rwxr-xr-xupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/update b/update
index db3c811099ee..5bb3fd9a70ea 100755
--- a/update
+++ b/update
@@ -48,7 +48,7 @@ else
echo "Package creation failure"
exit 2
fi
- mksrcinfo
+ makepkg --printsrcinfo > .SRCINFO
echo "$SCRIPT_HOME/PKGBUILD updated for TWS ${VER}"
exit 1
fi