summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Kotta2019-04-26 10:47:33 -0500
committerJonathan Kotta2019-04-26 10:47:33 -0500
commit892f8660aeceb156499a3fd4ed3123b576bd9305 (patch)
tree39b4086f56dad410a6d2819046daa2ec9d368bf4 /PKGBUILD
parent81f0620d353ba320b7a63ee242986c16f52a9170 (diff)
downloadaur-892f8660aeceb156499a3fd4ed3123b576bd9305.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16af789a703d..d85a50969586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Based on emacs from [extra] and emacs-bzr from the AUR
pkgname=emacs-lucid
-pkgver=26.1
+pkgver=26.2
_pkgver_major=${pkgver/.*}
-pkgrel=2
+pkgrel=1
pkgdesc="The extensible, customizable, self-documenting real-time display editor (Lucid toolkit version)"
arch=('x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -20,7 +20,7 @@ validpgpkeys=('B29426DEFB07724C3C35E5D36592E9A3A0B0F199'
_source_url_prefix="ftp://ftp.gnu.org/gnu/emacs"
source=(${_source_url_prefix}/emacs-$pkgver.tar.xz
${_source_url_prefix}/emacs-$pkgver.tar.xz.sig)
-md5sums=('649ec46965a8b842bdb2cbf7764c2a9a'
+md5sums=('02ba7003f14957529bcd05cfc3ebb754'
'SKIP')
build() {