summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-16 19:15:40 -0300
committerDaniel Bermond2017-08-16 19:15:40 -0300
commit6ae78df6be07c9307bbca95ebbd05acdf37afe15 (patch)
treefe12c3060ae3b618bea3830fd56b64bbc85645ca
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.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a06759fa747..8beb7b57873d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 02:14:07 UTC 2017
+# Wed Aug 16 21:41:15 UTC 2017
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
pkgver = 7.0.6.0.r11980.g717789c2a
- pkgrel = 1
+ pkgrel = 2
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -77,7 +77,7 @@ pkgbase = imagemagick-full-git
backup = etc/ImageMagick-7/type-dejavu.xml
backup = etc/ImageMagick-7/type-ghostscript.xml
backup = etc/ImageMagick-7/type-windows.xml
- source = imagemagick-full-git::git+http://git.imagemagick.org/repos/ImageMagick.git
+ source = imagemagick-full-git::git+https://github.com/ImageMagick/ImageMagick.git
sha256sums = SKIP
pkgname = imagemagick-full-git
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() {