summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2018-03-13 02:30:13 +0000
committerDaniel Bermond2018-03-13 02:49:25 +0000
commit823a5e753c452b12fce227075037a26342388b77 (patch)
tree157c97bcd475f9f733233396b6f32647ff30023d /.SRCINFO
parentf2e724f952fce1399da77f8c668508baf9ebcaec (diff)
downloadaur-823a5e753c452b12fce227075037a26342388b77.tar.gz
Change source download method due to upstream limitations
ImageMagick have an uncommon source distribution model: New releases appears firstly at imagemagick.org, but this website does not provide tarballs for all previous versions (only a tarball for the latest version is available from there). A tarball archive of previous versions can be found at the official github website, but strangely, the tarball of the current version appears there only after a certain lagging period. Using git clone as the source instead of the tarball allows to: - provide a new release as soon as possible - allows users to build the package with the older version if a new version is released upstream and the AUR package still had not the time to update the PKGBUILD - offers the possibility to lock-up the package at a certain version whithout any modification in this PKGBUILD (for example, if some build problem occurs with a newer version).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO32
1 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820dfba403d4..eba204bbd759 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.25
- pkgrel = 1
+ pkgrel = 2
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -90,9 +90,9 @@ pkgbase = imagemagick-full
depends = libfpx
depends = libraqm
depends = libumem-git
- source = http://www.imagemagick.org/download/ImageMagick-7.0.7-25.tar.xz
+ source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git#commit=17a986472f5555d301651637f042540e9b8b8b7e
source = arch-fonts.diff
- sha256sums = 3538c33b2bb44d55ba146271e7584d79c1d2d10ab592a6efa49264ad630bf961
+ sha256sums = SKIP
sha256sums = a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
pkgname = libmagick-full
@@ -108,21 +108,21 @@ pkgname = libmagick-full
conflicts = libmagick-full-git
options = !emptydirs
options = libtool
- backup = etc/ImageMagick-7/coder.xml
- backup = etc/ImageMagick-7/colors.xml
- backup = etc/ImageMagick-7/delegates.xml
- backup = etc/ImageMagick-7/log.xml
- backup = etc/ImageMagick-7/magic.xml
- backup = etc/ImageMagick-7/mime.xml
- backup = etc/ImageMagick-7/policy.xml
- backup = etc/ImageMagick-7/quantization-table.xml
- backup = etc/ImageMagick-7/thresholds.xml
- backup = etc/ImageMagick-7/type.xml
- backup = etc/ImageMagick-7/type-dejavu.xml
- backup = etc/ImageMagick-7/type-ghostscript.xml
+ backup = etc//coder.xml
+ backup = etc//colors.xml
+ backup = etc//delegates.xml
+ backup = etc//log.xml
+ backup = etc//magic.xml
+ backup = etc//mime.xml
+ backup = etc//policy.xml
+ backup = etc//quantization-table.xml
+ backup = etc//thresholds.xml
+ backup = etc//type.xml
+ backup = etc//type-dejavu.xml
+ backup = etc//type-ghostscript.xml
pkgname = imagemagick-full
- depends = libmagick-full=7.0.7.25-1
+ depends = libmagick-full=7.0.7.25-2
depends = perl>=
depends = perl<
optdepends = imagemagick-full-doc: manual and API docs