summaryrefslogtreecommitdiffstats
path: root/src/qtgraphicaleffects.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/qtgraphicaleffects.mk')
-rw-r--r--src/qtgraphicaleffects.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/qtgraphicaleffects.mk b/src/qtgraphicaleffects.mk
index d7dc684..3682bbe 100644
--- a/src/qtgraphicaleffects.mk
+++ b/src/qtgraphicaleffects.mk
@@ -3,11 +3,11 @@
PKG := qtgraphicaleffects
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 5.1.0
-$(PKG)_CHECKSUM := 21c878319cbb97129877ce8581e62ce495477123
-$(PKG)_SUBDIR := $(PKG)-opensource-src-$($(PKG)_VERSION)
-$(PKG)_FILE := $(PKG)-opensource-src-$($(PKG)_VERSION).tar.xz
-$(PKG)_URL := http://download.qt-project.org/official_releases/qt/5.1/$($(PKG)_VERSION)/submodules/$($(PKG)_FILE)
+$(PKG)_VERSION = $(qtbase_VERSION)
+$(PKG)_CHECKSUM := 649765bb8054abccbd1002606469f56bba5cab25
+$(PKG)_SUBDIR = $(subst qtbase,qtgraphicaleffects,$(qtbase_SUBDIR))
+$(PKG)_FILE = $(subst qtbase,qtgraphicaleffects,$(qtbase_FILE))
+$(PKG)_URL = $(subst qtbase,qtgraphicaleffects,$(qtbase_URL))
$(PKG)_DEPS := gcc qtbase qtdeclarative
define $(PKG)_UPDATE