From 3269f4d364d7fcc315ca8d592d656a59dcbf6e54 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 23 Jan 2021 23:06:00 +0800 Subject: [PATCH] bpytop: bump to 1.0.60 Signed-off-by: CN_SZTL --- package/ctcgfw/bpytop/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/package/ctcgfw/bpytop/Makefile b/package/ctcgfw/bpytop/Makefile index eae751164d..c6d8917324 100644 --- a/package/ctcgfw/bpytop/Makefile +++ b/package/ctcgfw/bpytop/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bpytop -PKG_VERSION:=1.0.54 +PKG_VERSION:=1.0.60 PKG_RELEASE:=1 PYPI_NAME:=bpytop -PKG_HASH:=a25665e71627a5ec918e6ecf4422bea1ba449069958f64c3879029cfb58a0ac1 +PKG_HASH:=48cf23725a873f77f562a89b18ac91dedfd39cf35586582a7668580da7b12826 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE @@ -35,11 +35,9 @@ define Package/bpytop/description endef define Package/bpytop/install - $(call Py3Package/$(1)/install,$(PKG_BUILD_DIR)) - $(INSTALL_DIR) $(1)/usr - $(CP) $(PKG_INSTALL_DIR)/usr/* $(1)/usr/ - $(INSTALL_DIR) $(1)/usr/share/bpytop - $(CP) $(PKG_BUILD_DIR)/bpytop-themes/* $(1)/usr/share/bpytop/ + $(call Py3Package/$(1)/install,$(PKG_INSTALL_DIR)) + $(INSTALL_DIR) $(1) + $(CP) $(PKG_INSTALL_DIR)/* $(1)/ endef $(eval $(call Py3Package,bpytop))