diff options
author | Eric Berquist | 2023-06-24 14:49:00 -0400 |
---|---|---|
committer | Eric Berquist | 2023-06-24 14:49:00 -0400 |
commit | 77ebe24795a7f678445de393bf2e75a4eff9fceb (patch) | |
tree | 8696f02b3aba16fdd77911ee5c9fa80f5c366a56 | |
parent | 32f68dd9aac8089bc6291036aa85fccedf026e1f (diff) | |
download | aur-psi3-bin.tar.gz |
new Debian release
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 6 |
3 files changed, 7 insertions, 9 deletions
@@ -1,9 +1,7 @@ -# Generated by mksrcinfo v8 -# 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 = 2 + pkgrel = 3 url = https://sourceforge.net/projects/psicode/ arch = x86_64 license = GPL2 @@ -14,8 +12,7 @@ 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+b2_amd64.deb - sha256sums = b2e5ad439d2598f57927378b8ab19a2aa27a8a18c75fa74386443a4677f0a23d + source = http://ftp.us.debian.org/debian/pool/main/p/psicode/psi3_3.4.0-6+b3_amd64.deb + sha256sums = 5e519e7e715817f6666250c1b24365a7441d9b43041a566f8b4ef1a942a5b92a pkgname = psi3-bin - diff --git a/.gitignore b/.gitignore index b32e95368c05..2d71dfa12b48 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ pkg/ src/ *.xz +*.zst # source files *.deb @@ -3,8 +3,8 @@ _pkgname=psi3 pkgname=${_pkgname}-bin pkgver=3.4.0.6 -_pkgver=3.4.0-6+b2 -pkgrel=2 +_pkgver=3.4.0-6+b3 +pkgrel=3 pkgdesc="An open-source program for computing molecular properties using high-accuracy, ab initio, quantum mechanical models. (Debian binary build)" arch=("x86_64") url="https://sourceforge.net/projects/psicode/" @@ -14,7 +14,7 @@ provides=("${_pkgname}") conflicts=("${_pkgname}") options=("!strip" "libtool" "staticlibs") source=("http://ftp.us.debian.org/debian/pool/main/p/psicode/${_pkgname}_${_pkgver}_amd64.deb") -sha256sums=('b2e5ad439d2598f57927378b8ab19a2aa27a8a18c75fa74386443a4677f0a23d') +sha256sums=('5e519e7e715817f6666250c1b24365a7441d9b43041a566f8b4ef1a942a5b92a') package() { msg2 "Extracting the data.tar.xz..." |