diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:10:51 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-12-26 01:10:51 -0200 |
commit | e71f937d9c25634864b0b18a0f57f92bb315ccf1 (patch) | |
tree | 369fc1d99624733979dcb11cbd062d7f2edd0e92 /libre/linux-libre-api-headers | |
parent | 73fb9fd801cfe2f279ec9f87fb6e5296f6623211 (diff) | |
download | abslibre-e71f937d9c25634864b0b18a0f57f92bb315ccf1.tar.gz abslibre-e71f937d9c25634864b0b18a0f57f92bb315ccf1.tar.bz2 abslibre-e71f937d9c25634864b0b18a0f57f92bb315ccf1.zip |
linux-libre-api-headers: fixing description package
Diffstat (limited to 'libre/linux-libre-api-headers')
-rwxr-xr-x | libre/linux-libre-api-headers/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/linux-libre-api-headers/PKGBUILD b/libre/linux-libre-api-headers/PKGBUILD index c420c2070..0f7128226 100755 --- a/libre/linux-libre-api-headers/PKGBUILD +++ b/libre/linux-libre-api-headers/PKGBUILD @@ -8,8 +8,8 @@ pkgname=linux-libre-api-headers _basekernel=3.6 _sublevel=3 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' 'mips64el') url="http://www.gnu.org/software/libc" license=('GPL2') |