summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-05-22 18:05:58 +0200
committerHector Mtz-Seara2017-05-22 18:05:58 +0200
commit388b821c6871b5f1751f9c8c6ceb43c2ce8d7fa4 (patch)
tree386aa1a34037d954d8a65dcce4b75d570f024aca
parent5a747f8fa92be87b1c3c967a681974f2833cd38c (diff)
downloadaur-388b821c6871b5f1751f9c8c6ceb43c2ce8d7fa4.tar.gz
Updated to v7.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37421446871b..45924ff9b930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = wxmacmolplt
- pkgdesc = A moder graphics program for plotting 3-D molecular structures and normal modes
- pkgver = 7.6
+ pkgdesc = An open-source gui for preparing, submitting and visualizing input and output for the GAMESS quantum chemistry package.
+ pkgver = 7.7
pkgrel = 1
- url = http://www.scl.ameslab.gov/MacMolPlt/
+ url = https://brettbode.github.io/wxmacmolplt/
arch = i686
arch = x86_64
license = GPL2
depends = wxgtk
depends = glew
- source = https://bintray.com/artifact/download/brettbode/generic/wxmacmolplt-7.6.tar.gz
- sha1sums = 9794f294736c8f61cf3c73c2fb7bfb56dae040d9
+ source = https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz
+ sha1sums = dfcfaf2285f43d03e41349a566d501bcea582a75
pkgname = wxmacmolplt
diff --git a/PKGBUILD b/PKGBUILD
index 4d8d7c5b040e..cb2c183cf68c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=wxmacmolplt
-pkgver=7.6
+pkgver=7.7
pkgrel=1
-pkgdesc="A moder graphics program for plotting 3-D molecular structures and normal modes"
-url="http://www.scl.ameslab.gov/MacMolPlt/"
+pkgdesc="An open-source gui for preparing, submitting and visualizing input and output for the GAMESS quantum chemistry package."
+url="https://brettbode.github.io/wxmacmolplt/"
license=("GPL2")
arch=(i686 x86_64)
depends=('wxgtk' 'glew')
-source=(https://bintray.com/artifact/download/brettbode/generic/$pkgname-$pkgver.tar.gz)
+source=(https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz)
-sha1sums=('9794f294736c8f61cf3c73c2fb7bfb56dae040d9')
+sha1sums=('dfcfaf2285f43d03e41349a566d501bcea582a75')
build() {
cd "$srcdir/$pkgname-$pkgver"