eog: updated to 3.16.2.

This commit is contained in:
Andrea Zagli
2015-05-21 21:50:15 +02:00
parent a8a3f5c77e
commit 0835d4398d

View File

@@ -2,7 +2,7 @@
_realname=eog
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.16.1
pkgver=3.16.2
pkgrel=1
arch=('any')
pkgdesc="Eye of GNOME graphics viewer program (mingw-w64)"
@@ -30,7 +30,7 @@ source=(http://ftp.gnome.org/pub/gnome/sources/${_realname}/${pkgver%.*}/${_real
002-relocation-support.patch
003-fix-install-dirs.patch
004-give-cc-to-gir-scanner.mingw.patch)
sha256sums=('2979d1852397310ad4e04bfa4eb1fa4d9fb342071f0797c9de077fd13607c1e7'
sha256sums=('802f68572d86bbb1e5969a385a76462aa42ea53aba6c65bf7337f528cb0a3c3b'
'31db56ea4d64059e60c478a7ba1475d9beaf65f2c42967909adbb41843c2d129'
'a7e897da94d7033fd2ad4d81129f7a60cd0f68bd8d887c079c79cef802d02a4d'
'abc9df56f5fc2213ba6efdcdad269534496d6eda900194b4000910dacf4042d9'
@@ -48,6 +48,7 @@ prepare() {
}
build() {
[[ -d build-${MINGW_CHOST} ]] && rm -rf build-${MINGW_CHOST}
mkdir -p build-${MINGW_CHOST}
cd build-${MINGW_CHOST}