summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Berquist2016-01-18 13:36:58 -0500
committerEric Berquist2016-01-18 13:36:58 -0500
commit86a1a759a71ebd859c2ffe6dd6d7f40f8f635b92 (patch)
tree163d776f4f09ff9438633304bf168fc1e792010d
parent94e0765076f50669a7328498f8e9a8db633abfc9 (diff)
downloadaur-86a1a759a71ebd859c2ffe6dd6d7f40f8f635b92.tar.gz
Update pkgver and add .gitignore
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 15 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 880d2b7b48aa..da0df5d4a63f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 18:36:20 UTC 2016
pkgbase = python-cclib
pkgdesc = A library for parsing and interpreting the results of computational chemistry packages.
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = http://cclib.github.io
arch = any
license = LGPL
- source = https://github.com/cclib/cclib/releases/download/v1.3.1/cclib-1.3.1.tar.gz
- sha256sums = 2a5270cc575008e618f485265e6e7a41c5072f8d9a89fc89e0eadd13933d69f1
+ source = https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.tar.gz
+ sha256sums = 5b7c14713b38ac5ac1c1819357c7fd72d83d26c9a8774a336f31ded52b7e7111
pkgname = python-cclib
depends = python
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..dec787d8c50e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# makepkg files
+pkg/
+src/
+*.xz
+
+# source files
+*.gz
+cclib/
diff --git a/PKGBUILD b/PKGBUILD
index 445b5a8a8f7e..32f1c0c6bd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_name="cclib"
pkgbase="python-${_name}"
pkgname=("python-${_name}" "python2-${_name}")
-pkgver="1.3.1"
+pkgver="1.3.2"
pkgrel="1"
pkgdesc="A library for parsing and interpreting the results of computational chemistry packages."
arch=("any")
url="http://cclib.github.io"
license=("LGPL")
source=("https://github.com/${_name}/${_name}/releases/download/v${pkgver}/cclib-${pkgver}.tar.gz")
-sha256sums=('2a5270cc575008e618f485265e6e7a41c5072f8d9a89fc89e0eadd13933d69f1')
+sha256sums=('5b7c14713b38ac5ac1c1819357c7fd72d83d26c9a8774a336f31ded52b7e7111')
package_python-cclib() {
depends=("python" "python-numpy")