summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2020-07-01 21:31:13 -0300
committerJose Augusto2020-07-01 21:31:13 -0300
commite3557ba84e07e483650a691773dddaeda4337c88 (patch)
treeca71f530cd4baaaeab3fc280637d48ec386a985e
parent7e3270b630b38a0f8167127c450d0cee01884105 (diff)
downloadaur-e3557ba84e07e483650a691773dddaeda4337c88.tar.gz
update to 3.36.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d39ad9f6351..44ea012eb890 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.36.5
+ pkgver = 3.36.6
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.36/evince-3.36.5.tar.xz
- sha256sums = 6f0dd6e30639eb620f201a6ae40f21c4b78c030f0d6437f9e309f7240195e97c
+ source = https://ftp.gnome.org/pub/GNOME/sources/evince/3.36/evince-3.36.6.tar.xz
+ sha256sums = 95ce9b21c6fc7c837e12eb6e88777ea80dcc2ce6d84d000166a24a113a6d8db0
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index fb4319da7385..d00a53f96d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.36.5
+pkgver=3.36.6
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=('6f0dd6e30639eb620f201a6ae40f21c4b78c030f0d6437f9e309f7240195e97c')
+sha256sums=('95ce9b21c6fc7c837e12eb6e88777ea80dcc2ce6d84d000166a24a113a6d8db0')
build() {
cd ${_pkgname}-${pkgver}