summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-10-29 03:25:42 +0200
committerMartin T. H. Sandsmark2021-10-29 03:25:42 +0200
commit8b6efd7314a0e4a360455e05802647444bc41f8f (patch)
tree8ce8e770c37523d7fd3a23d075f078103251b244
parent768ddb69f2f2fedbf9ea328125b700b167376556 (diff)
downloadaur-qeh-git.tar.gz
Fixes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff41598de096..408e65e5af30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qeh-git
pkgdesc = Very simple and fast image viewer
- pkgver = r13.3f82632
+ pkgver = r41.41f1f40
pkgrel = 1
url = https://github.com/sandsmark/qeh
arch = i686
@@ -11,17 +11,18 @@ pkgbase = qeh-git
depends = qt5-base
depends = qt5-x11extras
optdepends = kimageformats: Support for Windows cursors, AVIF, EPS, OpenEXR, Radiance HDR, HEIF, Krita, OpenRaster, Gimp, pic, Photoshop, SunOS raster, SGI RGB, Targa
+ optdepends = qt-ffmpeg-imageplugin-git: Support for webm, avif, apng, flic and more
optdepends = qt5-imageformats: Support for WebP, JPEG 2000, Targa, TIFF, Wireless Bitmap, MNG, DirectX textures, Apple icons
optdepends = qvtf-git: Support for Valve Texture Files
optdepends = qt5-jpegxl-image-plugin: Support for JPEG XL
optdepends = qt5-apng-plugin: Support for Animated PNG
- optdepends = qt-avif-image-plugin-git: Alternative to kimageformats for AVIF support
+ optdepends = qt5-avif-image-plugin: Alternative to kimageformats for AVIF support
optdepends = qt5-pbfimageplugin: Support for Mapbox vector tiles
optdepends = extra-imageformats-qt: Support for BPG, FUIF and PGF
optdepends = qtraw: Support for RAW files via libraw
provides = qeh
conflicts = qeh
- source = git://github.com/sandsmark/qeh.git
+ source = git+https://github.com/sandsmark/qeh.git
md5sums = SKIP
pkgname = qeh-git
diff --git a/PKGBUILD b/PKGBUILD
index e818fcd7013b..12bfb3c063d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=qeh-git
-pkgver=r13.3f82632
+pkgver=r41.41f1f40
pkgrel=1
pkgdesc='Very simple and fast image viewer'
arch=('i686' 'x86_64')
@@ -11,14 +11,15 @@ depends=('qt5-base' 'qt5-x11extras')
makedepends=('cmake' 'git')
conflicts=(qeh)
provides=(qeh)
-source=('git://github.com/sandsmark/qeh.git')
+source=('git+https://github.com/sandsmark/qeh.git')
optdepends=(
'kimageformats: Support for Windows cursors, AVIF, EPS, OpenEXR, Radiance HDR, HEIF, Krita, OpenRaster, Gimp, pic, Photoshop, SunOS raster, SGI RGB, Targa'
+ 'qt-ffmpeg-imageplugin-git: Support for webm, avif, apng, flic and more'
'qt5-imageformats: Support for WebP, JPEG 2000, Targa, TIFF, Wireless Bitmap, MNG, DirectX textures, Apple icons'
'qvtf-git: Support for Valve Texture Files'
'qt5-jpegxl-image-plugin: Support for JPEG XL'
'qt5-apng-plugin: Support for Animated PNG'
- 'qt-avif-image-plugin-git: Alternative to kimageformats for AVIF support'
+ 'qt5-avif-image-plugin: Alternative to kimageformats for AVIF support'
'qt5-pbfimageplugin: Support for Mapbox vector tiles'
'extra-imageformats-qt: Support for BPG, FUIF and PGF'
'qtraw: Support for RAW files via libraw'