diff options
Diffstat (limited to 'extra/telepathy-haze/PKGBUILD')
-rw-r--r-- | extra/telepathy-haze/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-haze/PKGBUILD b/extra/telepathy-haze/PKGBUILD index 32d35ccb4..92172f940 100644 --- a/extra/telepathy-haze/PKGBUILD +++ b/extra/telepathy-haze/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183633 2013-04-25 18:08:02Z ioni $ +# $Id: PKGBUILD 198705 2013-11-02 08:21:07Z ioni $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Contributor: Timm Preetz <timm@preetz.us> pkgname=telepathy-haze -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ replaces=('telepathy-butterfly') install=telepathy-haze.install groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85ae58b06a3a94ccfab7080a834bc684') +md5sums=('b9ee3638833fb50db6276d1b771820b0') build() { cd "$pkgname-$pkgver" |