summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-03-29 17:10:54 +0200
committerGilrain2023-03-29 17:10:54 +0200
commitbd42831518967eae70987bc01b36bddb3c2ef3fa (patch)
tree20f6bb52c99be2d111207df46aee02d170af994f
parente06309a5e3e00b324546811e7514e4d0d56d5efb (diff)
downloadaur-bd42831518967eae70987bc01b36bddb3c2ef3fa.tar.gz
Update to 4.0.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47142521c17c..3ef536380a38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-files-antivirus
pkgdesc = Antivirus app for Nextcloud
- pkgver = 3.3.2
+ pkgver = 4.0.3
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-3.3.2.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v3.3.2/files_antivirus.tar.gz
- sha512sums = d329a403e3b4d27167fc083f8ba80089bec12fbb8a72fa4907a59676bcc82b44d41017bcda47b7d02c0dc15b73d09815cd7686b55443970ae0a334f35ada8f1e
+ source = nextcloud-app-files-antivirus-4.0.3.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v4.0.3.tar.gz
+ sha512sums = 2b632553575ecca509f67f73e3d78484e5de89d4a14daeed04c5469604837a57363c720ac1583a1d6d60533d185be333fae63f61463c6fb9e03393e98324be06
pkgname = nextcloud-app-files-antivirus
diff --git a/PKGBUILD b/PKGBUILD
index 6074a6a44c3f..52b763151cf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Runge <dave@sleepmap.de>
pkgname=nextcloud-app-files-antivirus
-pkgver=3.3.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="Antivirus app for Nextcloud"
arch=('any')
@@ -12,10 +12,10 @@ license=('AGPL3')
depends=('nextcloud' 'clamav')
makedepends=()
options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/files_antivirus/releases/download/v${pkgver}/files_antivirus.tar.gz")
-sha512sums=('d329a403e3b4d27167fc083f8ba80089bec12fbb8a72fa4907a59676bcc82b44d41017bcda47b7d02c0dc15b73d09815cd7686b55443970ae0a334f35ada8f1e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/files_antivirus/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('2b632553575ecca509f67f73e3d78484e5de89d4a14daeed04c5469604837a57363c720ac1583a1d6d60533d185be333fae63f61463c6fb9e03393e98324be06')
package() {
install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
- cp -R "${srcdir}/files_antivirus" "${pkgdir}/usr/share/webapps/nextcloud/apps/files_antivirus"
+ cp -R "${srcdir}/files_antivirus-${pkgver}" "${pkgdir}/usr/share/webapps/nextcloud/apps/files_antivirus"
}