summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-05-07 22:00:40 +0200
committerStefan Husmann2016-05-07 22:00:40 +0200
commite9c6c83209da86c50ef16f31119bcfb7b30eec23 (patch)
tree86595b40f1890dd281adc3bac688c0e4c6c3facf
parentdad0471c98bcf62d536b8b96f1665dbe1f4eceef (diff)
downloadaur-e9c6c83209da86c50ef16f31119bcfb7b30eec23.tar.gz
update with modified install file
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5859b3e1e9ba..ecf534f67730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 19:11:32 UTC 2015
+# Sat May 7 20:00:40 UTC 2016
pkgbase = emacs-ess
pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis
- pkgver = 15.09.2
+ pkgver = 16.04
pkgrel = 1
url = http://ess.r-project.org/
install = ess.install
@@ -13,8 +13,8 @@ pkgbase = emacs-ess
provides = ess
replaces = ess
options = !makeflags
- source = http://ess.r-project.org/downloads/ess/ess-15.09-2.tgz
- md5sums = ad76c0f4494216135555c34d190dc096
+ source = http://ess.r-project.org/downloads/ess/ess-16.04.tgz
+ md5sums = d68f92b30261a8b51a56f5c20424d922
pkgname = emacs-ess
diff --git a/PKGBUILD b/PKGBUILD
index b9cb908d0b08..6d2744cf3123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=emacs-ess
-pkgver=15.09.2
-_pkgver=15.09-2
+pkgver=16.04
+_pkgver=16.04
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=('ad76c0f4494216135555c34d190dc096')
+md5sums=('d68f92b30261a8b51a56f5c20424d922')
options=('!makeflags')
build() {