diff --git a/main/bamf/.checksums b/main/bamf/.checksums index 122689310..c0b306439 100644 --- a/main/bamf/.checksums +++ b/main/bamf/.checksums @@ -1 +1 @@ -682269ccdde6f6842cceb3cd636d087e bamf-0.5.5.tar.xz +49ed19dd5db0b4109f4dc2e4fe2ed13d bamf-0.5.6.tar.gz diff --git a/main/bamf/.pkgfiles b/main/bamf/.pkgfiles index a39a5f5cb..c687b3907 100644 --- a/main/bamf/.pkgfiles +++ b/main/bamf/.pkgfiles @@ -1,4 +1,4 @@ -bamf-0.5.5-1 +bamf-0.5.6-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/libbamf3/ diff --git a/main/bamf/spkgbuild b/main/bamf/spkgbuild index fe185ad7b..1efc686f6 100644 --- a/main/bamf/spkgbuild +++ b/main/bamf/spkgbuild @@ -2,16 +2,13 @@ # depends : libgtop libwnck3 gobject-introspection python3-lxml vala gnome-common name=bamf -version=0.5.5 +version=0.5.6 release=1 -source="https://launchpad.net/bamf/${version%.*}/$version/+download/$name-$version.tar.xz" +source="https://launchpad.net/bamf/${version%.*}/$version/+download/$name-$version.tar.gz" build() { cd $name-$version - #export PYTHON='/usr/bin/python2' - export CFLAGS="$CFLAGS -Wno-deprecated-declarations" - # avoiding generate bloat gtk-doc sed -i '/GTK_DOC_CHECK/d' configure.ac sed -i '/^doc/d' configure.ac