summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornate2017-11-03 23:14:11 -0500
committernate2017-11-03 23:14:11 -0500
commitc8338ade33e59a0dc6fb06dc4c263b2849a34510 (patch)
tree4a682c021f38b3dc017b7a1ba6e284f8a838ce7b /PKGBUILD
parente9105205f081fd95b73bd3615f98985f2be6b892 (diff)
downloadaur-c8338ade33e59a0dc6fb06dc4c263b2849a34510.tar.gz
Update xviewer 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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
}
-