summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfusion8092016-09-18 16:19:14 +1000
committerfusion8092016-09-18 16:19:14 +1000
commit03fe582eaf08c222ffaf5af71432c658a5d94fe8 (patch)
tree252b6ce6f5a6d1a9af02f1d808c1a3add8896566
parent0c00aa47525fe9f58e2c3ba2b79c5bf536e944bf (diff)
downloadaur-03fe582eaf08c222ffaf5af71432c658a5d94fe8.tar.gz
Adjusting header and pkgdesc
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c311574759b..c9bf0d0db533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sun Sep 18 06:13:51 UTC 2016
+# Sun Sep 18 06:19:14 UTC 2016
pkgbase = emacs-git-gtk2
- pkgver = 25.1.r1
+ pkgver = 25.1.r1887
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = emacs-git-gtk2
md5sums = SKIP
pkgname = emacs-git-gtk2
- pkgdesc = GNU Emacs, the extensible self-documenting text editor — built from git sources.
+ pkgdesc = GNU Emacs, the extensible self-documenting text editor — built from git sources. WARNING: emacs's git repository is 1.25 GB in size!
depends = gpm
depends = giflib
depends = m17n-lib
@@ -25,7 +25,7 @@ pkgname = emacs-git-gtk2
conflicts = emacs-git
pkgname = emacs-git-docs
- pkgdesc = GNU Emacs, built from git sources — HTML and PDF documentation package.
+ pkgdesc = GNU Emacs, built from git sources — HTML and PDF documentation package. WARNING: the emacs git repo is 1.25 GB in size!
provides = emacs-docs
conflicts = emacs-docs
diff --git a/PKGBUILD b/PKGBUILD
index b56c7d424655..5f1f43186177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
+# Maintainer: Brenton Horne <brentonhorne77 at gmail dot com>
+# Contributor: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
#######################################################################
# CAVEAT LECTOR
@@ -39,7 +40,7 @@ DOCS_PDF= # Generate and install pdf documentation.
_pkgname=('emacs-git')
pkgname=("$_pkgname-gtk2" "$_pkgname-docs")
-pkgver=25.1.r1
+pkgver=25.1.r1887
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -119,7 +120,7 @@ build() {
}
package_emacs-git-gtk2() {
- pkgdesc="GNU Emacs, the extensible self-documenting text editor — built from git sources."
+ pkgdesc="GNU Emacs, the extensible self-documenting text editor — built from git sources. WARNING: emacs's git repository is 1.25 GB in size!"
depends=('gpm' 'giflib' 'm17n-lib' 'desktop-file-utils' 'alsa-lib' 'imagemagick' 'gtk2')
conflicts=('emacs' 'emacs-git')
provides=('emacs')
@@ -146,7 +147,7 @@ package_emacs-git-gtk2() {
}
package_emacs-git-docs() {
- pkgdesc="GNU Emacs, built from git sources — HTML and PDF documentation package."
+ pkgdesc="GNU Emacs, built from git sources — HTML and PDF documentation package. WARNING: the emacs git repo is 1.25 GB in size!"
makedepends+=('texlive-core')
provides=('emacs-docs')
conflicts=('emacs-docs')