summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-07 23:14:00 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-07 23:14:00 -0300
commit18557b780328cf0572116607fe3b6e5acf1a7450 (patch)
tree428026962824e84d8c76d2f0234e69c5c8ac0ecf /libre
parent627c111356e04ba1e7dd12694d46a9d42f0bffa3 (diff)
midori-libre-0.5.8-1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/midori-libre/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/libre/midori-libre/PKGBUILD b/libre/midori-libre/PKGBUILD
index 0bc20e41c..167a31a48 100644
--- a/libre/midori-libre/PKGBUILD
+++ b/libre/midori-libre/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 107240 2014-03-15 11:17:44Z arodseth $
+# $Id: PKGBUILD 108939 2014-04-07 21:17:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: rabyte <rabyte.at.gmail.dot.com>
@@ -8,8 +8,8 @@
_pkgname=midori
pkgname=midori-libre
-pkgver=0.5.7
-pkgrel=2
+pkgver=0.5.8
+pkgrel=1
pkgdesc='Lightweight web browser (GTK2), without non-privacy search providers'
arch=('x86_64' 'i686')
url='http://www.midori-browser.org/'
@@ -23,7 +23,7 @@ makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
optdepends=('aria2: download utility')
options=('!emptydirs')
source=("http://www.midori-browser.org/downloads/${_pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
+sha256sums=('af19135fd4c4b04345df4d3592e7939c20f9b40eaca24550e6cb619751aa9381')
prepare() {
cd "$_pkgname-$pkgver"
@@ -47,8 +47,6 @@ prepare() {
}
build() {
- cd "$_pkgname-$pkgver"
-
mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
@@ -56,7 +54,7 @@ build() {
}
package() {
- make -C "$_pkgname-$pkgver/build" DESTDIR="$pkgdir" install
+ make -C build DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et: