summaryrefslogtreecommitdiff
path: root/pcr/emacs-elib/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/emacs-elib/PKGBUILD')
-rw-r--r--pcr/emacs-elib/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/pcr/emacs-elib/PKGBUILD b/pcr/emacs-elib/PKGBUILD
index 8e58112d5..970a040b0 100644
--- a/pcr/emacs-elib/PKGBUILD
+++ b/pcr/emacs-elib/PKGBUILD
@@ -2,10 +2,13 @@
# Contributor (Arch): Stefan Husmann <stefan-husmann@t-online.de>
# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
+# parabola changes and rationale:
+# - upstream pkgbuild is gone, but we keep maintaining this.
+
pkgname=emacs-elib
_pkgname=elib
pkgver=1.0
-pkgrel=4.1
+pkgrel=4.2
pkgdesc="The Emacs Lisp library"
arch=('any')
url="http://jdee.sourceforge.net/"
@@ -45,4 +48,4 @@ package() {
install -d $pkgdir/usr/share/{info,emacs/site-lisp/elib}
make prefix=$pkgdir/usr install
find $pkgdir -name dir -exec rm '{}' \;
-} \ No newline at end of file
+}