summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45924ff9b930..8fd57abf390f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = wxmacmolplt
pkgdesc = An open-source gui for preparing, submitting and visualizing input and output for the GAMESS quantum chemistry package.
- pkgver = 7.7
+ pkgver = 7.7.1
pkgrel = 1
url = https://brettbode.github.io/wxmacmolplt/
- arch = i686
arch = x86_64
license = GPL2
- depends = wxgtk
+ depends = wxgtk2
depends = glew
- source = https://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz
- sha1sums = dfcfaf2285f43d03e41349a566d501bcea582a75
+ source = https://uofi.box.com/shared/static/k9n011zbgato5ravmpozq9xekh8udmcn.gz
+ sha256sums = 827d96a105f4faa78c9f99ad9d996e2d01077208f1db0d098ffcefefccb5808d
pkgname = wxmacmolplt
-
diff --git a/PKGBUILD b/PKGBUILD
index cb2c183cf68c..12201828230a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=wxmacmolplt
-pkgver=7.7
+pkgver=7.7.1
pkgrel=1
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://uofi.box.com/shared/static/7pzccnku3uv0mmf6il6yiqghf4b34lc7.gz)
+arch=(x86_64)
+depends=('wxgtk2' 'glew')
+source=(https://uofi.box.com/shared/static/k9n011zbgato5ravmpozq9xekh8udmcn.gz)
-sha1sums=('dfcfaf2285f43d03e41349a566d501bcea582a75')
+sha256sums=('827d96a105f4faa78c9f99ad9d996e2d01077208f1db0d098ffcefefccb5808d')
build() {
cd "$srcdir/$pkgname-$pkgver"