summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-16 19:15:40 -0300
committerDaniel Bermond2017-08-16 19:15:40 -0300
commit6ae78df6be07c9307bbca95ebbd05acdf37afe15 (patch)
treefe12c3060ae3b618bea3830fd56b64bbc85645ca /PKGBUILD
parent41d9655377b78a02375d7145bf9622d369fe2ff4 (diff)
downloadaur-6ae78df6be07c9307bbca95ebbd05acdf37afe15.tar.gz
Changed source
ImageMagick seems to have changed its main git repository. It seems that the git source code repository at imagemagick.org is not working anymore. It seems that the main authoritative source code repository is now at GitHub.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 144cde5e0983..7cc135fb9928 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ _1st_apple_font_dir="/usr/share/fonts/TTF"
_2nd_apple_font_dir="/usr/share/fonts/Type1"
pkgname=imagemagick-full-git
pkgver=7.0.6.0.r11980.g717789c2a
-pkgrel=1
+pkgrel=2
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -59,7 +59,7 @@ backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml"
"etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml"
"etc/ImageMagick-${pkgver%%.*}/type-windows.xml")
options=('!docs' 'libtool' '!emptydirs')
-source=("$pkgname"::'git+http://git.imagemagick.org/repos/ImageMagick.git')
+source=("$pkgname"::'git+https://github.com/ImageMagick/ImageMagick.git')
sha256sums=('SKIP')
pkgver() {