summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56e24c988bf..50ea51a99649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,10 @@
pkgbase = gausssum
pkgdesc = A Program for getting results of Gaussian and GAMESS
pkgver = 3.0.2
- pkgrel = 1
+ pkgrel = 2
url = http://gausssum.sourceforge.net
- install = gausssum.install
arch = any
license = GPL
- depends = tcl
- depends = tk
depends = gnuplot
depends = python-numpy
depends = python-matplotlib
diff --git a/PKGBUILD b/PKGBUILD
index 67aedb49f2d4..04eec3d2dd6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
# Contributor: Xyne <xyne at archlinux dot us>
pkgname=gausssum
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Program for getting results of Gaussian and GAMESS"
-depends=('tcl' 'tk' 'gnuplot' 'python-numpy' 'python-matplotlib' 'python-cclib')
+depends=('gnuplot' 'python-numpy' 'python-matplotlib' 'python-cclib')
arch=('any')
license=('GPL')
url="http://gausssum.sourceforge.net"
source=(http://prdownloads.sourceforge.net/gausssum/GaussSum-${pkgver}.tar.gz)
sha1sums=('5ca1761ac8d306354a25990da6207b23100f229c')
-install=gausssum.install
package() {
#Create required directories