Skip to content
Snippets Groups Projects
Commit 2a443c95 authored by Rosen Penev's avatar Rosen Penev
Browse files

upmpdcli: update to 1.5.9


Remove inactive maintainer.

Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
parent 4764642e
No related branches found
No related tags found
1 merge request!13Uplift of packages using two step method. Use commits specified by feeds.conf.default from main repo.
......@@ -8,14 +8,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=upmpdcli
PKG_VERSION:=1.5.0
PKG_RELEASE:=1
PKG_VERSION:=1.5.9
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.lesbonscomptes.com/upmpdcli/downloads
PKG_HASH:=c971ed29cf00ebe70b6461f30ec4b9d58e0acaf52c6fd452876678bb6fe53009
PKG_HASH:=9fda0b59db8a8b4f283333a89dcca19d70fb8820286d3d071b7c80de38eb7116
PKG_MAINTAINER:=Petko Bordjukov <bordjukov@gmail.com>
PKG_MAINTAINER:=
PKG_LICENSE:=LGPL-2.1-or-later
PKG_LICENSE_FILES:=COPYING
......
--- a/src/upmpdutils.hxx
+++ b/src/upmpdutils.hxx
@@ -21,6 +21,8 @@
#include <unordered_map>
#include <vector>
+#include <unistd.h>
+
namespace UPnPClient {
class UPnPDirObject;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment