summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97ee53c552d9..19278fd7375e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = shcrt-git
pkgdesc = Replace proprietary SecureCRT software with a Bash script that parses its configs
- pkgver = r36.f1ff4b3
+ pkgver = r43.2468473
pkgrel = 1
url = https://github.com/Depau/shcrt
arch = any
@@ -8,11 +8,10 @@ pkgbase = shcrt-git
depends = bash
depends = easybashgui
depends = python
- depends = python-pycrypto
+ depends = python-pycryptodome
provides = shcrt
conflicts = shcrt
source = shcrt::git+https://github.com/Depau/shcrt.git
sha256sums = SKIP
pkgname = shcrt-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ace897f5ccb..7ca909052f1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=shcrt
pkgname=$_pkgname-git
-pkgver=r36.f1ff4b3
+pkgver=r43.2468473
pkgrel=1
pkgdesc="Replace proprietary SecureCRT software with a Bash script that parses its configs"
arch=('any')
-depends=('bash' 'easybashgui' 'python' 'python-pycrypto')
+depends=('bash' 'easybashgui' 'python' 'python-pycryptodome')
url="https://github.com/Depau/shcrt"
license=('GPL3')
source=(${_pkgname}::git+https://github.com/Depau/shcrt.git)