diff options
-rw-r--r-- | community/libresource/0001-add-missing-include.patch | 12 | ||||
-rw-r--r-- | community/libresource/APKBUILD | 6 |
2 files changed, 2 insertions, 16 deletions
diff --git a/community/libresource/0001-add-missing-include.patch b/community/libresource/0001-add-missing-include.patch deleted file mode 100644 index e07b658adf..0000000000 --- a/community/libresource/0001-add-missing-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/res-msg.h b/src/res-msg.h -index 2a49773..3c8cd77 100644 ---- a/src/res-msg.h -+++ b/src/res-msg.h -@@ -24,6 +24,7 @@ USA. - #define __RES_MESSAGE_H__ - - #include <stdint.h> -+#include <sys/types.h> - - #include <res-types.h> - diff --git a/community/libresource/APKBUILD b/community/libresource/APKBUILD index f3070e9396..9418c45935 100644 --- a/community/libresource/APKBUILD +++ b/community/libresource/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=libresource -pkgver=0.25.0 +pkgver=0.25.1 pkgrel=0 _commit_dbusgmain="d42176ae4763e5288ef37ea314fe58387faf2005" pkgdesc="Nemo's libresource" @@ -21,7 +21,6 @@ makedepends="$depends_dev subpackages="$pkgname-static $pkgname-dev" source="https://github.com/sailfishos/libresource/archive/$pkgver/libresource-$pkgver.tar.gz https://github.com/sailfishos-mirror/dbus-glib/archive/$_commit_dbusgmain/dbus-glib-$_commit_dbusgmain.tar.gz - 0001-add-missing-include.patch " options="!check" # No suitable tests @@ -47,7 +46,6 @@ package() { } sha512sums=" -a23fc88ff03ac1accc64d4c1e38f888f404547a770672c543927e32174660c47db998e6c733792cab128a07a3aa731bd6b42c5b623ba71a4fcf2cc06e74c7632 libresource-0.25.0.tar.gz +c60d6badec533cd569b0ad7b5cddb0a5fb9853e2fb9c23a679bba66777c2ced6a7a00f0a308542aacb23297f4210aca177ca8c61f3b9812a509a04c1d68a5f26 libresource-0.25.1.tar.gz 665cd6395ee0ea14086ba30188c62a72697b3f63484681e18fc7f54109c9aca162f2e33aa2fa4d45287c6c0b590e81ca310c143dac0232cd5887692cdaf51256 dbus-glib-d42176ae4763e5288ef37ea314fe58387faf2005.tar.gz -bc422745d81552a68e8e3e4dd8be89c76bba10c123933efc37810448151e7ecdf20d9db12bbf05da59689513bead58ac66417eec7be0b235662a62ce8245f6ce 0001-add-missing-include.patch " |