summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhamki2021-06-29 17:40:37 +0800
committerhamki2021-06-29 17:40:37 +0800
commitb519ba39339ad49c06d99090825acafb967d0cab (patch)
treed439f9f47bee69bd819b4d824cda39baad058d36 /PKGBUILD
parent0835d1978e12d2d53c803090c058f3c9e2fcf452 (diff)
downloadaur-emacs-dash-git.tar.gz
dash-git update to 2.18.1.r17.g88d7995 and add .gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ba606555039..3cadf5072add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Maintainer: hamki <hamki.do2000@gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: sballert <sballert@posteo.de>
_gituser="magnars"
_gitrepo="dash.el"
pkgname=emacs-dash-git
-pkgver=2.17.0
+pkgver=2.18.1.r17.g88d7995
pkgrel=1
pkgdesc='A modern list API for Emacs, checked out from git master'
arch=('any')
@@ -32,5 +33,4 @@ package() {
cd "${_gitrepo}"
install -d "$pkgdir"/usr/share/emacs/site-lisp
install -Dm644 dash{,-functional}.{el,elc} "$pkgdir"/usr/share/emacs/site-lisp
- install -Dm644 dash.info "$pkgdir"/usr/share/info/dash.info
}