diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 11:44:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 11:44:28 +0000 |
commit | 02c160b0d8c83687f266b2502620c8e447e9f2b2 (patch) | |
tree | 06b938579db6381ed54a34596da38a225a3b93b9 | |
parent | 3b608127d4e7e8be4c6adc919ab271580deeb300 (diff) | |
download | aports-02c160b0d8c83687f266b2502620c8e447e9f2b2.tar.bz2 aports-02c160b0d8c83687f266b2502620c8e447e9f2b2.tar.xz |
main/libpthread-stubs: bump pkgrel
-rw-r--r-- | main/libpthread-stubs/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libpthread-stubs/APKBUILD b/main/libpthread-stubs/APKBUILD index 7ca630b435..843e47958e 100644 --- a/main/libpthread-stubs/APKBUILD +++ b/main/libpthread-stubs/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libpthread-stubs pkgver=0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Pthread functions stubs for platforms missing them" url="http://cgit.freedesktop.org/xcb/pthread-stubs" license="X11" |