summarylogtreecommitdiffstats
path: root/update-trid-defs.sh
diff options
context:
space:
mode:
authorJesse Jaara2018-02-19 14:56:19 +0200
committerJesse Jaara2018-02-19 14:56:19 +0200
commit45408e4627b4a8a003e10dd77b3b1bb24fc123e5 (patch)
tree1cb29292c9ab507b259fbc0610700bbcec347195 /update-trid-defs.sh
parent272edf3c4a663a852580de5d25761b57663c71d0 (diff)
downloadaur-45408e4627b4a8a003e10dd77b3b1bb24fc123e5.tar.gz
Update sums and switch to Python3.
Diffstat (limited to 'update-trid-defs.sh')
-rw-r--r--update-trid-defs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-trid-defs.sh b/update-trid-defs.sh
index 66b9c39bba15..496d9f4dc9b9 100644
--- a/update-trid-defs.sh
+++ b/update-trid-defs.sh
@@ -8,6 +8,6 @@ fi
_PWD=$(pwd)
cd /var/lib/trid/
-python2 /usr/share/trid/tridupdate.py
+python /usr/share/trid/tridupdate.py
cd ${_PWD}