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-approver/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-approver/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-approver/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-kde-approver/PKGBUILD b/extra/telepathy-kde-approver/PKGBUILD index 7fcd47904..43c31a954 100644 --- a/extra/telepathy-kde-approver/PKGBUILD +++ b/extra/telepathy-kde-approver/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 164201 2012-07-27 14:44:27Z andrea $ +# $Id: PKGBUILD 165695 2012-08-29 10:05:06Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-approver _pkgname=ktp-approver -pkgver=0.4.1 +pkgver=0.5.0 pkgrel=1 pkgdesc="KDE Channel Approver for Telepathy" arch=('i686' 'x86_64' 'mips64el') @@ -14,7 +14,7 @@ depends=('telepathy-kde-common-internals' 'telepathy-kde-contact-list') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('04563bda017dacfb8a1e2c8f0e39adb47269fd47') +sha1sums=('483a1d66caca8db7143087ab917f61cda4233a02') build() { cd "${srcdir}" |