summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornate2017-11-03 23:14:11 -0500
committernate2017-11-03 23:14:11 -0500
commitc8338ade33e59a0dc6fb06dc4c263b2849a34510 (patch)
tree4a682c021f38b3dc017b7a1ba6e284f8a838ce7b
parente9105205f081fd95b73bd3615f98985f2be6b892 (diff)
downloadaur-c8338ade33e59a0dc6fb06dc4c263b2849a34510.tar.gz
Update xviewer 1.6.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 872528b4fde7..4903e6455e5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 28 23:14:18 UTC 2017
+# Sat Nov 4 03:51:56 UTC 2017
pkgbase = xviewer
pkgdesc = A simple and easy to use image viewer. X-Apps Project.
- pkgver = 1.4.3
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/linuxmint/xviewer
install = xviewer.install
@@ -17,9 +17,10 @@ pkgbase = xviewer
depends = gnome-desktop
depends = libpeas
optdepends = xviewer-plugins: Extra plugins
+ provides = xviewer
conflicts = xviewer-git
- source = xviewer-1.4.3.tar.gz::https://github.com/linuxmint/xviewer/archive/1.4.3.tar.gz
- md5sums = ca5b414dba67ea0a056f4e4a6131969f
+ source = xviewer-1.6.0.tar.gz::https://github.com/linuxmint/xviewer/archive/1.6.0.tar.gz
+ md5sums = fd85824cf70bf3cca4f9aba43508f8e8
pkgname = xviewer
diff --git a/PKGBUILD b/PKGBUILD
index 9074feba6eaa..f7d84a4535cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer
-pkgver=1.4.3
+pkgver=1.6.0
pkgrel=1
pkgdesc="A simple and easy to use image viewer. X-Apps Project."
arch=('i686' 'x86_64')
@@ -9,13 +9,13 @@ license=('GPL')
depends=('gtk3' 'glib2' 'gnome-desktop' 'libpeas')
makedepends=('gnome-common' 'libglade' 'gobject-introspection')
optdepends=('xviewer-plugins: Extra plugins')
-provides=($_pkgname)
+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=('ca5b414dba67ea0a056f4e4a6131969f')
+md5sums=('fd85824cf70bf3cca4f9aba43508f8e8')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,4 +29,3 @@ package(){
cd ${srcdir}/${pkgname}-${pkgver}
make DESTDIR="$pkgdir/" install
}
-