diff options
author | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-19 02:52:08 -0800 |
commit | 19f11e0c4bbeefd65f85546a361e18532b60416a (patch) | |
tree | a0d830d86c1d2bd0f47e3e86e31b62b781527a8f /extra/telepathy-kde-contact-applet | |
parent | 7862d070a23260c281e227dabd498b99fa8a44a9 (diff) |
Wed Dec 19 02:48:18 PST 2012
Diffstat (limited to 'extra/telepathy-kde-contact-applet')
-rw-r--r-- | extra/telepathy-kde-contact-applet/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/telepathy-kde-contact-applet/PKGBUILD b/extra/telepathy-kde-contact-applet/PKGBUILD index 25a4fd945..0b56df0e4 100644 --- a/extra/telepathy-kde-contact-applet/PKGBUILD +++ b/extra/telepathy-kde-contact-applet/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 168044 2012-10-05 14:02:43Z andrea $ +# $Id: PKGBUILD 173286 2012-12-18 09:15:02Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-kde-contact-applet _pkgname=ktp-contact-applet -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=1 pkgdesc="The KDE-Telepathy contact plasmoid" arch=('i686' 'x86_64') @@ -13,10 +13,9 @@ depends=('telepathy-kde-common-internals' 'kdebase-workspace') makedepends=('cmake' 'automoc4') groups=('kde-telepathy') source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('2550fa3f9e8d777a5f7858adb0f7c57f25e47ea4') +sha1sums=('1d0f479c227698cdd79ebe040aee6fc9a8ad17c0') build() { - cd "${srcdir}" mkdir build cd build cmake ../${_pkgname}-${pkgver} \ @@ -26,6 +25,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } |