diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-08-31 10:45:34 -0300 |
commit | db6d80995b7f835ba0b581a007bd0040e7d138b0 (patch) | |
tree | 00d3b174ccb85f692744e12059bcd04cddb2137c /extra/telepathy-kde-send-file/PKGBUILD | |
parent | 8226dd7c223cb14962fe6a76f369b96684563155 (diff) | |
parent | 68cdc08aec92abf91448a542e06fabbedbb583bf (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
core/glibc/PKGBUILD
extra/telepathy-logger-qt/PKGBUILD
multilib-testing/lib32-glibc/PKGBUILD
testing/openssh/PKGBUILD
testing/openssh/sshd
testing/openssh/sshd.service
testing/spamassassin/PKGBUILD
testing/spamassassin/spamassassin.install
testing/upower/PKGBUILD
Diffstat (limited to 'extra/telepathy-kde-send-file/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-send-file/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-kde-send-file/PKGBUILD b/extra/telepathy-kde-send-file/PKGBUILD index 7ee67f097..da107eddd 100644 --- a/extra/telepathy-kde-send-file/PKGBUILD +++ b/extra/telepathy-kde-send-file/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 164216 2012-07-27 15:10:20Z andrea $ +# $Id: PKGBUILD 165711 2012-08-29 10:10:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-send-file _pkgname=ktp-send-file -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=1 pkgdesc="A File manager plugin to launch a file transfer job with a specified contact" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4') groups=('kde-telepathy') install=${pkgname}.install source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('23aa731d15dff440da587dec359e7298ec0a0895') +sha1sums=('127a5e77cbb1580d49f2c005f9849cd01d665fb8') build() { cd "${srcdir}" |