summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {