ell: update to 0.8.

This commit is contained in:
maxice8 2018-08-10 18:14:24 -03:00
parent be0e1c1805
commit 8ae2463532
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 13 deletions

View File

@ -1,10 +0,0 @@
--- ell/fswatch.c
+++ ell/fswatch.c
@@ -26,6 +26,7 @@
#include <dirent.h>
#include <unistd.h>
+#include <limits.h>
#include <sys/inotify.h>
#include "private.h"

View File

@ -1,6 +1,6 @@
# Template file for 'ell'
pkgname=ell
version=0.7
version=0.8
revision=1
build_style=gnu-configure
configure_args="--enable-glib"
@ -11,7 +11,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2.0-only"
homepage="https://01.org/ell"
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
checksum=d722e4b4ab6ed1e097e8a8ad8c22bf370ccf1fd52b0cd0f8a6ce7517068ad287
checksum=c18584ce5cc9cef6f1af48e2f80948ce2c11d78e0766c12ba87a49d4ced14882
ell-devel_package() {
depends="ell-${version}_${revision}"
@ -21,4 +21,4 @@ ell-devel_package() {
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}
}