transmission: update to 1.05

This commit is contained in:
Juergen Daubert 2008-02-13 13:39:56 +01:00
parent dc2828e1a3
commit 7074e23cbd
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
7234c2e7c9855ea62768f89196f5913f transmission-1.04.tar.bz2
3baf5be0d4fe2a0e0e0e43b7b0fe5dcb transmission-1.05.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: openssl, gtk
name=transmission
version=1.04
version=1.05
release=1
source=(http://download.m0k.org/$name/files/$name-$version.tar.bz2)
@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/share/{locale,icons}
}