summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60874aa7074f..8c8244c1a7a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.0
-# Wed Feb 25 17:45:15 UTC 2015
pkgbase = libdispatch-clang-git
pkgdesc = Linux port of Apple's open-source concurrency library with blocks support, using Clang
pkgver = 301.4e4b38f
- pkgrel = 5
+ pkgrel = 6
url = http://nickhutchinson.me/libdispatch
arch = i686
arch = x86_64
@@ -18,7 +16,7 @@ pkgbase = libdispatch-clang-git
source = git://github.com/nickhutchinson/libdispatch.git
source = gnustep-blocks.patch
md5sums = SKIP
- md5sums = 6ecc6c24bc53eb9502e5acd3e687523f
+ md5sums = 735b9990836df8b24f9c8a64c7f1c344
pkgname = libdispatch-clang-git
diff --git a/PKGBUILD b/PKGBUILD
index fe0b2d547a1a..18f7815665b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=('libdispatch-svn')
source=("git://github.com/nickhutchinson/$_gitname.git"
'gnustep-blocks.patch')
md5sums=('SKIP'
- '6ecc6c24bc53eb9502e5acd3e687523f')
+ '735b9990836df8b24f9c8a64c7f1c344')
pkgver() {
cd "$srcdir/$_gitname"