diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | djv_view.desktop | 2 |
3 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = djv pkgdesc = Movie playback and image processing software for the film and computer animation industries pkgver = 1.3.0 - pkgrel = 3 + pkgrel = 4 url = http://djv.sourceforge.net/ arch = i686 arch = x86_64 @@ -26,7 +26,7 @@ pkgbase = djv source = djv::git+https://github.com/darbyjohnston/DJV#tag=1.3.0 source = djv_view.desktop md5sums = SKIP - md5sums = 2668ad2635036f33ba615b5dc538b1cf + md5sums = bf03a9488996f357497e044e66df3b97 pkgname = djv @@ -2,7 +2,7 @@ # Contributer: N30N <archlinux@alunamation.com> pkgname=djv pkgver=1.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="Movie playback and image processing software for the film and computer animation industries" url="http://djv.sourceforge.net/" license=('BSD') @@ -12,7 +12,7 @@ makedepends=("cmake" "git" "glm" "picojson-git" "portaudio" "qt5-tools") source=("${pkgname}::git+https://github.com/darbyjohnston/DJV#tag=${pkgver}" "${pkgname}_view.desktop") md5sums=('SKIP' - '2668ad2635036f33ba615b5dc538b1cf') + 'bf03a9488996f357497e044e66df3b97') prepare() { cd "${pkgname}" diff --git a/djv_view.desktop b/djv_view.desktop index c6b753d30b4..69f756b144e 100644 --- a/djv_view.desktop +++ b/djv_view.desktop @@ -2,7 +2,7 @@ Name=DJV View GenericName=Image sequence viewer Type=Application -Exec=djv_view +Exec=djv_view %F Icon=/usr/share/pixmaps/djv_view.png Terminal=false MimeType=image/jpeg;image/png;image/tiff; |