ell: update to 0.10.
This commit is contained in:
parent
6da6cbe29f
commit
c5961e1390
|
@ -975,6 +975,7 @@ libgsm.so.1 libgsm-1.0.13_13
|
||||||
libcgroup.so.1 libcgroup-0.37.1_1
|
libcgroup.so.1 libcgroup-0.37.1_1
|
||||||
libxdg-basedir.so.1 libxdg-basedir-1.1.1_1
|
libxdg-basedir.so.1 libxdg-basedir-1.1.1_1
|
||||||
libev.so.4 libev-4.04_1
|
libev.so.4 libev-4.04_1
|
||||||
|
libell.so.0 ell-0.10_1
|
||||||
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1
|
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1
|
||||||
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
|
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
|
||||||
libyaml-0.so.2 libyaml-0.1.4_1
|
libyaml-0.so.2 libyaml-0.1.4_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ell'
|
# Template file for 'ell'
|
||||||
pkgname=ell
|
pkgname=ell
|
||||||
version=0.9
|
version=0.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-glib"
|
configure_args="--enable-glib"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://01.org/ell"
|
homepage="https://01.org/ell"
|
||||||
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
|
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
|
||||||
checksum=f00ec502e37d330d21ee1ce04d1b88c0fd18edcd28f9c64e6fbc29d040560239
|
checksum=999da9d9033c5bf32222bae2bb0c17fc2068187b786e1482daae968d6968987a
|
||||||
|
|
||||||
ell-devel_package() {
|
ell-devel_package() {
|
||||||
depends="ell-${version}_${revision}"
|
depends="ell-${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue