summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhamblingreen12022-05-19 13:13:23 -0700
committerGitHub2022-05-19 16:13:23 -0400
commit8fcde573fd3754b74e500a843f2e971623c42625 (patch)
treea2a5d00f40899746ac516501c3d7260454b9b9b7 /PKGBUILD
parente1ca162c10a91bd2ad6621cf0d763648985dcea2 (diff)
downloadaur-8fcde573fd3754b74e500a843f2e971623c42625.tar.gz
[directfb] update supported architectures (#188)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f25c622886d0..4414b9785f8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=directfb
pkgver=1.7.7
-pkgrel=5
+pkgrel=6
pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://www.directfb.org"
license=('LGPL')
makedepends=('fluxcomp')