summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-05-01 12:31:37 -0300
committerBermond2016-05-01 12:31:37 -0300
commit60f22e105a4bb33b4707a4a85deabd6941853b92 (patch)
tree6e1d6123b73d8b04d523aa16681e16f1822fef36
parentb27e507f94264a21d81f76e70bc2297125107c5e (diff)
downloadaur-60f22e105a4bb33b4707a4a85deabd6941853b92.tar.gz
Cosmetic source changes in package()
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e99e171fe6dd..161280028516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 1 15:29:53 UTC 2016
+# Sun May 1 15:31:26 UTC 2016
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
pkgver = 7.0.0.0.r10577.g0ff89d1
- pkgrel = 2
+ pkgrel = 3
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 34c7dca3826c..daac125697da 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ _gs_font_dir="/usr/share/fonts/Type1"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
pkgname=imagemagick-full-git
pkgver=7.0.0.0.r10577.g0ff89d1
-pkgrel=2
+pkgrel=3
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -124,5 +124,5 @@ package() {
make -j1 DESTDIR="$pkgdir/" install
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -D -m644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
+ install -D -m644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE"
}