summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2019-03-31 15:47:08 -0300
committerJose Augusto2019-03-31 15:47:08 -0300
commitd932e84085711f072f6dcdcbe7deaa1246b13da2 (patch)
treea98543770a2025809c908d571cf5dbd4c1558737
parent724a840744d236f20aea7732096d1b13e717fbd9 (diff)
downloadaur-d932e84085711f072f6dcdcbe7deaa1246b13da2.tar.gz
update to 3.32
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab354f11408..67d6253a6432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evince-light
pkgdesc = GNOME document viewer, built with minimal dependencies by default but configurable.
- pkgver = 3.31.91
+ pkgver = 3.32.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Evince
arch = i686
@@ -20,7 +20,7 @@ pkgbase = evince-light
provides = evince
conflicts = evince
source = https://download.gnome.org/sources/evince/3.31/evince-3.31.90.tar.xz
- sha256sums = ff279568bf1122b850f4ac1ed1839f952805358b4babb5602ecc3a52514bb61b
+ sha256sums = f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index 9efc66bfeeb7..5b71696990cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.31.91
+pkgver=3.32.0
pkgrel=1
pkgdesc="GNOME document viewer, built with minimal dependencies by default but configurable."
url="https://wiki.gnome.org/Apps/Evince"
@@ -42,7 +42,7 @@ optdepends=('gvfs: bookmark support and session saving')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://download.gnome.org/sources/${_pkgname}/${pkgver:0:4}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('ff279568bf1122b850f4ac1ed1839f952805358b4babb5602ecc3a52514bb61b')
+sha256sums=('f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40')
build() {
cd ${_pkgname}-${pkgver}