summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-12-11 20:11:33 +0100
committerStefan Husmann2015-12-11 20:11:33 +0100
commitdad0471c98bcf62d536b8b96f1665dbe1f4eceef (patch)
tree71284217cdcb927a58ca447314cd3982c069daf7
parent031a3e04511996d42aa98bfcbd035f8bb5ba4124 (diff)
downloadaur-dad0471c98bcf62d536b8b96f1665dbe1f4eceef.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bbb18c16817..5859b3e1e9ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Dec 11 19:11:32 UTC 2015
pkgbase = emacs-ess
pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis
- pkgver = 15.09.1
+ pkgver = 15.09.2
pkgrel = 1
url = http://ess.r-project.org/
install = ess.install
@@ -11,8 +13,8 @@ pkgbase = emacs-ess
provides = ess
replaces = ess
options = !makeflags
- source = http://ess.r-project.org/downloads/ess/ess-15.09-1.tgz
- md5sums = 24a0007e36161904700a754698d0c52a
+ source = http://ess.r-project.org/downloads/ess/ess-15.09-2.tgz
+ md5sums = ad76c0f4494216135555c34d190dc096
pkgname = emacs-ess
diff --git a/PKGBUILD b/PKGBUILD
index 8afe3a83e982..b9cb908d0b08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=emacs-ess
-pkgver=15.09.1
-_pkgver=15.09-1
+pkgver=15.09.2
+_pkgver=15.09-2
pkgrel=1
pkgdesc="Emacs Speaks Statistics: A Universal Interface for Statistical Analysis"
url="http://ess.r-project.org/"
@@ -12,7 +12,7 @@ replaces=('ess')
provides=('ess')
install=ess.install
source=("http://ess.r-project.org/downloads/ess/ess-${_pkgver}.tgz")
-md5sums=('24a0007e36161904700a754698d0c52a')
+md5sums=('ad76c0f4494216135555c34d190dc096')
options=('!makeflags')
build() {