diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:30:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 13:30:59 +0000 |
commit | a25f224aa2765c9f9fa23b508e074381a79e2e2b (patch) | |
tree | 00d23aa822c8c93b94e6f88b7ffa47672377ec8c /main/cmake/APKBUILD | |
parent | f8b6e6e082f47509efd47d2b144008148417228f (diff) | |
download | aports-a25f224aa2765c9f9fa23b508e074381a79e2e2b.tar.bz2 aports-a25f224aa2765c9f9fa23b508e074381a79e2e2b.tar.xz |
main/cmake: rebuild against ncurses wide char
Diffstat (limited to 'main/cmake/APKBUILD')
-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 92edcc0bb0..5a6ee5a4b6 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=1 +pkgrel=2 pkgdesc="CMake is a cross-platform open-source make system" url="http://www.cmake.org" arch="all" |