summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2019-11-25 10:58:03 -0300
committerJose Augusto2019-11-25 10:58:03 -0300
commit65c2681d9063949185ed7bbfbfba258c37768792 (patch)
treeddec41b39c8faaac236baa0b60e26af23f405b24
parent5de5b99537c2964767be28f39f7fb1c563ec3638 (diff)
downloadaur-65c2681d9063949185ed7bbfbfba258c37768792.tar.gz
update to 3.35
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c07cec0e5cf..3e134694095c 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.34.1
+ pkgver = 3.35.1
pkgrel = 4
url = https://wiki.gnome.org/Apps/Evince
arch = i686
@@ -20,7 +20,7 @@ pkgbase = evince-light
provides = evince
conflicts = evince
source = https://ftp.gnome.org/pub/GNOME/sources/evince/3.34.1/evince-3.34.1.tar.xz
- sha256sums = 85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df
+ sha256sums = a66279369275b7731b6bf05cb75f8f8477c789342584893f57c3380c132b0bb3
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index fe6933e1e542..56b66225e5a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.34.1
+pkgver=3.35.1
pkgrel=4
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://ftp.gnome.org/pub/GNOME/sources/${_pkgname}/${pkgver:0:4}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('85e407cde396147b249120d816c7715fb6df191ca561cf65ff3554a5d67626df')
+sha256sums=('a66279369275b7731b6bf05cb75f8f8477c789342584893f57c3380c132b0bb3')
build() {
cd ${_pkgname}-${pkgver}