summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Wilken2021-08-03 10:23:05 +0200
committerTimo Wilken2021-08-03 10:23:05 +0200
commit58a0038c8b6a7c75340a92295fca7bc02b46820e (patch)
treee54b2f424130252a2f1a47a9f773eefc7d6ce6c7
parentaee9e316c0bb515be9e09906d1b06d116bd715f2 (diff)
downloadaur-58a0038c8b6a7c75340a92295fca7bc02b46820e.tar.gz
Compilation reported to work on aarch64 as well
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0191bae680dc..89c7e8799201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = libdecsync
pkgdesc = libdecsync is a multiplatform library for synchronizing using DecSync.
pkgver = 1.9.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/39aldo39/libdecsync
arch = x86_64
+ arch = aarch64
license = custom:LGPL2
makedepends = jre8-openjdk
makedepends = ncurses5-compat-libs
diff --git a/PKGBUILD b/PKGBUILD
index 3afa99caf222..94141b9e45a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Timo Wilken <timo.21.wilken+aur@gmail.com>
pkgname=libdecsync
pkgver=1.9.0
-pkgrel=3
+pkgrel=4
pkgdesc='libdecsync is a multiplatform library for synchronizing using DecSync.'
-arch=(x86_64)
+arch=(x86_64 aarch64)
url='https://github.com/39aldo39/libdecsync'
license=('custom:LGPL2')
depends=()