You have some strange ~s in your PKGBUILD that were not there before. Also, transmission-cli also needs updating. -AT On Sat, May 9, 2009 at 7:07 PM, Brendan Fahy <brendan@xxxxxxxx> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The package Transmission-gtk has been out of date for some time now. I > sent an e-mail to the package maintainer a few months ago with an > updated PKGBUILD and never received a response. > > To update the package all that is required is changing the version > number and check sums. > > # Maintainer: Alexander Fehr <pizzapunk gmail com> > # Contributor: Brendan Fahy <brendan@xxxxxxxx> > pkgname=transmission-gtk > pkgver=1.60 > pkgrel=1 > pkgdesc="Fast, easy, and free BitTorrent client (GTK+ GUI)" > arch=('i686' 'x86_64') > url="http://www.transmissionbt.com/" > license=('MIT') > depends=('curl' 'libnotify' 'desktop-file-utils' 'hicolor-icon-theme') > makedepends=('intltool') > optdepends=('notification-daemon: Desktop notification support') > replaces=('transmission') > install=transmission-gtk.install > source=(http://mirrors.m0k.org/transmission/files/transmission-$pkgver.tar.bz2) > md5sums=('8b30cf189240f0c50ccd11c618a6906a') > > build() { > ~ cd "$srcdir/transmission-$pkgver" > > ~ ./configure --prefix=/usr --disable-wx --disable-cli --disable-daemon > || return 1 > ~ make || return 1 > ~ make DESTDIR="$pkgdir" install || return 1 > > ~ # Remove web client > ~ rm -rf "$pkgdir/usr/share/transmission" || return 1 > > ~ install -D -m644 COPYING > "$pkgdir/usr/share/licenses/transmission-gtk/COPYING" || return 1 > } > > > - -- > Brendan Fahy <brendan@xxxxxxxx> > www.f4hy.com > 714.310.7627 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAkoGNvQACgkQO7SvxW5E8xrD2ACeJSI/rIVyIIc2C6k9fp2AaxgX > QAEAn05okb3D0aCzuGotE1lrqQXPeoHI > =MLjp > -----END PGP SIGNATURE----- >