injeqt: update to 1.1.0
This commit is contained in:
parent
790e219f57
commit
fae4c086e0
|
@ -2125,7 +2125,7 @@ libskarnet.so.2.3 skalibs-2.3.7.0_1
|
||||||
libtidy.so.5 libtidy5-5.1.25_1
|
libtidy.so.5 libtidy5-5.1.25_1
|
||||||
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
libSDL2_gfx-1.0.so.0 SDL2_gfx-1.0.1_1
|
||||||
libQupZilla.so.2 qupzilla-2.0.0_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
|
libgadu.so.3 libgadu-1.12.1_1
|
||||||
libhiredis.so.0.13 hiredis-0.13.1_1
|
libhiredis.so.0.13 hiredis-0.13.1_1
|
||||||
libIL.so.1 devil-1.7.8_1
|
libIL.so.1 devil-1.7.8_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'injeqt'
|
# Template file for 'injeqt'
|
||||||
pkgname=injeqt
|
pkgname=injeqt
|
||||||
version=1.0.1
|
version=1.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="cmake pkg-config"
|
hostmakedepends="cmake pkg-config"
|
||||||
|
@ -8,9 +8,9 @@ makedepends="qt5-devel"
|
||||||
short_desc="Dependency injection framework for Qt"
|
short_desc="Dependency injection framework for Qt"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1"
|
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"
|
distfiles="https://github.com/vogel/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=81aafaf990134486331bbb5c362be2b8520a3bec86e82869125c17ec652d686d
|
checksum=a5e125ab3e8c9f7139fccbce22d772b01c4e1af074dea3bbb1ddb4379a42cb16
|
||||||
|
|
||||||
injeqt-devel_package() {
|
injeqt-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Reference in New Issue