diff options
author | root <root@rshg054.dnsready.net> | 2012-12-21 02:59:15 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-21 02:59:15 -0800 |
commit | ebf350f32a8352abbd1bb4a8a49ed750bb23f285 (patch) | |
tree | 1ebf65f72d0e3bd77cae555c194a3e64ecfa3dd7 /libre/linux-libre-tools/PKGBUILD | |
parent | fecd6286e00e6e25458a7d1b8b80f6fdb236a7a2 (diff) |
Fri Dec 21 02:53:46 PST 2012
Diffstat (limited to 'libre/linux-libre-tools/PKGBUILD')
-rw-r--r-- | libre/linux-libre-tools/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD index 68b75c631..1fe61100d 100644 --- a/libre/linux-libre-tools/PKGBUILD +++ b/libre/linux-libre-tools/PKGBUILD @@ -8,7 +8,7 @@ _basekernel=3.7 #_sublevel=1 #pkgver=${_basekernel}.${_sublevel} pkgver=${_basekernel} -pkgrel=2 +pkgrel=3 license=('GPL2') arch=('i686' 'x86_64' 'mips64el') url='http://linux-libre.fsfla.org/' @@ -89,6 +89,7 @@ build() { package_libtraceevent-libre() { pkgdesc='Linux-libre kernel trace event library' + depends=('glibc') replaces=('libtraceevent') conflicts=('libtraceevent') provides=("libtraceevent=$pkgver") |