summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Augusto2020-04-01 16:12:32 -0300
committerJose Augusto2020-04-01 16:12:32 -0300
commit12a0091da915d07eb1ec83c56f2de3e1fc68906b (patch)
treef8458c960f88f42be794a1f66ac296ce123c7b49
parent65c2681d9063949185ed7bbfbfba258c37768792 (diff)
downloadaur-12a0091da915d07eb1ec83c56f2de3e1fc68906b.tar.gz
Update to 3.36
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e134694095c..bf824f99b2fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = evince-light
pkgdesc = GNOME document viewer, built with minimal dependencies by default but configurable.
- pkgver = 3.35.1
- pkgrel = 4
+ pkgver = 3.36.0
+ pkgrel = 1
url = https://wiki.gnome.org/Apps/Evince
arch = i686
arch = x86_64
@@ -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.34.1/evince-3.34.1.tar.xz
- sha256sums = a66279369275b7731b6bf05cb75f8f8477c789342584893f57c3380c132b0bb3
+ source = https://ftp.gnome.org/pub/GNOME/sources/evince/3.36/evince-3.36.0.tar.xz
+ sha256sums = 851d9b5234d479ab4c8f7c5cbaceb0e91ad79ccba1a7b733cde72dacc928fba8
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index 56b66225e5a7..7710eb963900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,8 +17,8 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.35.1
-pkgrel=4
+pkgver=3.36.0
+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://ftp.gnome.org/pub/GNOME/sources/${_pkgname}/${pkgver:0:4}/${_pkgname}-${pkgver}.tar.xz")
-sha256sums=('a66279369275b7731b6bf05cb75f8f8477c789342584893f57c3380c132b0bb3')
+sha256sums=('851d9b5234d479ab4c8f7c5cbaceb0e91ad79ccba1a7b733cde72dacc928fba8')
build() {
cd ${_pkgname}-${pkgver}