summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Torres2018-10-23 22:25:36 -0400
committerSantiago Torres2018-10-23 22:25:36 -0400
commit5b34e26b5b48827ea382c28c99c9c633fbdeeaaa (patch)
tree9010b09d657c93319bfb7e41fb6c668abb2aee3f
parent2ee4b5d8454969634630294787e35fcef682740b (diff)
downloadaur-5b34e26b5b48827ea382c28c99c9c633fbdeeaaa.tar.gz
FIX: fix pkgdesc
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 507cd1982ff4..e5d089f29da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=safetynets-git
pkgver=d193964
pkgrel=1
-pkgdesc="A framework to outsource machine-learning inference to "
+pkgdesc="A framework to outsource machine-learning inference computation"
arch=("x86_64" "i686")
url="https://github.com/zghodsi/safetynests"
license=('custom:CC-BY-NC')