[arch-commits] Commit in kte-collaborative/trunk (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sun Oct 27 14:17:19 UTC 2013


    Date: Sunday, October 27, 2013 @ 15:17:19
  Author: andrea
Revision: 197599

upgpkg: kte-collaborative 0.1.80-1

Upstream release

Modified:
  kte-collaborative/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-27 14:16:58 UTC (rev 197598)
+++ PKGBUILD	2013-10-27 14:17:19 UTC (rev 197599)
@@ -3,7 +3,7 @@
 # Contributor: Antonio Rojas <nqn1976 @ gmail.com>
 
 pkgname=kte-collaborative
-pkgver=0.0.95
+pkgver=0.1.80
 pkgrel=1
 pkgdesc="A plugin for KTextEditor which allows to edit text documents collaboratively"
 arch=('i686' 'x86_64')
@@ -11,22 +11,22 @@
 license=('GPL')
 depends=('libqinfinity' 'telepathy-kde-common-internals')
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-md5sums=('ea08b3e38df2ef5c4499f819836ade06')
+source=("http://download.kde.org/unstable/${pkgname}/${pkgver}/src/${pkgname}-v${pkgver}.tar.xz")
+md5sums=('4e5c8e81d02ab1ccb5f0f6b1f739707a')
 
 prepare() {
-	mkdir build
+  mkdir build
 }
 
 build() {
-	cd build
-	cmake ../${pkgname}-${pkgver} \
+  cd build
+  cmake ../${pkgname}-v${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
-	make
+  make
 }
 
 package() {
-	cd build
-	make DESTDIR="${pkgdir}" install
+  cd build
+  make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list