summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-26 23:16:28 +0100
committerhaawda2017-11-26 23:16:28 +0100
commitb1124e3f99b5e634a5f4555878a54e63c7df37f1 (patch)
tree633fe1e0096e76aaca236872f1f4973e58a3eff8
parente6a812ee175e31d7b400b4ba8ea1457a3d63feed (diff)
downloadaur-b1124e3f99b5e634a5f4555878a54e63c7df37f1.tar.gz
update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7649bd3c5a..083f7c0baa94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-lucid-git
pkgdesc = GNU Emacs. Official git master.
- pkgver = 27.0.50.r131282
- pkgrel = 2
+ pkgver = 27.0.50.r131283
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
arch = x86_64
@@ -20,7 +20,6 @@ pkgbase = emacs-lucid-git
depends = xaw3d
depends = libdbus
depends = libxfixes
- depends = libsystemd-standalone
provides = emacs
conflicts = emacs
options = docs
diff --git a/PKGBUILD b/PKGBUILD
index 9cec9ae0831f..31f9eaf4952d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-lucid-git
-pkgver=27.0.50.r131282
-pkgrel=2
+pkgver=27.0.50.r131283
+pkgrel=1
pkgdesc="GNU Emacs. Official git master."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL')
depends=('alsa-lib' 'gpm' 'hicolor-icon-theme' 'm17n-lib' 'libxrandr'
'libxinerama' 'imagemagick' 'librsvg' 'gnutls' 'xaw3d'
- 'libdbus' 'libxfixes' 'libsystemd-standalone')
+ 'libdbus' 'libxfixes')
makedepends=('git' 'texlive-core')
conflicts=('emacs')
options=('docs' '!emptydirs' '!makeflags')