summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2015-03-27 04:50:37 +0800
committerTing-Wei Lan2015-03-27 04:50:37 +0800
commite134fa2280e7a9331c738404fa52b1e3f680b09a (patch)
treeb8d39692345640a4c269e94ed62c177bee674c42
parentd431a17e1121e3358a6604068e4305b1085a2edb (diff)
downloadaur-e134fa2280e7a9331c738404fa52b1e3f680b09a.tar.gz
mingw-w64-gtk2: Fix download link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2109748e0210..9c2e6287723f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-gtk2
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.27.tar.xz
+ source = https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.27.tar.xz
sha256sums = 20cb10cae43999732a9af2e9aac4d1adebf2a9c2e1ba147050976abca5cd24f4
pkgname = mingw-w64-gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 94b3f8a3eeb7..7085252da6fe 100644
--- a/PKGBUILD
+++ b/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"