summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Smit2020-08-08 16:18:01 +0200
committerPeter Smit2020-08-08 16:18:01 +0200
commit21e80443c5c2a3f93e70a6a4a19aa0d9ecba6945 (patch)
treed7f9ab1f2a6d7c6b799fe53058672d0bfeab7335
parent09d3e090639449769123aca00101c2de1e54f1cd (diff)
downloadaur-21e80443c5c2a3f93e70a6a4a19aa0d9ecba6945.tar.gz
Add aarch64
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b82c8464b4..bb1886708beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/abraunegg/onedrive
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = GPL
makedepends = d-compiler
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index 385830354161..dcc94d7d20f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=onedrive
pkgname=$_pkgname-abraunegg
pkgver=2.4.3
-pkgrel=2
+pkgrel=3
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' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/abraunegg/onedrive"
license=('GPL')
conflicts=('onedrive' 'onedrive-abraunegg-git' 'onedrive-bin' 'onedrive-git' 'onedrive-fork-git')