summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-11-16 14:43:52 +0100
committerAleksandar Trifunovic2020-11-16 14:43:52 +0100
commit323f3424989edc5789c7330c2ea906b128551b38 (patch)
tree29f79d04ac4787e3d06b32051fe343e92687ded9
parent02c83f07ca4d92b86ed8e0f78033850ea7c25ad4 (diff)
downloadaur-323f3424989edc5789c7330c2ea906b128551b38.tar.gz
change supported architectures
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62b9e799a3e..78ea1b400ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = cpp-taskflow
pkgdesc = Modern C++ Parallel Task Programming Library
pkgver = 2.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/taskflow/taskflow
- arch = any
+ arch = x86_64
+ arch = aarch64
license = MIT
makedepends = cmake
source = https://github.com/taskflow/taskflow/archive/v2.7.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6672b7fc0221..5c836cb625db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=cpp-taskflow
_alt_pkgname=taskflow
pkgver=2.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Modern C++ Parallel Task Programming Library"
-arch=('any')
+arch=('x86_64' 'aarch64')
url="https://github.com/taskflow/taskflow"
license=('MIT')
makedepends=('cmake')