diff options
Diffstat (limited to 'nonprism/grilo-plugins')
-rw-r--r-- | nonprism/grilo-plugins/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/grilo-plugins/PKGBUILD b/nonprism/grilo-plugins/PKGBUILD index a96648d48..980c71d7a 100644 --- a/nonprism/grilo-plugins/PKGBUILD +++ b/nonprism/grilo-plugins/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 256791 2015-12-20 00:52:26Z heftig $ +# $Id: PKGBUILD 263371 2016-03-30 18:34:08Z jgc $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=grilo-plugins -pkgver=0.2.17 +pkgver=0.3.1 pkgrel=1.nonprism1 pkgdesc="Plugins for Grilo, without libgdata support" url="http://www.gnome.org" @@ -17,8 +17,8 @@ optdepends=('dleyna-server: DLNA plugin' 'tracker: Tracker plugin') options=('!emptydirs') groups=('gnome') -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('337669098cddf64a84fa9398aa1d7f994fea84bc5f7f1b348e1288f135713781') +source=(https://download.gnome.org/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('605d04c40a9ed4fec4c590ff3e0da0de175e3a064bba96bdb26c5a7c0d3e6daa') build() { cd $pkgname-$pkgver |