summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Kotta2018-02-16 15:16:54 -0600
committerJonathan Kotta2018-02-16 15:16:54 -0600
commit36bd0bc9e2878f371b96f5291900c9adccb70681 (patch)
tree15a3f51d69111d1aa5c0eea6cc1dd7f6b760b737
parent6f471e394351cb1a95f2968fb44ea783ff02a5da (diff)
downloadaur-36bd0bc9e2878f371b96f5291900c9adccb70681.tar.gz
imagemagick -> libmagick6, bump for libmagick6 and libotf update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c592d86c014..5d9b47424657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid
pkgdesc = The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)
pkgver = 25.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/emacs.html
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = emacs-lucid
depends = hicolor-icon-theme
depends = dbus
depends = alsa-lib
- depends = imagemagick
+ depends = libmagick6
depends = gnutls
depends = libxrandr
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index 78bfeef9aa3e..bc9ab90104b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,13 @@
pkgname=emacs-lucid
pkgver=25.3
_pkgver_major=${pkgver/.*}
-pkgrel=1
+pkgrel=2
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
license=('GPL3')
-depends=('librsvg' 'gpm' 'm17n-lib' 'hicolor-icon-theme' 'dbus' 'alsa-lib' 'imagemagick' 'gnutls' 'libxrandr' 'libxinerama')
+depends=('librsvg' 'gpm' 'm17n-lib' 'hicolor-icon-theme' 'dbus' 'alsa-lib' 'libmagick6' 'gnutls'
+'libxrandr' 'libxinerama')
conflicts=('emacs')
provides=("emacs=$_pkgver_major")
validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199'
@@ -48,5 +49,5 @@ package() {
# fix user/root permissions on usr/share files
find "$pkgdir"/usr/share/emacs/$pkgver -exec chown root:root {} \;
- chmod 775 "$pkgdir"/var/games
+ chown -R root:games "$pkgdir"/var/games
}