瀏覽代碼

Mass fix GNOME download URLs

Jan Alexander Steffens 9 年之前
父節點
當前提交
2ef3ed2109
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -12,7 +12,7 @@ license=('GPL')
 groups=('gnome')
 install=adwaita-icon-theme.install
 options=('!emptydirs')
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58')
 
 build() {