summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9d91b6e9d9..55e3ebad2bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.4.2
+ pkgver = 5.5.3
pkgrel = 1
url = https://github.com/nextcloud/files_antivirus
arch = any
- license = AGPL3
+ license = AGPL-3.0-only
depends = nextcloud
depends = clamav
options = !strip
- source = nextcloud-app-files-antivirus-5.4.2.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.4.2.tar.gz
- sha512sums = 7971bf526d30b6f6c2c9194a3dbd5f02053fea9c18ecbe2bf938952ce44b62c1cd00755be28828d35996a048680ff4ccfce1dfc51bec193eb0b9c2afdb4b09c7
+ source = nextcloud-app-files-antivirus-5.5.3.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.5.3.tar.gz
+ sha512sums = 5f024540e34df1b0bfe495597ae7afbc5e4aec15da9fdbccd2d7e68472317ac84f5cf1ea0142ecd8f7259faf42b98f0326b2fbb772345c2d12f68a24e2cf56c3
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 05872f74e821..e9ba670ab939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.4.2
+pkgver=5.5.3
pkgrel=1
pkgdesc="Antivirus app for Nextcloud"
arch=('any')
url="https://github.com/nextcloud/files_antivirus"
-license=('AGPL3')
+license=('AGPL-3.0-only')
depends=('nextcloud' 'clamav')
makedepends=()
options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('7971bf526d30b6f6c2c9194a3dbd5f02053fea9c18ecbe2bf938952ce44b62c1cd00755be28828d35996a048680ff4ccfce1dfc51bec193eb0b9c2afdb4b09c7')
+sha512sums=('5f024540e34df1b0bfe495597ae7afbc5e4aec15da9fdbccd2d7e68472317ac84f5cf1ea0142ecd8f7259faf42b98f0326b2fbb772345c2d12f68a24e2cf56c3')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"