summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dumont2021-02-28 20:38:04 -0500
committerJoey Dumont2021-02-28 20:38:04 -0500
commit444760d7e4ec03cc4593d607f6e7f9994b7c1d88 (patch)
treebf75b323415ea92bcdab7f5b9662b76823ba1dd9
parent74a4cb500663b5cecca0b9a17fe9e8ec64f30c93 (diff)
downloadaur-444760d7e4ec03cc4593d607f6e7f9994b7c1d88.tar.gz
Added armv7h, as tested by @kauron.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a788972e441..86c46cb4226c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = duplicati-latest
pkgdesc = A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
pkgver = 2.0.5.112
- pkgrel = 1
+ pkgrel = 2
url = http://duplicati.com
install = duplicati.install
arch = i686
arch = x86_64
arch = aarch64
+ arch = armv7h
license = LGPL
depends = gtk-sharp-2
depends = mono
diff --git a/PKGBUILD b/PKGBUILD
index 2cb09a2af7eb..c5aefba4d811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
# Maintainer: Bjorn Neergaard <bjorn@neersighted.com>
# Contributor: Danny Su <contact@dannysu.com>
# aarch64 tester: Irissman <irissman@probus.ca>
+# armv7h tester: kauron
pkgname=duplicati-latest
pkgver=2.0.5.112
-pkgrel=1
+pkgrel=2
_date=2021-01-20
_branch=canary
pkgdesc='A free backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers'
@@ -23,7 +24,7 @@ sha256sums=('61f84d13ec0f20023922f01a5d61ad77c4a724d88763b8e393fb81ac8ceb6607'
'499eb63532bcad50b897c0874b723eebc6693816fcb9626532f367b5ff51da70'
'b9389b399467f3e02aa8e76bb98f6efbca1166fbc4d0bdf939493f8403462959'
'f6f903ca443935314afeab4cd2e46cf4bef7c5fb1e81c2d95f670f0993774ce5')
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h')
depends=('gtk-sharp-2' 'mono')
optdepends=('notify-sharp: for tray notifications')