summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-05-01 12:31:37 -0300
committerBermond2016-05-01 12:31:37 -0300
commit60f22e105a4bb33b4707a4a85deabd6941853b92 (patch)
tree6e1d6123b73d8b04d523aa16681e16f1822fef36 /PKGBUILD
parentb27e507f94264a21d81f76e70bc2297125107c5e (diff)
downloadaur-60f22e105a4bb33b4707a4a85deabd6941853b92.tar.gz
Cosmetic source changes in package()
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
}