diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-03-13 17:10:19 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2021-03-14 17:18:24 -0700 |
commit | 2a443c95adb224e3d0040258c2484cc3f1ebf032 (patch) | |
tree | d6962762deb204a39580fa36b7e38760faa7ef0a | |
parent | 4764642e85eed6207172d3305fd6a36b7239127c (diff) |
upmpdcli: update to 1.5.9
Remove inactive maintainer.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
-rw-r--r-- | sound/upmpdcli/Makefile | 8 | ||||
-rw-r--r-- | sound/upmpdcli/patches/010-unistd.patch | 11 |
2 files changed, 4 insertions, 15 deletions
diff --git a/sound/upmpdcli/Makefile b/sound/upmpdcli/Makefile index 091a5680c..7eb7d4393 100644 --- a/sound/upmpdcli/Makefile +++ b/sound/upmpdcli/Makefile @@ -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 diff --git a/sound/upmpdcli/patches/010-unistd.patch b/sound/upmpdcli/patches/010-unistd.patch deleted file mode 100644 index 696c3214e..000000000 --- a/sound/upmpdcli/patches/010-unistd.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/upmpdutils.hxx -+++ b/src/upmpdutils.hxx -@@ -21,6 +21,8 @@ - #include <unordered_map> - #include <vector> - -+#include <unistd.h> -+ - namespace UPnPClient { - class UPnPDirObject; - }; |