diff --git a/.SRCINFO b/.SRCINFO index 37dbda9f2540..e0a88ee4cbfd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -9,7 +9,7 @@ pkgbase = wine-browser-installer depends = ttf-ms-fonts depends = wget depends = mesa-demos - source = https://launchpad.net/netflix-desktop/trunk/0.8.5/+download/netflix-desktop.tar.gz + source = netflix-desktop-0.8.5.tar.gz::https://launchpad.net/netflix-desktop/trunk/0.8.5/+download/netflix-desktop.tar.gz md5sums = 139aa89ce9536ff860445ec67777f81a pkgname = wine-browser-installer diff --git a/PKGBUILD b/PKGBUILD index 5d18dd491c79..aa0751af21db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,10 +11,11 @@ license=('LGPL2.1' 'MIT') depends=('ttf-ms-fonts' 'wget' 'mesa-demos') _pkname=netflix-desktop +_pkgrel=0.8.5 optdepends=() #install= #changelog= -source=(https://launchpad.net/${_pkname}/trunk/0.8.5/+download/${_pkname}.tar.gz) +source=(netflix-desktop-${_pkgrel}.tar.gz::https://launchpad.net/${_pkname}/trunk/${_pkgrel}/+download/${_pkname}.tar.gz) #noextract=() md5sums=('139aa89ce9536ff860445ec67777f81a')