Explorar o código

Mass fix GNOME download URLs

Jan Alexander Steffens %!s(int64=9) %!d(string=hai) anos
pai
achega
2ef3ed2109
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {