summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01b1da942e4..404921800282 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = directfb
pkgdesc = A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device
pkgver = 1.7.7
- pkgrel = 5
+ pkgrel = 6
url = https://www.directfb.org
arch = i686
arch = x86_64
+ arch = aarch64
license = LGPL
makedepends = fluxcomp
depends = gcc-libs
@@ -19,4 +20,3 @@ pkgbase = directfb
sha512sums = 4b4c800e3fa18a02aba6cd2224b57fd9522b024a5b90a5f69676d73254875513822634d039f307a2e5334bbb9f905a8e7d8d6bd388fcbc94580a35d652965f32
pkgname = directfb
-
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')