diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-16 14:46:11 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-16 14:46:11 -0200 |
commit | 02b538fae57cb275b5c34e9b6cff40fa8e02b116 (patch) | |
tree | f9efd49152b74a340af976f9eda9c84d86d99e0e | |
parent | 22fd4ebceb6013f9710a917785b23dd53bc40ebe (diff) | |
download | abslibre-02b538fae57cb275b5c34e9b6cff40fa8e02b116.tar.gz abslibre-02b538fae57cb275b5c34e9b6cff40fa8e02b116.tar.bz2 abslibre-02b538fae57cb275b5c34e9b6cff40fa8e02b116.zip |
midori-gtk3-libre-0.5.7-1: updating version
-rw-r--r-- | libre/midori-gtk3-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/midori-gtk3-libre/PKGBUILD b/libre/midori-gtk3-libre/PKGBUILD index 66083d847..9d6fc881b 100644 --- a/libre/midori-gtk3-libre/PKGBUILD +++ b/libre/midori-gtk3-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 101601 2013-11-28 22:21:02Z arodseth $ +# $Id: PKGBUILD 104163 2014-01-16 14:14:27Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Andreas Radke <andyrtr@archlinux.org> @@ -9,8 +9,8 @@ _pkgname=midori-gtk3 pkgname=midori-gtk3-libre -pkgver=0.5.6 -pkgrel=2 +pkgver=0.5.7 +pkgrel=1 pkgdesc='Lightweight web browser (GTK3), without non-privacy search providers' arch=('x86_64' 'i686') url='http://www.midori-browser.org/' @@ -27,7 +27,7 @@ optdepends=('gst-plugins-base: HTML5 OGG videos support' 'aria2: download utility') options=('!emptydirs') source=("http://www.midori-browser.org/downloads/${_pkgname/-gtk3}_${pkgver}_all_.tar.bz2") -sha256sums=('c5be1b5d9933776f09c5cab7945a073a820d65555e51fda9ff55fd063843f24a') +sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d') prepare() { cd "${_pkgname/-gtk3}-$pkgver" |