diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:22:20 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:22:20 -0200 |
commit | 94ef4710a7ce51d1b988b124dc558a068c938ae0 (patch) | |
tree | c48c8d8f27ee2a8e147b969bb04ac922130c8b3c /cross | |
parent | 070b049bc8afa6138d3b12df70b7f3f41b12e672 (diff) | |
download | abslibre-94ef4710a7ce51d1b988b124dc558a068c938ae0.tar.gz abslibre-94ef4710a7ce51d1b988b124dc558a068c938ae0.tar.bz2 abslibre-94ef4710a7ce51d1b988b124dc558a068c938ae0.zip |
mips64el-unknown-linux-gnu-linux-libre-api-headers: fixing description package
Diffstat (limited to 'cross')
-rwxr-xr-x | cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD b/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD index 1fd008d4c..91116a193 100755 --- a/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD +++ b/cross/mips64el-unknown-linux-gnu-linux-libre-api-headers/PKGBUILD @@ -11,8 +11,8 @@ pkgname=${_target}-linux-libre-api-headers _basekernel=3.5 _sublevel=1 pkgver=${_basekernel}.${_sublevel} -pkgrel=1 -pkgdesc="Kernel libre headers sanitized for use in userspace" +pkgrel=1.1 +pkgdesc="Kernel headers sanitized for use in userspace (built from linux-libre source)" arch=('i686' 'x86_64') url="http://www.gnu.org/software/libc" license=('GPL2') |