diff --git a/common/shlibs b/common/shlibs index 5d007d1fa0a..953b7b2a42b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2125,7 +2125,7 @@ libskarnet.so.2.3 skalibs-2.3.7.0_1 libtidy.so.5 libtidy5-5.1.25_1 libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1 libQupZilla.so.2 qupzilla-2.0.0_1 -libinjeqt.so.0 injeqt-1.0.1_1 +libinjeqt.so.1 injeqt-1.1.0_1 libgadu.so.3 libgadu-1.12.1_1 libhiredis.so.0.13 hiredis-0.13.1_1 libIL.so.1 devil-1.7.8_1 diff --git a/srcpkgs/injeqt/template b/srcpkgs/injeqt/template index d3117c5a9f4..8241b4bf846 100644 --- a/srcpkgs/injeqt/template +++ b/srcpkgs/injeqt/template @@ -1,6 +1,6 @@ # Template file for 'injeqt' pkgname=injeqt -version=1.0.1 +version=1.1.0 revision=1 build_style=cmake hostmakedepends="cmake pkg-config" @@ -8,9 +8,9 @@ makedepends="qt5-devel" short_desc="Dependency injection framework for Qt" maintainer="Jürgen Buchmüller " license="LGPL-2.1" -homepage="https://github.com/vogel/${pkgname}" +homepage="https://github.com/vogel/injeqt/" distfiles="https://github.com/vogel/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d +checksum=a5e125ab3e8c9f7139fccbce22d772b01c4e1af074dea3bbb1ddb4379a42cb16 injeqt-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}"