summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2018-04-10 11:40:11 +0200
committerBruno Pagani2018-04-10 11:40:11 +0200
commit1c4c1b9b9a69021e158a9b99fe9348b063bdaa4a (patch)
treeb9e93a9d83f70fb5e888c9177c69d3b741e6b50e
parent7a9c179275c0a2d55c4edbfc3762c2e1cd59b47a (diff)
downloadaur-1c4c1b9b9a69021e158a9b99fe9348b063bdaa4a.tar.gz
upgpkg: evince-light 3.28.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e92de5c99581..3a3b1c2b2472 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.28.0
+ pkgver = 3.28.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Evince
arch = i686
@@ -17,8 +17,8 @@ pkgbase = evince-light
optdepends = gvfs: bookmark support and session saving
provides = evince
conflicts = evince
- source = https://download.gnome.org/sources/evince/3.28/evince-3.28.0.tar.xz
- sha256sums = fa23264b65e140afb8ec27b070a277bda748d9d4a86788240d9f3514346573a8
+ source = https://download.gnome.org/sources/evince/3.28/evince-3.28.2.tar.xz
+ sha256sums = 0955d22d85c9f6d322b6cbb464f1cc4c352db619017ec95dad4cc5c3440f73e1
pkgname = evince-light
diff --git a/PKGBUILD b/PKGBUILD
index 08607fe1ead3..7e17d27abf78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _nautilus="no" # GNOME Files support
_pkgname=evince
pkgname=${_pkgname}-light
-pkgver=3.28.0
+pkgver=3.28.2
pkgrel=1
pkgdesc="GNOME document viewer, built with minimal dependencies by default but configurable."
url="https://wiki.gnome.org/Apps/Evince"
@@ -41,7 +41,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=('fa23264b65e140afb8ec27b070a277bda748d9d4a86788240d9f3514346573a8')
+sha256sums=('0955d22d85c9f6d322b6cbb464f1cc4c352db619017ec95dad4cc5c3440f73e1')
build() {
cd ${_pkgname}-${pkgver}