summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-01-31 10:05:32 +0100
committerMartin Diehl2023-01-31 10:05:32 +0100
commit28f6b056b6d7a6d9325b871cf434ea0c67734976 (patch)
tree89f8a9c61a15e53c8cc621ba71e5140843ca613d
parent698cbd645e958b317e03b7d8db5ab7a527c6b133 (diff)
downloadaur-28f6b056b6d7a6d9325b871cf434ea0c67734976.tar.gz
obvious, but should be there
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebac1a192842..623e186e85af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-pycifrw
pkgdesc = CIF/STAR file support for Python
pkgver = 4.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://bitbucket.org/jamesrhester/pycifrw
arch = any
license = Python-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = python
source = https://files.pythonhosted.org/packages/source/P/PyCifRW/PyCifRW-4.4.5.tar.gz
sha512sums = f1484789fc9f32b7fc9f2c0ab176992a571e4c5bf8d7794e0f1c1c0a7d1c8271133f0775d17b2bf47984d5c41d9c3f0ff70ef2df19525c0655bcabdb974c8b0e
diff --git a/PKGBUILD b/PKGBUILD
index 13d8aa1a5b21..6008c5af01e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Ross Whitfield <whitfieldre@ornl.gov>
pkgver=4.4.5
-pkgrel=2
+pkgrel=3
pkgname='python-pycifrw'
_name='PyCifRW'
pkgdesc='CIF/STAR file support for Python'
arch=('any')
url='https://bitbucket.org/jamesrhester/pycifrw'
license=('Python-2.0')
+depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha512sums=('f1484789fc9f32b7fc9f2c0ab176992a571e4c5bf8d7794e0f1c1c0a7d1c8271133f0775d17b2bf47984d5c41d9c3f0ff70ef2df19525c0655bcabdb974c8b0e')