summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092016-10-10 19:19:31 +1000
committerfusion8092016-10-10 19:19:31 +1000
commitf4e4a8cf54c81a78464f36b09ae313a30378de13 (patch)
tree4e04e400ba2a8c70c275fbe1d51fc9a5b0ba04b0
parent36b5de78724a9b46b30217147be083f5d3666f2a (diff)
downloadaur-f4e4a8cf54c81a78464f36b09ae313a30378de13.tar.gz
Updating
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e42e795d3f4e..3d9afc267baf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Sep 21 19:20:17 UTC 2016
+# Mon Oct 10 09:19:31 UTC 2016
pkgbase = emacs-gtk2
pkgver = 25.1
pkgrel = 1
@@ -20,6 +20,7 @@ pkgname = emacs-gtk2
depends = alsa-lib
depends = imagemagick
depends = gtk2
+ depends = gconf
provides = emacs
conflicts = emacs
conflicts = emacs-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3f20c6e06904
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.xz
+*.gz
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index 1b4b8193ab35..56ad7d856efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -103,7 +103,7 @@ build() {
package_emacs-gtk2() {
pkgdesc="GNU Emacs, the extensible self-documenting text editor, with a GUI built with the GTK2 toolkit."
- depends=('gpm' 'giflib' 'm17n-lib' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gtk2')
+ depends=('gpm' 'giflib' 'm17n-lib' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gtk2' 'gconf')
conflicts=('emacs' 'emacs-git')
provides=('emacs')