diff options
author | Tomasz Zok | 2023-10-26 09:09:13 +0200 |
---|---|---|
committer | Tomasz Zok | 2023-10-26 09:09:13 +0200 |
commit | a766c4cb6c6af78472550644baca951f7f1f3129 (patch) | |
tree | 1279b80f14b5bdc4ff05e46189d04d64cce6b786 /.SRCINFO | |
parent | c7738fbd416ad0cf71fede11845332f79d37f3dc (diff) | |
download | aur-a766c4cb6c6af78472550644baca951f7f1f3129.tar.gz |
Fix makedepends
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,10 +1,12 @@ pkgbase = python-mmcif pkgdesc = mmCIF Core Access Library pkgver = 0.81 - pkgrel = 1 + pkgrel = 2 url = http://mmcif.wwpdb.org arch = x86_64 license = Apache + makedepends = cmake + makedepends = pybind11 depends = python depends = python-future depends = python-six |