summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2016-10-02 10:24:13 -0400
committerEric Berquist2016-10-02 10:24:13 -0400
commitfd5d570bd967d95cef32787c12e0240b15b92d9e (patch)
tree28c634a2049a2df617fa02e7748898f4d59ab05f
parent549fe75ebf542197403b502fd6e5e74bdc573865 (diff)
downloadaur-fd5d570bd967d95cef32787c12e0240b15b92d9e.tar.gz
New Debian build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c3770a05ea..eea5c2d584ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 16:45:35 UTC 2016
+# Sun Oct 2 14:22:15 UTC 2016
pkgbase = nwchem-bin
pkgdesc = Open Source High-Performance Computational Chemistry (Debian binary build)
pkgver = 6.6.r27746.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.nwchem-sw.org
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = nwchem-bin
options = !strip
options = libtool
options = staticlibs
- source = http://ftp.us.debian.org/debian/pool/main/n/nwchem/nwchem_6.6+r27746-2_.deb
+ source = http://ftp.us.debian.org/debian/pool/main/n/nwchem/nwchem_6.6+r27746-2+b1_.deb
pkgname = nwchem-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20b084c95624..0d35554e4d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=nwchem
pkgname=${_pkgname}-bin
pkgver=6.6.r27746.2
-_pkgver=6.6+r27746-2
-pkgrel=1
+_pkgver=6.6+r27746-2+b1
+pkgrel=2
pkgdesc="Open Source High-Performance Computational Chemistry (Debian binary build)"
arch=("i686" "x86_64")
url="http://www.nwchem-sw.org"
@@ -16,11 +16,11 @@ options=("!strip" "libtool" "staticlibs")
case "${CARCH}" in
"i686")
_arch='i386'
- _sha256sum='1b19f6e6ac88b093698bff41aed898fee8ff4f31af908d4c396a70b95504336d'
+ _sha256sum='fa072e9dba383bafaeafb5cfcf38f4fcf5d945760275be334e29941d75d837a3'
;;
"x86_64")
_arch='amd64'
- _sha256sum='aa5b19b249a261797dca8a8b8c8b4c99fa991b79a330df5399252379197ca745'
+ _sha256sum='e90a6b1ae559867c62fb947f4567a93b3f1de9a6e1a8934228032dd6c1b1bdf6'
;;
esac
source=("http://ftp.us.debian.org/debian/pool/main/n/nwchem/nwchem_${_pkgver}_${_arch}.deb")