diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-02 15:49:22 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-02 15:49:22 +0100 |
commit | 1f375468f048c7ff83fd5329fe0fa6f224316e6f (patch) | |
tree | 21f2796401d6f536964d956c5885cab6b050e9fe /pcr/emacs-elib | |
parent | 1492186a9b3dabc0c98c01c126330be9f53026cd (diff) | |
download | abslibre-1f375468f048c7ff83fd5329fe0fa6f224316e6f.tar.gz abslibre-1f375468f048c7ff83fd5329fe0fa6f224316e6f.tar.bz2 abslibre-1f375468f048c7ff83fd5329fe0fa6f224316e6f.zip |
pcr/emacs-elib: bumped pkgrel and rebuilt for arm
Diffstat (limited to 'pcr/emacs-elib')
-rw-r--r-- | pcr/emacs-elib/PKGBUILD | 7 |
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 +} |