summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-04 17:29:54 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-04-04 17:29:54 -0300
commit19cef229db7382ff73f5c38aff013e7998019149 (patch)
treeedf6236bc5b49d2835c1fdedec43d73703dfb064
parentdad234817ea1bf680ea06d43de15099c977ccf3d (diff)
libre/kile-libre
-rw-r--r--libre/kile-libre/PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/libre/kile-libre/PKGBUILD b/libre/kile-libre/PKGBUILD
index abef16537..d41e129b3 100644
--- a/libre/kile-libre/PKGBUILD
+++ b/libre/kile-libre/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=kile
pkgname=kile-libre
pkgver=2.1.1
-pkgrel=2
+pkgrel=1.1
pkgdesc="A user friendly TeX/LaTeX frontend for KDE"
arch=("i686" "x86_64")
license=('GPL2')
@@ -17,16 +17,11 @@ conflicts=('kile')
replaces=('kile')
provides=('kile')
install=${_pkgname}.install
-source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2"
- "no-acroread.patch")
-sha1sums=('36987669dd9db05b063a0b4650ef3589dc79f711'
- '9bbe5d1b0e2a78b13667fcf4e5e21f801447f9d6')
+source=("http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.bz2")
+sha1sums=('36987669dd9db05b063a0b4650ef3589dc79f711')
build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- # Don't recommend a nonfree PDF viewer.
- patch -Np1 -i "${srcdir}/no-acroread.patch"
- cd ..
+ cd "${srcdir}"
mkdir build
cd build
cmake ../${_pkgname}-${pkgver} \