summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-11-24 10:50:24 +0100
committerGilrain2023-11-24 10:50:24 +0100
commit5e6104f9fe89238b647c25d76a7b89f593c5ccd4 (patch)
tree5b8f2bfc4fd194932e50bb7d044df1ecde1c295d
parentdb34869daf086d8d038fb56e47016dcc0b37fd26 (diff)
downloadaur-5e6104f9fe89238b647c25d76a7b89f593c5ccd4.tar.gz
Update to 5.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926400b109a8..be7a7a290bcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 5.3.0
+ pkgver = 5.4.0
pkgrel = 1
url = https://github.com/nextcloud/files_antivirus
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-files-antivirus
depends = nextcloud
depends = clamav
options = !strip
- source = nextcloud-app-files-antivirus-5.3.0.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.3.0.tar.gz
- sha512sums = 5c073fca710daa82061e2e689e54bcbf754173b3ad7e5e497fae5e43db8b41c0831ba8b469b0a4d666ad5a19951bd3ad3f780a64d1585c77919522ebb321d26c
+ source = nextcloud-app-files-antivirus-5.4.0.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v5.4.0.tar.gz
+ sha512sums = 2e6ce472f0125483b773c950a25dd62ed24e60b0621dc183f5fdabb5ad055b05a35c8abe9f0820708c712c95427104cee0d005d592fa00d96e11346a5544fa97
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 629aa72fdc28..ce716a147d40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=5.3.0
+pkgver=5.4.0
pkgrel=1
pkgdesc="Antivirus app for Nextcloud"
arch=('any')
@@ -13,7 +13,7 @@ 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=('5c073fca710daa82061e2e689e54bcbf754173b3ad7e5e497fae5e43db8b41c0831ba8b469b0a4d666ad5a19951bd3ad3f780a64d1585c77919522ebb321d26c')
+sha512sums=('2e6ce472f0125483b773c950a25dd62ed24e60b0621dc183f5fdabb5ad055b05a35c8abe9f0820708c712c95427104cee0d005d592fa00d96e11346a5544fa97')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"