summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-09 21:58:16 +0200
committerMichal Wojdyla2024-05-09 21:58:16 +0200
commit30bcae6fb9f00057cce762f7dfb8315a5fdcaab3 (patch)
tree520d4d04edc8baa5950fce4f410d0c792a5dbc08
parentd97f3cdec63fce7070f7ed049ea279f43def9584 (diff)
downloadaur-30bcae6fb9f00057cce762f7dfb8315a5fdcaab3.tar.gz
spdx license identifier
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc8ee32bdab..e9b4671c4838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = emacs-apache-mode
pkgdesc = A major mode for editing apache config files with emacs
pkgver = 2.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.emacswiki.org/cgi-bin/wiki/apache-mode.el
install = emacs-apache-mode.install
arch = any
- license = GPL
+ license = GPL-2.0-or-later
depends = emacs
source = http://www.emacswiki.org/cgi-bin/wiki/download/apache-mode.el
md5sums = 881c87994e495588b056769e98048962
diff --git a/PKGBUILD b/PKGBUILD
index f2a0058d3d35..47cdd5d0cc40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer:
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# 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=3
+pkgrel=4
pkgdesc="A major mode for editing apache config files with emacs"
arch=('any')
url="http://www.emacswiki.org/cgi-bin/wiki/apache-mode.el"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('emacs')
install=emacs-apache-mode.install
source=("http://www.emacswiki.org/cgi-bin/wiki/download/apache-mode.el")