summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2020-06-13 16:42:31 -0300
committerJose Augusto2020-06-13 16:42:31 -0300
commit7e3270b630b38a0f8167127c450d0cee01884105 (patch)
tree11cdd7f9fe04ccb2b4823372e4609b8c57c991a1
parenta23e4fb37db544bfd6873f0da01eae68f7f063b0 (diff)
downloadaur-7e3270b630b38a0f8167127c450d0cee01884105.tar.gz
update to 3.36.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489d9f62a8ba..4d39ad9f6351 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.37.2
+ pkgver = 3.36.5
pkgrel = 1
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://ftp.gnome.org/pub/GNOME/sources/evince/3.37/evince-3.37.2.tar.xz
- sha256sums = 5a0d085cd5aee61ed60b820deb1dadfce10e768fe0e86fa01eb0438bbb3c67d7
+ source = https://ftp.gnome.org/pub/GNOME/sources/evince/3.36/evince-3.36.5.tar.xz
+ sha256sums = 6f0dd6e30639eb620f201a6ae40f21c4b78c030f0d6437f9e309f7240195e97c
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index 7d0377ee6f84..fb4319da7385 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.37.2
+pkgver=3.36.5
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://ftp.gnome.org/pub/GNOME/sources/${_pkgname}/${pkgver:0:4}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('5a0d085cd5aee61ed60b820deb1dadfce10e768fe0e86fa01eb0438bbb3c67d7')
+sha256sums=('6f0dd6e30639eb620f201a6ae40f21c4b78c030f0d6437f9e309f7240195e97c')
build() {
cd ${_pkgname}-${pkgver}