diff --git a/srcpkgs/flatpak/template b/srcpkgs/flatpak/template index 1c1fddae71..d63b1b5351 100644 --- a/srcpkgs/flatpak/template +++ b/srcpkgs/flatpak/template @@ -1,6 +1,6 @@ # Template file for 'flatpak' pkgname=flatpak -version=0.9.98.2 +version=0.9.99 revision=1 build_style=gnu-configure configure_args="--disable-documentation --with-system-bubblewrap" @@ -15,7 +15,7 @@ license="LGPL-2.1" homepage="http://flatpak.org/" #changelog="https://github.com/flatpak/flatpak/blob/master/NEWS" distfiles="https://github.com/flatpak/flatpak/releases/download/${version}/flatpak-${version}.tar.xz" -checksum=aa6bb50926af5ec1a3aa22d553b2a0eaa1a36bccfb095a9d747fef5d84cd0756 +checksum=7a41618c5ddaed26005c13595c70f1b8271f1c86785f762f07e6bb448b7fce25 post_install() { rm -rf $DESTDIR/usr/lib/systemd diff --git a/srcpkgs/libostree/template b/srcpkgs/libostree/template index 5de4d82859..e45c25695c 100644 --- a/srcpkgs/libostree/template +++ b/srcpkgs/libostree/template @@ -1,6 +1,6 @@ # Template file for 'libostree' pkgname=libostree -version=2017.11 +version=2017.12 revision=1 build_style=gnu-configure configure_args="--with-builtin-grub2-mkconfig --with-openssl" @@ -12,7 +12,7 @@ maintainer="Duncaen " license="GPL-2" homepage="https://ostree.readthedocs.io/en/latest/" distfiles="https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz" -checksum=15f3beef22d67f9b28489763b94f5279bba6f457d0fea93763997816c93b2dd4 +checksum=fc409f04c9fd440b83b4fa324f3b912cbf61145389378d44254b8b191c9fef08 libostree-devel_package() { depends="${sourcepkg}>=${version}_${revision}"