summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-11-13 23:05:26 +0100
committerhaawda2017-11-13 23:05:26 +0100
commit55d16f435ef772c89c97d0c27f5ce7b3c6ec8543 (patch)
tree237e2d2d01599909636d8b24bf5ffd853061f338
parentffa2e30f3b0dde2f4445f717b72153bfb0bf48c5 (diff)
downloadaur-55d16f435ef772c89c97d0c27f5ce7b3c6ec8543.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2fdaebccd8..a19781b5a20e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-ess
pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis
- pkgver = 16.10
- pkgrel = 2
+ pkgver = 17.11
+ pkgrel = 1
url = http://ess.r-project.org/
install = ess.install
arch = any
@@ -12,8 +12,8 @@ pkgbase = emacs-ess
provides = ess
replaces = ess
options = !makeflags
- source = http://ess.r-project.org/downloads/ess/ess-16.10.tgz
- md5sums = e6472605e5f1cbb54e6bc000bca62939
+ source = http://ess.r-project.org/downloads/ess/ess-17.11.tgz
+ md5sums = 26cbbd358334ab6d480a5dcf3b3665dd
pkgname = emacs-ess
diff --git a/PKGBUILD b/PKGBUILD
index 2e3a89df9aee..6bc2f07f678f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=emacs-ess
-pkgver=16.10
-pkgrel=2
+pkgver=17.11
+pkgrel=1
pkgdesc="Emacs Speaks Statistics: A Universal Interface for Statistical Analysis"
url="http://ess.r-project.org/"
arch=('any')
@@ -12,7 +12,7 @@ replaces=('ess')
provides=('ess')
install=ess.install
source=("http://ess.r-project.org/downloads/ess/ess-${pkgver}.tgz")
-md5sums=('e6472605e5f1cbb54e6bc000bca62939')
+md5sums=('26cbbd358334ab6d480a5dcf3b3665dd')
options=('!makeflags')
build() {