diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
commit | cbd27aa2c3c49e4d93979e847d8b177a1a4fe324 (patch) | |
tree | 2518fdda7fa59c59e691c6de52f830d58545aed4 /extra/fyre | |
parent | c6ead99bc92bd2b6da3e78e9cba5a8a86764de10 (diff) | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/flashrom/PKGBUILD
extra/chmlib/PKGBUILD
extra/crypto++/PKGBUILD
extra/dvgrab/PKGBUILD
extra/ebook-tools/PKGBUILD
extra/fping/PKGBUILD
extra/garcon/PKGBUILD
extra/gpart/PKGBUILD
extra/gtk2-perl/PKGBUILD
extra/hd2u/PKGBUILD
extra/hexedit/PKGBUILD
Diffstat (limited to 'extra/fyre')
-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 c9bd6dbaf..990b441c7 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}" |