aboutsummarylogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorBen Alex2016-02-21 14:04:57 +1100
committerBen Alex2016-02-21 14:04:57 +1100
commit3b326024a3b06b30f5b54eafee9a74370c65a0eb (patch)
tree2f6e03d39be0f838eb291a66552d3a476389078d /update
parent200e73ac0e3b0df85a7276181d2a303b4703c3e9 (diff)
downloadaur-3b326024a3b06b30f5b54eafee9a74370c65a0eb.tar.gz
Remove namcap.
Diffstat (limited to 'update')
-rwxr-xr-xupdate5
1 files changed, 0 insertions, 5 deletions
diff --git a/update b/update
index 406707c042a6..441e876190c3 100755
--- a/update
+++ b/update
@@ -47,11 +47,6 @@ else
echo "Package creation failure"
exit 2
fi
- NAMCAP=`namcap -m *.xz | grep -v bash`
- if [ ! "$NAMCAP" == "" ]; then
- echo "Namcap failed build: $NAMCAP"
- exit 2
- fi
mksrcinfo
echo "$SCRIPT_HOME/PKGBUILD updated for TWS ${VER}"
exit 1