summaryrefslogtreecommitdiff
path: root/community/apvlv
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-08 09:54:57 +0100
commitca63f47c4736ce7a6f6b544c50cf29d2ffe563c1 (patch)
treee3ef58d850012b4943c980af55864f0fb768bcbc /community/apvlv
parentb28838efa921982fb5ab1ec277a2df13a9890983 (diff)
parenta8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/apvlv/PKGBUILD community/haddock/PKGBUILD community/ibus-pinyin/PKGBUILD core/libtirpc/PKGBUILD extra/htop/PKGBUILD extra/rhythmbox/PKGBUILD
Diffstat (limited to 'community/apvlv')
-rw-r--r--community/apvlv/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/apvlv/PKGBUILD b/community/apvlv/PKGBUILD
index f08a71803..af84629fa 100644
--- a/community/apvlv/PKGBUILD
+++ b/community/apvlv/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 64830 2012-02-18 15:59:14Z bpiotrowski $
+# $Id: PKGBUILD 79519 2012-11-06 16:27:50Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: tocer.deng <tocer.deng@gmail.com>
pkgname=apvlv
-pkgver=0.1.4
+pkgver=0.1.4.20121023
pkgrel=1
-pkgdesc="A PDF Viewer which behaves like Vim"
+pkgdesc='A PDF Viewer which behaves like Vim'
arch=('i686' 'x86_64' 'mips64el')
url="http://naihe2010.github.com/apvlv/"
license=('GPL')
depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre')
makedepends=('cmake' 'libwebkit')
-source=("ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz")
-md5sums=('5518b842715f1a9e7d3c8d2b7ed16342')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('f222fc4b09b15358eb4e7f996ba810d6')
build() {
- cd "$srcdir"/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
mkdir -p build
cd build
@@ -29,7 +29,7 @@ build() {
}
package() {
- cd "$srcdir"/$pkgname-$pkgver/build
+ cd $srcdir/$pkgname-$pkgver/build
- make DESTDIR="$pkgdir" install
+ make DESTDIR=$pkgdir/ install
}