summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2020-12-03 16:51:10 -0600
committernate2020-12-03 16:51:10 -0600
commit9619d50e565fe5cbb7417adebe199dade7d7235f (patch)
tree5e61d115380d50d6263cf1f6e543cb9c2fa3abc7 /PKGBUILD
parent409a785d60da0f73cdd11c28468487cd3ff52c43 (diff)
downloadaur-9619d50e565fe5cbb7417adebe199dade7d7235f.tar.gz
xviewer 2.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ebf229a932a..48fbfcc32adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Nate Simon <njsimon10@gmail.com>
pkgname=xviewer
-pkgver=2.6.2
+pkgver=2.8.0
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
-depends=('gtk3' 'glib2' 'cinnamon-desktop' 'libpeas' 'libexif')
+depends=('xapp' 'gtk3' 'glib2' 'cinnamon-desktop' 'libpeas' 'libexif')
makedepends=('gnome-common' 'libglade' 'gobject-introspection')
optdepends=('xviewer-plugins: Extra plugins')
provides=($pkgname)
@@ -14,7 +14,7 @@ conflicts=('xviewer-git')
url='https://github.com/linuxmint/xviewer'
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('3d3fec2d7ba87cf4bdb98c5fdec22058')
+md5sums=('2cdb39b8fef952d3f049a1d8984709bd')
build() {
cd ${srcdir}/${pkgname}-${pkgver}