diff options
-rw-r--r-- | mingw-w64-gtk2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw-w64-gtk2/PKGBUILD b/mingw-w64-gtk2/PKGBUILD index 94b3f8a..7085252 100644 --- a/mingw-w64-gtk2/PKGBUILD +++ b/mingw-w64-gtk2/PKGBUILD @@ -18,7 +18,7 @@ depends=( 'mingw-w64-cairo>=1.6' 'mingw-w64-gdk-pixbuf2>=2.21.0') options=(!libtool !strip !buildflags staticlibs) -source=("https://download.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz") +source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz") sha256sums=("20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4") _architectures="i686-w64-mingw32 x86_64-w64-mingw32" |