summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaruman92022-03-05 12:33:23 +0300
committersaruman92022-03-05 12:33:23 +0300
commit9f486447359865673f2d51747485212f751abb0c (patch)
treea4c2c5312b8569dab69a9ecd07b2eb67389df3a6
parent56cf32e663330296a5f670e3a47795340e5785d9 (diff)
downloadaur-9f486447359865673f2d51747485212f751abb0c.tar.gz
Update version to 6.1.1096, change source link, remove ncurses5 dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f50627e0ca9..db0d7635c385 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = understand-bin
pkgdesc = Static analysis tool for maintaining, measuring & analyzing critical or large code bases.
- pkgver = 6.0.1050
+ pkgver = 6.1.1096
pkgrel = 1
url = https://scitools.com/
arch = x86_64
@@ -10,15 +10,14 @@ pkgbase = understand-bin
depends = libxcb
depends = libxdmcp
depends = libxext
- depends = ncurses5-compat-libs
depends = freetype2
+ depends = libxcrypt-compat
options = !strip
- source = http://builds.scitools.com/all_builds/b1050/Understand/Understand-6.0.1050-Linux-64bit.tgz
+ source = https://latest.scitools.com/Understand/Understand-6.1.1096-Linux-64bit.tgz
source = understand.desktop
source = understand
- sha256sums = 9e6750fceabb2524e84295d9e08b36015f615b3cbf8060c82a39b542ef319d64
+ sha256sums = c62967879954e83b55171c214a4d3068cfec95b4038789dd22b732d370811951
sha256sums = 8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9
sha256sums = 85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6
pkgname = understand-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index e5a62bdaf856..fb1f5f8b021a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
_pkgname=understand
pkgname=$_pkgname-bin
-_pkgbuild=1050
-pkgver=6.0.$_pkgbuild
+_pkgbuild=1096
+pkgver=6.1.$_pkgbuild
pkgrel=1
pkgdesc="Static analysis tool for maintaining, measuring & analyzing critical or large code bases."
arch=('x86_64')
url="https://scitools.com/"
license=('custom')
-depends=('libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'ncurses5-compat-libs' 'freetype2')
+depends=('libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'freetype2' 'libxcrypt-compat')
options=('!strip')
-source=("http://builds.scitools.com/all_builds/b$_pkgbuild/${_pkgname^}/${_pkgname^}-$pkgver-Linux-64bit.tgz"
+source=("https://latest.scitools.com/${_pkgname^}/${_pkgname^}-$pkgver-Linux-64bit.tgz"
"$_pkgname.desktop"
"$_pkgname")
-sha256sums=('9e6750fceabb2524e84295d9e08b36015f615b3cbf8060c82a39b542ef319d64'
+sha256sums=('c62967879954e83b55171c214a4d3068cfec95b4038789dd22b732d370811951'
'8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9'
'85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6')