[arch-commits] Commit in imv/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat May 12 12:06:15 UTC 2018


    Date: Saturday, May 12, 2018 @ 12:06:14
  Author: arodseth
Revision: 321038

upgpkg: imv 3.0.0-1

Modified:
  imv/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-12 11:53:45 UTC (rev 321037)
+++ PKGBUILD	2018-05-12 12:06:14 UTC (rev 321038)
@@ -1,18 +1,17 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Harry Jeffery <harry|@|exec64|.|co|.|uk>
+# Contributor: Harry Jeffery <harry at exec64.co.uk>
 
 pkgname=imv
-pkgver=2.1.3
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='Image viewer for Wayland and X11'
-url="https://github.com/eXeC64/imv"
+url='https://github.com/eXeC64/imv'
 arch=('x86_64')
 license=('GPL')
-depends=('freeimage' 'sdl2_ttf' 'fontconfig')
-makedepends=('git')
-optdepends=('cmocka: for running unit tests')
+depends=('fontconfig' 'freeimage' 'sdl2_ttf')
+makedepends=('asciidoc' 'cmocka' 'git')
 conflicts=('renameutils')
-source=("git+https://github.com/eXeC64/imv.git#commit=cee36733")
+source=("git+https://github.com/eXeC64/imv.git#tag=v$pkgver")
 sha1sums=('SKIP')
 
 build() {
@@ -23,4 +22,4 @@
   make -C "$pkgname" BUILDDIR=build DESTDIR="$pkgdir" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list