summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-03-15 23:33:49 +0100
committerMichal Wojdyla2024-03-15 23:33:49 +0100
commitd97f3cdec63fce7070f7ed049ea279f43def9584 (patch)
tree8c4d22a302a255d150d95465eaffd6c65ff4b601
parent8bf941dc7f0102f8212c5dfc21a5f47267e96a53 (diff)
downloadaur-emacs-apache-mode.tar.gz
update hashes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7de52329840b..1fc8ee32bdab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = emacs-apache-mode
pkgdesc = A major mode for editing apache config files with emacs
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.emacswiki.org/cgi-bin/wiki/apache-mode.el
install = emacs-apache-mode.install
arch = any
license = GPL
depends = emacs
source = http://www.emacswiki.org/cgi-bin/wiki/download/apache-mode.el
- md5sums = 0162d6f7fc33467948415006e5c4e323
+ md5sums = 881c87994e495588b056769e98048962
pkgname = emacs-apache-mode
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f35b7990025..f2a0058d3d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Jonathan Wiersma <archaur AT jon DOT org>
+# Maintainer:
# Contributor: Jonathan Wiersma <archaur AT jon DOT org>
# Contributor: Karl Chen <quarl@nospam.quarl.org>
# Contributor: Jonathan Marten <jonathan.marten@uk.sun.com>
pkgname=emacs-apache-mode
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="A major mode for editing apache config files with emacs"
arch=('any')
url="http://www.emacswiki.org/cgi-bin/wiki/apache-mode.el"
@@ -18,4 +18,4 @@ package() {
install -D -m644 "${srcdir}"/apache-mode.el "${pkgdir}/usr/share/emacs/site-lisp/apache-mode.el" || return 1
}
-md5sums=('0162d6f7fc33467948415006e5c4e323')
+md5sums=('881c87994e495588b056769e98048962')