diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-05 20:36:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-07 10:07:52 +0000 |
commit | 40cb8dfb141d81bea8143adafc732bd44a74fe24 (patch) | |
tree | bc421c836721a84cf00104d03c439586d80e8fd2 /main/libx11 | |
parent | 73b0b3e599e558b32e36cb75b8f207642d9d16c5 (diff) | |
download | aports-40cb8dfb141d81bea8143adafc732bd44a74fe24.tar.bz2 aports-40cb8dfb141d81bea8143adafc732bd44a74fe24.tar.xz |
main/*proto: mass rebuild for pkg-config provides
create provides pc:* with new abuild
Diffstat (limited to 'main/libx11')
-rw-r--r-- | main/libx11/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libx11/APKBUILD b/main/libx11/APKBUILD index 68cb67c4cb..f525863edb 100644 --- a/main/libx11/APKBUILD +++ b/main/libx11/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libx11 pkgver=1.6.3 -pkgrel=0 +pkgrel=1 pkgdesc="X11 client-side library" url="http://xorg.freedesktop.org/" arch="all" |