diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:33:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:33:06 +0000 |
commit | e88bb5589c6cf50696e225d9c2e47cf022e6f97a (patch) | |
tree | e5db16170112c47345933523263816318285df4e /main/cmake | |
parent | 9cf1e7a799afcde1901ea427302424f890f5bec6 (diff) | |
download | aports-e88bb5589c6cf50696e225d9c2e47cf022e6f97a.tar.bz2 aports-e88bb5589c6cf50696e225d9c2e47cf022e6f97a.tar.xz |
main/cmake: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/cmake')
-rw-r--r-- | main/cmake/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cmake/APKBUILD b/main/cmake/APKBUILD index 5a6ee5a4b6..f8ec17b612 100644 --- a/main/cmake/APKBUILD +++ b/main/cmake/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=cmake pkgver=3.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="CMake is a cross-platform open-source make system" url="http://www.cmake.org" arch="all" |