summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d98adc2c759a..ae2fdaebccd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = emacs-ess
pkgdesc = Emacs Speaks Statistics: A Universal Interface for Statistical Analysis
pkgver = 16.10
- pkgrel = 1
+ pkgrel = 2
url = http://ess.r-project.org/
install = ess.install
arch = any
license = GPL
+ makedepends = wget
depends = emacs
depends = r
provides = ess
diff --git a/PKGBUILD b/PKGBUILD
index df5a82532593..2e3a89df9aee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Stefan Husmann <Stefan-Husmann@t-online.de>
pkgname=emacs-ess
pkgver=16.10
-pkgrel=1
+pkgrel=2
pkgdesc="Emacs Speaks Statistics: A Universal Interface for Statistical Analysis"
url="http://ess.r-project.org/"
arch=('any')
license=('GPL')
depends=('emacs' 'r')
+makedepends=('wget')
replaces=('ess')
provides=('ess')
install=ess.install