diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-13 04:55:03 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-15 01:28:24 (GMT) |
commit | 3a031adb40ea4eeb5ac030dafe79ad3607156ab8 (patch) | |
tree | 629a88466e57d269563edd586a16ca24bf7641b6 /plugins | |
parent | 9d49e7ba6559c725fa8e5b57d3c7ee6926cd8f65 (diff) | |
download | mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.zip mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.tar.gz mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.tar.bz2 |
github branch pkgs: use new GH_CONF format
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/apps/clementine.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/apps/clementine.mk b/plugins/apps/clementine.mk index 7088cdc..b7774c1 100644 --- a/plugins/apps/clementine.mk +++ b/plugins/apps/clementine.mk @@ -4,7 +4,7 @@ PKG := clementine $(PKG)_IGNORE := $(PKG)_VERSION := fbc2f78 $(PKG)_CHECKSUM := b36dc3f24366aabd591e83998b0d437f13755eae62cff4d8a2833c5995bc2f0f -$(PKG)_GH_CONF := clementine-player/Clementine/qt5 +$(PKG)_GH_CONF := clementine-player/Clementine/branches/qt5 $(PKG)_WEBSITE := https://www.clementine-player.org/ $(PKG)_OWNER := https://github.com/pavelvat $(PKG)_DEPS := cc boost chromaprint cryptopp fftw glew gst-libav gst-plugins-bad \ |