summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2022-11-21 17:33:55 -0600
committernate2022-11-21 17:33:55 -0600
commit07be1f669725d304f5379337a7b44f29165d66da (patch)
tree19063ab98e270f29a4c2eefa183629f32857503c
parent8a8699182996c81877de9e5cdd352335cc61a603 (diff)
downloadaur-07be1f669725d304f5379337a7b44f29165d66da.tar.gz
xviewer 3.2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10960a99bbd0..677820483710 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 3.2.10
+ pkgver = 3.2.11
pkgrel = 1
url = https://github.com/linuxmint/xviewer
arch = i686
@@ -22,7 +22,7 @@ pkgbase = xviewer
optdepends = xviewer-plugins: Extra plugins
optdepends = librsvg: for scaling svg images
optdepends = webp-pixbuf-loader: webp image support
- source = xviewer-3.2.10.tar.gz::https://github.com/linuxmint/xviewer/archive/3.2.10.tar.gz
- md5sums = 0b0b8cf7b84d6e0d139066d2e136a6b2
+ source = xviewer-3.2.11.tar.gz::https://github.com/linuxmint/xviewer/archive/3.2.11.tar.gz
+ md5sums = 07c28aa7a8365881e61dfc380de1e93b
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 879202860fc9..42609045a5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=3.2.10
+pkgver=3.2.11
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
@@ -16,7 +16,7 @@ optdepends=('xviewer-plugins: Extra plugins'
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-md5sums=('0b0b8cf7b84d6e0d139066d2e136a6b2')
+md5sums=('07c28aa7a8365881e61dfc380de1e93b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}