diff options
author | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-29 23:14:46 +0000 |
commit | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (patch) | |
tree | 13387ae15c5ab9a50acdaa6ab02a076319c19047 /extra/fyre/PKGBUILD | |
parent | 83c3c42a38bda36bdc56d594318958bc4cfd9b32 (diff) |
Tue Nov 29 23:14:46 UTC 2011
Diffstat (limited to 'extra/fyre/PKGBUILD')
-rw-r--r-- | extra/fyre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/fyre/PKGBUILD b/extra/fyre/PKGBUILD index a34415046..73f2d9a2e 100644 --- a/extra/fyre/PKGBUILD +++ b/extra/fyre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 122717 2011-05-06 07:59:29Z eric $ +# $Id: PKGBUILD 143668 2011-11-28 09:29:53Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=fyre @@ -10,8 +10,8 @@ url="http://fyre.navi.cx/" license=('GPL') depends=('openexr' 'libglade' 'gnet' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils') install=fyre.install -source=(http://flapjack.navi.cx/releases/fyre/fyre-${pkgver}.tar.gz) -md5sums=('44d5830c527325c1ee6fa6ea92b4ba03') +source=(http://releases.navi.cx/fyre/fyre-${pkgver}.tar.bz2) +sha1sums=('41c0ec45eff16cc1bba081c5c855a3980e404835') build() { cd "${srcdir}/${pkgname}-${pkgver}" |