[arch-commits] Commit in telepathy-kde-auth-handler/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Tue Dec 18 09:13:47 UTC 2012
Date: Tuesday, December 18, 2012 @ 04:13:47
Author: andrea
Revision: 173281
upgpkg: telepathy-kde-auth-handler 0.5.2-1
Upstream release
Modified:
telepathy-kde-auth-handler/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-12-18 09:13:39 UTC (rev 173280)
+++ PKGBUILD 2012-12-18 09:13:47 UTC (rev 173281)
@@ -3,8 +3,8 @@
pkgname=telepathy-kde-auth-handler
_pkgname=ktp-auth-handler
-pkgver=0.5.1
-pkgrel=2
+pkgver=0.5.2
+pkgrel=1
pkgdesc="Provide UI/KWallet Integration For Passwords and SSL Errors on Account Connect"
arch=('i686' 'x86_64')
url="http://community.kde.org/Real-Time_Communication_and_Collaboration"
@@ -13,10 +13,9 @@
makedepends=('cmake' 'automoc4')
groups=('kde-telepathy')
source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2")
-sha1sums=('a378a0204f7c650ca0738e64e625870aff6977d3')
+sha1sums=('be96d7a67edf5896bcc5604a984e354cb0c031d2')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \
@@ -26,6 +25,6 @@
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list