diff options
author | Alexander Michalopoulos | 2020-10-13 13:06:00 +0300 |
---|---|---|
committer | Alexander Michalopoulos | 2020-10-13 13:06:00 +0300 |
commit | a877a613b8fef44b32f7ba4d6efaee5d9e281c26 (patch) | |
tree | 1b7d25f7297694d8c1c6e7a01f753deba141d814 /.SRCINFO | |
parent | 7c20faac9463406c1b48ad7dfb050f7541897a91 (diff) | |
download | aur-a877a613b8fef44b32f7ba4d6efaee5d9e281c26.tar.gz |
v=6.0.1,r=1
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = zmeventnotification - pkgdesc = A Machine Learning powered, Secure Websocket & MQTT based event notification server for ZoneMinder - pkgver = 5.15.6 - pkgrel = 2 + pkgdesc = A machine learning powered, secure websocket & MQTT based event notification server for ZoneMinder + pkgver = 6.0.1 + pkgrel = 1 url = https://github.com/pliablepixels/zmeventnotification install = zmeventnotification.install arch = any @@ -24,22 +24,39 @@ pkgbase = zmeventnotification depends = python-requests depends = python-scikit-learn depends = python-shapely + depends = python-mysql-connector + depends = python-psutil + depends = python-sqlalchemy + depends = qt5-base conflicts = zmeventnotification-git backup = etc/zoneminder/zmeventnotification.ini backup = etc/zoneminder/secrets.ini backup = etc/zoneminder/objectconfig.ini - source = git+https://github.com/pliablepixels/zmeventnotification.git#tag=v5.15.6 + backup = etc/zoneminder/es_rules.json + source = git+https://github.com/pliablepixels/zmeventnotification.git#tag=v6.0.1 source = https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3.cfg source = https://raw.githubusercontent.com/pjreddie/darknet/master/data/coco.names source = https://pjreddie.com/media/files/yolov3.weights source = https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolov3-tiny.cfg source = https://pjreddie.com/media/files/yolov3-tiny.weights + source = https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4.cfg + source = https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights + source = https://raw.githubusercontent.com/AlexeyAB/darknet/master/cfg/yolov4-tiny.cfg + source = https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v4_pre/yolov4-tiny.weights + source = https://dl.google.com/coral/canned_models/coco_labels.txt + source = https://github.com/google-coral/edgetpu/raw/master/test_data/ssd_mobilenet_v2_coco_quant_postprocess_edgetpu.tflite sha256sums = SKIP sha256sums = 22489ea38575dfa36c67a90048e8759576416a79d32dc11e15d2217777b9a953 sha256sums = 634a1132eb33f8091d60f2c346ababe8b905ae08387037aed883953b7329af84 sha256sums = 523e4e69e1d015393a1b0a441cef1d9c7659e3eb2d7e15f793f060a21b32f297 sha256sums = 84eb7a675ef87c906019ff5a6e0effe275d175adb75100dcb47f0727917dc2c7 sha256sums = dccea06f59b781ec1234ddf8d1e94b9519a97f4245748a7d4db75d5b7080a42c + sha256sums = a6d0f8e5c62cc8378384f75a8159b95fa2964d4162e33351b00ac82e0fc46a34 + sha256sums = e8a4f6c62188738d86dc6898d82724ec0964d0eb9d2ae0f0a9d53d65d108d562 + sha256sums = 6cbf5ece15235f66112e0bedebb324f37199b31aee385b7e18f0bbfb536b258e + sha256sums = 037676f0d929c24e1bd9a0037fe30dc416fc26e0ca2a4491a44d024873316061 + sha256sums = 93f235896748537fc71325a070ee32e9a0afda2481ceb943559325619763fa6d + sha256sums = 232775917b5e0162b25c07bb1502ec3bbdeb5d0f1a835aba3097d5a2f4fc11e1 pkgname = zmeventnotification |