summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce613df67cd..5635a56f8685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = chimerax
pkgdesc = UCSF ChimeraX (or simply ChimeraX) is the next-generation molecular visualization program from the Resource for Biocomputing, Visualization, and Informatics (RBVI), following UCSF Chimera.
pkgver = 1.5
- pkgrel = 2
+ pkgrel = 3
url = https://www.cgl.ucsf.edu/chimerax/
arch = x86_64
license = custom
depends = libffi6
+ depends = libxcrypt-compat
options = !strip
source = LICENSE
sha256sums = 4361604379b11e73ad942144ef84aaf479815f80265f98fed9879f3c82e3aa8d
diff --git a/PKGBUILD b/PKGBUILD
index e838b41609d5..8051727a617f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Inspired by PKGBUILD of ucsf-chimera
pkgname=chimerax
pkgver=1.5
-pkgrel=2
+pkgrel=3
pkgdesc="UCSF ChimeraX (or simply ChimeraX) is the next-generation molecular visualization program from the Resource for Biocomputing, Visualization, and Informatics (RBVI), following UCSF Chimera."
arch=(x86_64)
url="https://www.cgl.ucsf.edu/chimerax/"
license=(custom)
-depends=(libffi6)
+depends=(libffi6 libxcrypt-compat)
options=(!strip)
source=(LICENSE)
sha256sums=('4361604379b11e73ad942144ef84aaf479815f80265f98fed9879f3c82e3aa8d')