From 72f0dc1d5b8bbed8322fb60a7ee89fe647be90f7 Mon Sep 17 00:00:00 2001 From: peterbud Date: Tue, 20 Sep 2016 22:33:46 +0200 Subject: [PATCH] Correcting dependencies --- mingw-w64-osm-gps-map/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-osm-gps-map/PKGBUILD b/mingw-w64-osm-gps-map/PKGBUILD index 5578f2601e..dafffc2f9f 100644 --- a/mingw-w64-osm-gps-map/PKGBUILD +++ b/mingw-w64-osm-gps-map/PKGBUILD @@ -10,10 +10,10 @@ arch=('any') url="https://nzjrs.github.io/osm-gps-map/" license=("GPLv2+") depends=( - "${MINGW_PACKAGE_PREFIX}-python2" - "${MINGW_PACKAGE_PREFIX}-gtk2" "${MINGW_PACKAGE_PREFIX}-libxml2" "${MINGW_PACKAGE_PREFIX}-libsoup" + "${MINGW_PACKAGE_PREFIX}-python2" + "${MINGW_PACKAGE_PREFIX}-gtk3" "${MINGW_PACKAGE_PREFIX}-python2-gobject2" "${MINGW_PACKAGE_PREFIX}-python2-cairo" "${MINGW_PACKAGE_PREFIX}-python2-pygtk"