summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 110e40298e5c..6b965f400fba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jul 17 19:11:35 UTC 2016
+# Tue Nov 8 03:35:10 UTC 2016
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.0.6
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/linuxmint/xviewer
install = xviewer.install
@@ -16,9 +16,10 @@ pkgbase = xviewer
depends = glib2
depends = gnome-desktop
depends = libpeas
+ optdepends = xviewer-plugins: Extra plugins
conflicts = xviewer-git
- source = xviewer-1.0.6.tar.gz::https://github.com/linuxmint/xviewer/archive/1.0.6.tar.gz
- md5sums = 428de72cc234aaae0d40c4d3fb21be5e
+ source = xviewer-1.2.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.2.0.tar.gz
+ md5sums = 69efad972fc03c69e6792c795a84ac33
pkgname = xviewer
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}