summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2018-05-11 22:35:56 -0400
committerEric Berquist2018-05-11 22:35:56 -0400
commitaf2c3a841c27a7c3646ed4c54ed55158d7b740a3 (patch)
tree3834b8b6722e50646cf5db0c3372b845e1ab2697
parent1f29973d59de62b7b39bbe9e2caa9fa2bff7a02c (diff)
downloadaur-python-pyquante2-git.tar.gz
Forgot pkgbase
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334d25bbfbee..cc74a5c16e2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 20:13:46 UTC 2016
+# Sat May 12 02:35:40 UTC 2018
pkgbase = python-pyquante2-git
- pkgdesc = Python Quantum Chemistry Reloaded. This is a rewrite of the standard PyQuante program to clean up things that have been nagging me.
- pkgver = r469.91a352b
+ pkgdesc = Python Quantum Chemistry Reloaded. This is a rewrite of the standard PyQuante program to clean up things that have been nagging me. (git version)
+ pkgver = r548.4b05475
pkgrel = 1
url = https://github.com/rpmuller/pyquante2
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 365fb8ecb633..6fe4bfb47264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Eric Berquist <eric DOT berquist AT gmail DOT com>
_name=pyquante2
+pkgbase=python-${_name}-git
pkgname=(python-${_name}-git python2-${_name}-git)
-pkgver=r469.91a352b
+pkgver=r548.4b05475
pkgrel=1
-pkgdesc="Python Quantum Chemistry Reloaded. This is a rewrite of the standard PyQuante program to clean up things that have been nagging me."
+pkgdesc="Python Quantum Chemistry Reloaded. This is a rewrite of the standard PyQuante program to clean up things that have been nagging me. (git version)"
arch=("i686" "x86_64")
url="https://github.com/rpmuller/${_name}"
license=("BSD")