summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Araya Navarro2015-12-13 00:11:07 -0600
committerJorge Araya Navarro2015-12-13 00:11:07 -0600
commitc71dcfad7b6194532d58d47991afeb6e48ccd3df (patch)
tree76a37a8fb2e005785720878655c53821e2ff80a5
parent9f130407996a8565258dc8adacb828d8c4888d24 (diff)
downloadaur-c71dcfad7b6194532d58d47991afeb6e48ccd3df.tar.gz
Minor changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
-rw-r--r--dircategory.patch16
3 files changed, 26 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f763ac7f6ac..1f9cefaf1306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = elisp-es
pkgdesc = An introduction to Emacs lisp (Spanish translation)
pkgver = 20091212
- pkgrel = 5
+ pkgrel = 6
url = https://savannah.nongnu.org/git/?group=elisp-es
arch = any
license = GPL
makedepends = texinfo
source = http://hg.savannah.gnu.org/hgweb/elisp-es/archive/1e8e9d693256.tar.gz
+ source = dircategory.patch
md5sums = 6725111113858ec9a7f79923ad691585
+ md5sums = d235e09260336f73f530a9e94bde858e
pkgname = elisp-es
diff --git a/PKGBUILD b/PKGBUILD
index 16bcd4dc1f1c..3af2c03d2c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,20 @@
pkgname=elisp-es
pkgver=20091212
_pkgver=1e8e9d693256
-pkgrel=5
+pkgrel=6
pkgdesc="An introduction to Emacs lisp (Spanish translation)"
arch=('any')
url="https://savannah.nongnu.org/git/?group=elisp-es"
license=('GPL')
makedepends=('texinfo')
-source=(http://hg.savannah.gnu.org/hgweb/$pkgname/archive/$_pkgver.tar.gz)
-md5sums=('6725111113858ec9a7f79923ad691585')
+source=(http://hg.savannah.gnu.org/hgweb/$pkgname/archive/$_pkgver.tar.gz
+ dircategory.patch)
+md5sums=('6725111113858ec9a7f79923ad691585'
+ 'd235e09260336f73f530a9e94bde858e')
prepare() {
- cd "$srcdir/$pkgname-$_pkgver"
- sed -i 's/* Emacs Lisp Intro: (eintr)./* Introducción a Emacs lisp: (eintr-es)./g' emacs-lisp-intro-es.texi
+ cd "$srcdir/"
+ patch -p1 -i dircategory.patch
}
build() {
diff --git a/dircategory.patch b/dircategory.patch
new file mode 100644
index 000000000000..f41821225e99
--- /dev/null
+++ b/dircategory.patch
@@ -0,0 +1,16 @@
+diff -c a/elisp-es-1e8e9d693256/emacs-lisp-intro-es.texi b/elisp-es-1e8e9d693256/emacs-lisp-intro-es.texi
+--- a/elisp-es-1e8e9d693256/emacs-lisp-intro-es.texi 2015-12-12 23:55:13.000000000 -0600
++++ b/elisp-es-1e8e9d693256/emacs-lisp-intro-es.texi 2015-12-12 23:56:28.000000000 -0600
+@@ -229,9 +229,7 @@
+ @c @end direntry
+ @dircategory Emacs
+ @direntry
+-* Emacs Lisp Intro: (eintr).
+- Una Introducción sencilla a la programación en
+-Emacs Lisp.
++* Introducción a Emacs lisp: (eintr-es). Una Introducción sencilla a la programación en Emacs Lisp.
+ @end direntry
+
+
+
+Diff finished. Sat Dec 12 23:56:52 2015