diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 07:15:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-18 07:19:47 +0000 |
commit | 52cbe965ace05efcac68439e42d18b8f68797284 (patch) | |
tree | 9833950bb8d92bd23eaa372fe43be5c00761e4ca /testing/gpm/APKBUILD | |
parent | d5ecdcfdeb8758078b8cfd85c4d691b3a2f035c9 (diff) | |
download | aports-52cbe965ace05efcac68439e42d18b8f68797284.tar.bz2 aports-52cbe965ace05efcac68439e42d18b8f68797284.tar.xz |
testing/gpm: rebuild against fixed ncurses widechar only
Diffstat (limited to 'testing/gpm/APKBUILD')
-rw-r--r-- | testing/gpm/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gpm/APKBUILD b/testing/gpm/APKBUILD index eab9a6fc5e..91ef53f6d0 100644 --- a/testing/gpm/APKBUILD +++ b/testing/gpm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jeff Pohlmeyer <yetanothergeek@gmail.com> pkgname=gpm pkgver=1.20.7 -pkgrel=2 +pkgrel=3 pkgdesc="A mouse server for the console" url="http://www.nico.schottelius.org/software/gpm/" arch="all" |