summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2018-05-11 22:00:24 -0400
committerEric Berquist2018-05-11 22:00:24 -0400
commit32f68dd9aac8089bc6291036aa85fccedf026e1f (patch)
treed9ab38b26abacdfa7ee9b4588423bd1e166e5926
parent4c0c2cd80be0b82e9411853cbebd3f56bd5b5c03 (diff)
downloadaur-32f68dd9aac8089bc6291036aa85fccedf026e1f.tar.gz
Remove obsolete architecture.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD20
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718c506fa794..214ddc27fed8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 27 22:52:41 UTC 2016
+# Sat May 12 01:59:40 UTC 2018
pkgbase = psi3-bin
pkgdesc = An open-source program for computing molecular properties using high-accuracy, ab initio, quantum mechanical models. (Debian binary build)
pkgver = 3.4.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://sourceforge.net/projects/psicode/
- arch = i686
arch = x86_64
license = GPL2
depends = gcc-libs
@@ -15,7 +14,8 @@ pkgbase = psi3-bin
options = !strip
options = libtool
options = staticlibs
- source = http://ftp.us.debian.org/debian/pool/main/p/psicode/psi3_3.4.0-6_.deb
+ source = http://ftp.us.debian.org/debian/pool/main/p/psicode/psi3_3.4.0-6+b2_amd64.deb
+ sha256sums = b2e5ad439d2598f57927378b8ab19a2aa27a8a18c75fa74386443a4677f0a23d
pkgname = psi3-bin
diff --git a/PKGBUILD b/PKGBUILD
index 91ff5125153d..40a1cbc53af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,28 +3,18 @@
_pkgname=psi3
pkgname=${_pkgname}-bin
pkgver=3.4.0.6
-_pkgver=3.4.0-6
-pkgrel=1
+_pkgver=3.4.0-6+b2
+pkgrel=2
pkgdesc="An open-source program for computing molecular properties using high-accuracy, ab initio, quantum mechanical models. (Debian binary build)"
-arch=("i686" "x86_64")
+arch=("x86_64")
url="https://sourceforge.net/projects/psicode/"
license=("GPL2")
depends=("gcc-libs" "lapack")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=("!strip" "libtool" "staticlibs")
-case "${CARCH}" in
- "i686")
- _arch='i386'
- _sha256sum='825ccea23bad7cb7808c0f62d5041c64ac15d9cc8cbb6faefc858995e01340d2'
- ;;
- "x86_64")
- _arch='amd64'
- _sha256sum='174c245674c2e81326e66f4547c505305d10882fb9e5ae968dbe34924ab7316a'
- ;;
-esac
-source=("http://ftp.us.debian.org/debian/pool/main/p/psicode/${_pkgname}_${_pkgver}_${_arch}.deb")
-sha256sums=("${_sha256sum}")
+source=("http://ftp.us.debian.org/debian/pool/main/p/psicode/${_pkgname}_${_pkgver}_amd64.deb")
+sha256sums=('b2e5ad439d2598f57927378b8ab19a2aa27a8a18c75fa74386443a4677f0a23d')
package() {
msg2 "Extracting the data.tar.xz..."