summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-02 18:26:54 +0000
committerDaniel Bermond2018-05-02 18:26:54 +0000
commit8986295d9090eb03767ea3c949f9ae6269720cf5 (patch)
treefc083a4406f27baf653d9385cbed889ad567b7fd
parentcdaef193eee73ae2d225119b203ba6066a2b036d (diff)
downloadaur-8986295d9090eb03767ea3c949f9ae6269720cf5.tar.gz
Updated to version 7.0.7.30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4965430bc8f2..b363d8284304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imagemagick-full
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features)
- pkgver = 7.0.7.28
- pkgrel = 3
+ pkgver = 7.0.7.30
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -52,7 +52,7 @@ pkgbase = imagemagick-full
depends = flif
depends = libfpx
depends = libheif
- source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=edd71782e9d00e563ccb5c0f0f236a2915e439b2
+ source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=730f1d1d3ebe92b46bfce8a06c04c1517edee6dc
source = arch-fonts.diff
sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
@@ -84,7 +84,7 @@ pkgname = libmagick-full
backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.7.28-3
+ depends = libmagick-full=7.0.7.30-1
depends = perl
optdepends = imagemagick-full-doc: manual and API docs
optdepends = ttf-mac-fonts: for Apple fonts support
diff --git a/PKGBUILD b/PKGBUILD
index 1942e3904566..d57bcfb30c6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,13 +22,13 @@ _urw_font_dir='/usr/share/fonts/gsfonts'
_windows_font_dir='/usr/share/fonts/WindowsFonts'
_1st_apple_font_dir='/usr/share/fonts/TTF'
_2nd_apple_font_dir='/usr/share/fonts/Type1'
-_commit='edd71782e9d00e563ccb5c0f0f236a2915e439b2'
+_commit='730f1d1d3ebe92b46bfce8a06c04c1517edee6dc'
_qdepth='32'
pkgbase=imagemagick-full
pkgname=('libmagick-full' 'imagemagick-full' 'imagemagick-full-doc')
-pkgver=7.0.7.28
-pkgrel=3
+pkgver=7.0.7.30
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)"
url='http://www.imagemagick.org/'