From 431a4ca6d3b582ba1e949b667fe278c93217f8cb Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 11 Jun 2015 18:42:08 +0200 Subject: migrating to aur4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- emacs-gtk2/PKGBUILD | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'emacs-gtk2/PKGBUILD') diff --git a/emacs-gtk2/PKGBUILD b/emacs-gtk2/PKGBUILD index ea97ba2..3105fa8 100644 --- a/emacs-gtk2/PKGBUILD +++ b/emacs-gtk2/PKGBUILD @@ -4,27 +4,19 @@ _pkgname=emacs pkgname=$_pkgname-gtk2 -pkgver=24.4 -pkgrel=2 +pkgver=24.5 +pkgrel=1 pkgdesc="The extensible, customizable, self-documenting real-time display editor. GTK2 version" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" license=('GPL3') depends=('librsvg' 'gpm' 'giflib' 'libxpm' 'libotf' 'm17n-lib' 'gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'alsa-lib' 'imagemagick>=6.8.4.7') install=emacs-gtk2.install -source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz{,.sig} - gnupg21.patch) -md5sums=('ad487658ad7421ad8d7b5152192eb945' - 'SKIP' - '0583d868e0e304bac3df95b7518615cd') +source=(ftp://ftp.gnu.org/gnu/emacs/$_pkgname-$pkgver.tar.xz) +sha256sums=(dd47d71dd2a526cf6b47cb49af793ec2e26af69a0951cc40e43ae290eacfc34e) provides=('emacs') conflicts=('emacs') -prepare() { - cd "$srcdir"/emacs-$pkgver - patch -p1 -i ../gnupg21.patch -} - build() { cd "$srcdir"/emacs-$pkgver export ac_cv_lib_gif_EGifPutExtensionLast=yes -- cgit v1.2.3-70-g09d2