summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)