summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-05-01 17:35:10 +0200
committerhaawda2017-05-01 17:35:10 +0200
commite7ff12a7f37fe4c01602fdd1840c7f4ab87c98ec (patch)
tree5cfee49f4df147faef491c389bdd8b9248a1f5e0
parent43817d6ad830800257ae560daa78761b49118ea9 (diff)
downloadaur-e7ff12a7f37fe4c01602fdd1840c7f4ab87c98ec.tar.gz
dont gzip dash.info, makepkg does so anyway
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fbc5e2fdaf..6d6a5e7fdd57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Feb 1 07:20:58 UTC 2017
pkgbase = emacs-dash
pkgdesc = A modern list API for Emacs
pkgver = 2.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/magnars/dash.el
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9e08045df14d..f9ff1a3ff290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: ebiadsu
+# Contributor: ebiadsu
# Previous Maintainer: holos
# Contributor: Sebastien Duthil <duthils@free.fr>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-dash
pkgver=2.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='A modern list API for Emacs'
arch=('any')
url="https://github.com/magnars/dash.el"
@@ -26,6 +27,5 @@ package() {
"$pkgdir"/usr/share/emacs/site-lisp/dash
gzip "$pkgdir"/usr/share/emacs/site-lisp/dash/*.el
install -Dm644 dash.info "$pkgdir"/usr/share/info/dash.info
- gzip "$pkgdir"/usr/share/info/dash.info
}