diff options
author | Jonathan Liu | 2019-08-07 11:41:50 +1000 |
---|---|---|
committer | Jonathan Liu | 2019-08-07 11:41:50 +1000 |
commit | f941be30e0fb117f4e330d3ff9b370109334b7a9 (patch) | |
tree | be0627986f924190e11a1687d930a8d323f5a1fd | |
parent | ac876216b319e07fb08f8879c11e86a7f5cf657a (diff) | |
download | aur-f941be30e0fb117f4e330d3ff9b370109334b7a9.tar.gz |
Update to 1.3.0-4
-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; |