summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef3fe6340d64..7c75195bc954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: carstene1ns <arch carsten-teibes de>
pkgname=libpthread-stubs
-pkgver=0.3
-pkgrel=6
+pkgver=0.4
+pkgrel=1
pkgdesc="This library provides weak aliases for pthread functions not provided in libc or otherwise available by default."
arch=('i686' 'x86_64')
url="http://xcb.freedesktop.org/dist/"
license=('MIT')
source=("http://xcb.freedesktop.org/dist/${pkgname}-${pkgver}.tar.gz")
-md5sums=('a09d928c4af54fe5436002345ef71138')
-sha256sums=('3031f466cf0b06de6b3ccbf2019d15c4fcf75229b7d226a711bc1885b3a82cde')
+md5sums=('7d2734e604a3e2f6f665c420b835ab62')
+sha256sums=('50d5686b79019ccea08bcbd7b02fe5a40634abcfd4146b6e75c6420cc170e9d9')
build() {
cd ${pkgname}-${pkgver}