summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXorg2015-10-06 14:23:16 +0200
committerXorg2015-10-06 14:23:16 +0200
commit22e9c98810803e2d2f058ab370d551f3c8bf7ee7 (patch)
treecd1416d46420ff916ddb78c874c42b508f0dbd84 /PKGBUILD
parentff355afb05cb0d9d55164450d1b4a5b94d88929d (diff)
downloadaur-22e9c98810803e2d2f058ab370d551f3c8bf7ee7.tar.gz
Fix build with libobjc2 (pkgrel 6)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcb326b56e7f..fe0b2d547a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=libdispatch
pkgname=$_gitname-clang-git
pkgver=301.4e4b38f
-pkgrel=5
+pkgrel=6
pkgdesc="Linux port of Apple's open-source concurrency library with blocks support, using Clang"
arch=('i686' 'x86_64')
url="http://nickhutchinson.me/libdispatch"