summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2016-11-07 20:35:25 -0700
committernate2016-11-07 20:35:25 -0700
commit1416e0f18be742381096df259ee7db021eaacb5c (patch)
tree3afe2cf74742155244c794095ccd676ac478fb61 /PKGBUILD
parent6828154807f0a252853ea01f2f812ae5deb6f299 (diff)
downloadaur-1416e0f18be742381096df259ee7db021eaacb5c.tar.gz
1.2.0 bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e7e009c44f8..cbbea0425221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.0.6
+pkgver=1.2.0
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64')
license=('GPL')
depends=('gtk3' 'glib2' 'gnome-desktop' 'libpeas')
makedepends=('gnome-common' 'libglade' 'gobject-introspection')
+optdepends=('xviewer-plugins: Extra plugins')
provides=($_pkgname)
conflicts=('xviewer-git')
url='https://github.com/linuxmint/xviewer'
install=xviewer.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('428de72cc234aaae0d40c4d3fb21be5e')
+md5sums=('69efad972fc03c69e6792c795a84ac33')
build() {
cd ${srcdir}/${pkgname}-${pkgver}