summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2019-03-22 13:43:41 +1100
committerLuis Aranguren2019-03-22 13:43:41 +1100
commitbb42c4019005665640c51bbbc7e14b1405dffa68 (patch)
treef5a826ddc95f328ac122e6eff2b39ad4d19fec8f
parent24dc4180f16ad301ea401f17d811b49ccbed95ea (diff)
downloadaur-bb42c4019005665640c51bbbc7e14b1405dffa68.tar.gz
improved description, updated license, updated pkgver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99356367e6c0..d6deb7842553 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = imv-git
- pkgdesc = Image viewer for Wayland and X11
- pkgver = v2.1.3.r137.g7e1c122
+ pkgdesc = imv is a command line image viewer intended for use with tiling window managers, with Wayland and X11 support.
+ pkgver = v2.1.3.r202.ge278e28
pkgrel = 1
url = https://github.com/eXeC64/imv
arch = x86_64
arch = i686
- license = GPL
+ license = MIT
makedepends = git
makedepends = asciidoc
depends = freeimage
diff --git a/PKGBUILD b/PKGBUILD
index aa1ad6bdcc4a..ebf6557fc72d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Ainola
+# Maintainer: Luis Aranguren <pizzaman@hotmail.com>
+# Contributor: Ainola
pkgname=imv-git
-pkgver=v2.1.3.r137.g7e1c122
+pkgver=v2.1.3.r202.ge278e28
pkgrel=1
-pkgdesc='Image viewer for Wayland and X11'
+pkgdesc='imv is a command line image viewer intended for use with tiling window managers, with Wayland and X11 support.'
url="https://github.com/eXeC64/imv"
arch=('x86_64' 'i686')
-license=('GPL')
+license=('MIT')
depends=('freeimage' 'sdl2_ttf' 'fontconfig')
makedepends=('git' 'asciidoc')
provides=('imv')