summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton2019-05-27 15:10:27 +0300
committerAnton2019-05-27 15:11:28 +0300
commit6180d2dad589c76b2dfa46f1d087318f9e023c5a (patch)
tree7877ca10751c1eda64121f27531e45fb1093d4a8
parent4496722a7af395dd6cab89d55e160156f27f32b5 (diff)
downloadaur-6180d2dad589c76b2dfa46f1d087318f9e023c5a.tar.gz
Fix the checksum of config.sh
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58b6f3b6a65e..19b5897e93fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nwchem
pkgdesc = Ab initio computational chemistry software package
pkgver = 6.8.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.nwchem-sw.org/index.php/Main_Page
install = nwchem.install
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = nwchem
source = config.sh
source = nwchemrc
sha256sums = ea3cf029d578729fe61041dcb63fa8d5a2d012b662c4f026d1fa22ef10401bf5
- sha256sums = 7f3d791d31fc0bb734bb18d27773f317e6dc96a4ca8e4c7d026b09951f46e379
+ sha256sums = d0af34392385eaecf9dd08b9b49b9a0fbbed65c4c7945da5915293f620e9a08c
sha256sums = d63fdfc44a8f44419748e029d031c91716635ac4f062cd835014cde04677b90f
pkgname = nwchem
diff --git a/PKGBUILD b/PKGBUILD
index 2d77c0ee9be2..17d2978d8cd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nwchem
pkgver=6.8.1
-pkgrel=3
+pkgrel=4
pkgdesc="Ab initio computational chemistry software package"
arch=('x86_64')
url="http://www.nwchem-sw.org/index.php/Main_Page"
@@ -16,7 +16,7 @@ source=("https://github.com/nwchemgit/$pkgname/archive/$pkgver-release.tar.gz"
"config.sh"
"nwchemrc")
sha256sums=('ea3cf029d578729fe61041dcb63fa8d5a2d012b662c4f026d1fa22ef10401bf5'
- '7f3d791d31fc0bb734bb18d27773f317e6dc96a4ca8e4c7d026b09951f46e379'
+ 'd0af34392385eaecf9dd08b9b49b9a0fbbed65c4c7945da5915293f620e9a08c'
'd63fdfc44a8f44419748e029d031c91716635ac4f062cd835014cde04677b90f')
prepare(){