Date: Monday, June 24, 2019 @ 17:51:27 Author: arodseth Revision: 483629
upgpkg: imv 3.1.2-1 Modified: imv/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-24 17:51:04 UTC (rev 483628) +++ PKGBUILD 2019-06-24 17:51:27 UTC (rev 483629) @@ -2,15 +2,15 @@ # Contributor: Harry Jeffery <[email protected]> pkgname=imv -pkgver=3.0.0 -pkgrel=3 +pkgver=3.1.2 +pkgrel=1 pkgdesc='Image viewer for Wayland and X11' url='https://github.com/eXeC64/imv' -arch=('x86_64') -license=('GPL') -depends=('fontconfig' 'freeimage' 'sdl2_ttf') -makedepends=('asciidoc' 'cmocka' 'git') -conflicts=('renameutils') +arch=(x86_64) +license=(GPL) +depends=(desktop-file-utils fontconfig freeimage librsvg sdl2_ttf) +makedepends=(asciidoc cmocka git) +conflicts=(renameutils) source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver") sha1sums=('SKIP')
