summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2019-10-09 10:10:47 -0300
committerJose Augusto2019-10-09 10:10:47 -0300
commitaf18d5667293012f03b92a6f655c2331740d9eb6 (patch)
treec2b5be97786dc35f3bd59457838471c8d3a3cb4f
parent3966973af18df0f59da94eb2c5b61012a1e1e434 (diff)
downloadaur-af18d5667293012f03b92a6f655c2331740d9eb6.tar.gz
update to 3.34.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 841a16d4a221..36476279c5e7 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.32.0
+ pkgver = 3.34.1
pkgrel = 2
url = https://wiki.gnome.org/Apps/Evince
arch = i686
@@ -19,8 +19,8 @@ pkgbase = evince-light
optdepends = gvfs: bookmark support and session saving
provides = evince
conflicts = evince
- source = https://download.gnome.org/sources/evince/3.32/evince-3.32.0.tar.xz
- sha256sums = f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40
+ source = https://download.gnome.org/sources/evince/3.32/evince-3.34.1.tar.xz
+ sha256sums = 85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index 398fd38f74fc..01ab9813e2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.32.0
-pkgrel=2
+pkgver=3.34.1
+pkgrel=1
pkgdesc="GNOME document viewer, built with minimal dependencies by default but configurable."
url="https://wiki.gnome.org/Apps/Evince"
arch=('i686' 'x86_64')
@@ -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=('f0d977216466ed2f5a6de64476ef7113dc7c7c9832336f1ff07f3c03c5324c40')
+sha256sums=('85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df')
build() {
cd ${_pkgname}-${pkgver}