summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Smit2020-05-03 11:13:42 +0200
committerPeter Smit2020-05-03 11:13:42 +0200
commit011a436405a3e7e599f3e40157f7c23ddb620f37 (patch)
treec9456f6bcf203dbc777326724f625ced2df7cbf7
parentf74cd0f4413407ce2b90d423f1b1a85989e4c6cc (diff)
downloadaur-011a436405a3e7e599f3e40157f7c23ddb620f37.tar.gz
Enable armv7h architecture
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c17d2b2d3494..4e61ed57b7c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = onedrive-abraunegg
pkgdesc = Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abraunegg/onedrive
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = d-compiler
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 0f3095cef43f..80a824f21ce3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Free OneDrive client written in D - abraunegg's fork. Follows the releases on https://github.com/abraunegg/onedrive/releases"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/abraunegg/onedrive"
license=('GPL')
conflicts=('onedrive' 'onedrive-abraunegg-git' 'onedrive-bin' 'onedrive-git' 'onedrive-fork-git')