From a9d40f23ba10b006cc3312c0337339cd8bc9b170 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 5 May 2016 23:45:36 -0300 Subject: kile-2.1.3-7.parabola1: hooks rebuild --- libre/kile/PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libre/kile/PKGBUILD') diff --git a/libre/kile/PKGBUILD b/libre/kile/PKGBUILD index b24971dbd..fee8e25eb 100644 --- a/libre/kile/PKGBUILD +++ b/libre/kile/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 253974 2015-12-08 16:24:07Z arojas $ +# $Id: PKGBUILD 266881 2016-05-04 20:12:28Z arojas $ # Maintainer (Arch): Ronald van Haren # Contributor (Arch): Damir Perisa # Maintainer: Michał Masłowski @@ -6,7 +6,7 @@ pkgname=kile pkgver=2.1.3 -pkgrel=6.parabola1 +pkgrel=7.parabola1 pkgdesc="A user friendly TeX/LaTeX frontend for KDE, without nonfree Adobe Reader recommendation" arch=("i686" "x86_64") license=('GPL2') @@ -16,7 +16,6 @@ makedepends=('cmake' 'automoc4') optdepends=('kdebase-konsole: embedded terminal') conflicts=('kile-libre') replaces=('kile-libre') -install=${pkgname}.install source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" "libre.patch") sha1sums=('1a80748d5f01f359b5e5c28140ec90691f0166c5' @@ -36,6 +35,6 @@ build() { } package() { - cd "${srcdir}"/build + cd build make DESTDIR="${pkgdir}" install } -- cgit v1.2.3