[arch-commits] Commit in imv/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Aug 23 13:08:54 UTC 2019
Date: Friday, August 23, 2019 @ 13:08:54
Author: arodseth
Revision: 501304
upgpkg: imv 4.0.0_rc1-1
Modified:
imv/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-23 13:08:43 UTC (rev 501303)
+++ PKGBUILD 2019-08-23 13:08:54 UTC (rev 501304)
@@ -2,16 +2,16 @@
# Contributor: Harry Jeffery <harry at exec64.co.uk>
pkgname=imv
-pkgver=3.1.2
+pkgver=4.0.0_rc1
pkgrel=1
pkgdesc='Image viewer for Wayland and X11'
url='https://github.com/eXeC64/imv'
arch=(x86_64)
license=(GPL)
-depends=(desktop-file-utils fontconfig freeimage librsvg sdl2_ttf)
-makedepends=(asciidoc cmocka git)
+depends=(desktop-file-utils fontconfig freeimage librsvg libxkbcommon pango sdl2_ttf)
+makedepends=(asciidoc cmocka git libxkbcommon-x11)
conflicts=(renameutils)
-source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver")
+source=("git+$url#tag=v${pkgver/_/-}")
sha1sums=('SKIP')
build() {
@@ -22,4 +22,5 @@
make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
}
+# getver: github.com/eXeC64/imv/releases
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list