summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-16 18:57:38 -0300
committerDaniel Bermond2017-08-16 18:57:38 -0300
commit1d3751c5b1530c04939fa65946051e72edbe127b (patch)
tree3c92a8cb7539aec438235b18714adb03e71cbe65
parent8d16b21459303d2ccfa992342759acc051947b5e (diff)
downloadaur-1d3751c5b1530c04939fa65946051e72edbe127b.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 2bdebc7f6654..2fade2813870 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 02:14:45 UTC 2017
+# Wed Aug 16 21:57:27 UTC 2017
pkgbase = imagemagick-full-doc-git
pkgdesc = The ImageMagick documentation (utilities manuals and libraries API)
pkgver = 7.0.6.0.r11980.g717789c2a
- pkgrel = 1
+ pkgrel = 2
url = http://www.imagemagick.org/
arch = any
license = custom
@@ -14,7 +14,7 @@ pkgbase = imagemagick-full-doc-git
conflicts = imagemagick-doc
conflicts = imagemagick-full-doc
conflicts = imagemagick-git-doc
- source = imagemagick-full-doc-git::git+http://git.imagemagick.org/repos/ImageMagick.git
+ source = imagemagick-full-doc-git::git+https://github.com/ImageMagick/ImageMagick.git
sha256sums = SKIP
pkgname = imagemagick-full-doc-git
diff --git a/PKGBUILD b/PKGBUILD
index 7990f3d5fad0..c752c6236374 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=imagemagick-full-doc-git
pkgver=7.0.6.0.r11980.g717789c2a
-pkgrel=1
+pkgrel=2
pkgdesc="The ImageMagick documentation (utilities manuals and libraries API)"
arch=('any')
url="http://www.imagemagick.org/"
@@ -10,7 +10,7 @@ license=('custom')
makedepends=('git')
provides=('imagemagick-doc' 'imagemagick-full-doc' 'imagemagick-git-doc')
conflicts=('imagemagick-doc' 'imagemagick-full-doc' 'imagemagick-git-doc')
-source=("$pkgname"::'git+http://git.imagemagick.org/repos/ImageMagick.git')
+source=("$pkgname"::'git+https://github.com/ImageMagick/ImageMagick.git')
sha256sums=('SKIP')
pkgver() {