summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalázs Ferenc Mezei2024-01-04 22:15:41 +0100
committerBalázs Ferenc Mezei2024-01-04 22:15:41 +0100
commitdb5f62d1c1122fafd07e35030d1886ac63dd8717 (patch)
tree90a7678b79bfafa97b62d53d31216fb794f619cc
parente466491bb21394d2833be6199ae2a6afedf211d3 (diff)
downloadaur-db5f62d1c1122fafd07e35030d1886ac63dd8717.tar.gz
Update to 1.7.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f6ad44925c1..aba694e99797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = zmninja
pkgdesc = High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder or other NVRs
- pkgver = 1.7.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://github.com/ZoneMinder/zmNinja
arch = x86_64
license = GPL3
license = custom
- depends = gconf
options = !strip
- source = https://github.com/ZoneMinder/zmNinja/releases/download/v1.7.003/zmninja-1.7.3-linux-x86_64.AppImage
+ source = https://github.com/ZoneMinder/zmNinja/releases/download/v1.7.004/zmninja-1.7.4-linux-x86_64.AppImage
source = zmninja.desktop
source = LICENSE
source = zmninja.png
- sha256sums = 82e8c5e611143f385a44047ddc934283bc6c3a9564adf062d43501fd9c9d40ad
+ sha256sums = 6cda19d3f901a32d650c66f40e066f5577adc80a0d990f6fb0a015fe97d331ff
sha256sums = 9f3663299da4be200b56e0d244ed4a9949435362906c607ac84083cb825a4102
sha256sums = cad71380eaa58087318a10f960f3a7170308e39a0879a2c53a996339711d9fcd
sha256sums = 4e3490ae6e86aeb78893839727be5c145207ff1a083e3a3f2bc0163c057def4d
diff --git a/PKGBUILD b/PKGBUILD
index 8efcf493dfa4..e4e154610bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Balazs Mezei <mezei92@gmail.com>
pkgname=zmninja
-pkgver=1.7.3
-_pkgver=1.7.003
+pkgver=1.7.4
+_pkgver=1.7.004
pkgrel=1
pkgdesc="High performance, cross platform ionic app for Home/Commerical Security Surveillance using ZoneMinder or other NVRs"
arch=(x86_64)
options=(!strip)
url="https://github.com/ZoneMinder/zmNinja"
license=('GPL3' 'custom')
-depends=('gconf')
+depends=()
_zmninja_file="zmninja-$pkgver-linux-$arch.AppImage"
source=("$url/releases/download/v$_pkgver/$_zmninja_file" "zmninja.desktop" "LICENSE" "zmninja.png")
-sha256sums=('82e8c5e611143f385a44047ddc934283bc6c3a9564adf062d43501fd9c9d40ad'
+sha256sums=('6cda19d3f901a32d650c66f40e066f5577adc80a0d990f6fb0a015fe97d331ff'
'9f3663299da4be200b56e0d244ed4a9949435362906c607ac84083cb825a4102'
'cad71380eaa58087318a10f960f3a7170308e39a0879a2c53a996339711d9fcd'
'4e3490ae6e86aeb78893839727be5c145207ff1a083e3a3f2bc0163c057def4d')