summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 078c3c174809..fb4be02af57b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@ pkgname=sunxi-disp-tool
pkgver=0.0.4
pkgrel=1
pkgdesc='Userspace utility to set sunxi disp2 HDMI resolution via ioctl'
-arch=('armv7h')
+arch=('aarch64')
url='https://github.com/longsleep/sunxi-disp-tool'
license=('BSD')
makedepends=('go')
+options=('!strip')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/longsleep/${pkgname}/archive/ubuntu/xenial/${pkgver}.tar.gz")
md5sums=('44c4de8ba58c575dca2b63f5bbfd854d')