summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2021-02-06 11:31:55 +0100
committersoloturn2021-02-06 11:32:20 +0100
commit706b1c340ed4dc5b40ceab2dc8852ca4c35620da (patch)
tree0f4ee5b5b43deb09964e3fb83337d2268847e56a
parentb9069529aea38899b5a85ca5b6f5e36b748956c4 (diff)
downloadaur-706b1c340ed4dc5b40ceab2dc8852ca4c35620da.tar.gz
description now says that libblocksruntime is included
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90ee166436a2..9362b0d80292 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = libdispatch-git
- pkgdesc = Comprehensive support for concurrent code execution on multicore hardware
+ pkgdesc = Support for concurrent code execution on multicore hardware, includes libblocksruntime
pkgver = 2021.02.02.a.r0.g1c303fa
pkgrel = 1
url = https://apple.github.io/swift-corelibs-libdispatch/
diff --git a/PKGBUILD b/PKGBUILD
index 8c87c07cd5e9..73f0747763fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _basename=libdispatch
pkgname="$_basename-git"
pkgver=2021.02.02.a.r0.g1c303fa
pkgrel=1
-pkgdesc="Comprehensive support for concurrent code execution on multicore hardware"
+pkgdesc="Support for concurrent code execution on multicore hardware, includes libblocksruntime"
arch=(i686 x86_64 arm armv6h armv7h aarch64)
url="https://apple.github.io/swift-corelibs-libdispatch/"
license=(Apache)