lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4ceaaaa69604d4034062db193eab7bdcb7819623
parent 73eaea2b413858c3accf201502d35ebfe0479d30
Author: W. Michael Petullo <mike@flyn.org>
Date:   Wed, 30 Dec 2015 19:29:57 -0500

grilo: update to 0.3.0

Signed-off-by: W. Michael Petullo <mike@flyn.org>

Diffstat:
Mmultimedia/grilo/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/multimedia/grilo/Makefile b/multimedia/grilo/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grilo -PKG_VERSION:=0.2.14 +PKG_VERSION:=0.3.0 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -17,8 +17,8 @@ PKG_LICENSE:=LGPLv2.1 PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=@GNOME/grilo/0.2/ -PKG_MD5SUM:=7eba405ada20fefcb877d534d9d4f +PKG_SOURCE_URL:=@GNOME/grilo/0.3/ +PKG_MD5SUM:=f8a51aacc604dcc308e71f8bca4c57ae PKG_BUILD_DEPENDS:=glib2 libsoup libxml2 @@ -46,7 +46,7 @@ endef define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/ $(CP) \ - $(PKG_INSTALL_DIR)/usr/include/grilo-0.2/ \ + $(PKG_INSTALL_DIR)/usr/include/grilo-0.3/ \ $(1)/usr/include/ $(INSTALL_DIR) $(1)/usr/lib/ $(CP) \