summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7c935d615d..c38e3dd61927 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 = 5.1.1000
+ pkgver = 5.1.1003
pkgrel = 1
url = https://scitools.com/
arch = x86_64
@@ -11,13 +11,14 @@ pkgbase = understand-bin
depends = libxdmcp
depends = libxext
depends = ncurses5-compat-libs
+ depends = freetype2
options = !strip
- source = http://builds.scitools.com/all_builds/b1000/Understand/Understand-5.1.1000-Linux-64bit.tgz
+ source = http://builds.scitools.com/all_builds/b1003/Understand/Understand-5.1.1003-Linux-64bit.tgz
source = understand.desktop
source = understand
- md5sums = b6975de562aa22e7e770e62c149a3570
- md5sums = 86ea741c38198d7291d5126ef0cd17f8
- md5sums = bfcb2a7b5550e446939bae3e1a1165a8
+ sha256sums = a1cec47d63936a06b825acba344d129f675bb2da5ff03a819122fd46e9639c3e
+ sha256sums = 8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9
+ sha256sums = 85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6
pkgname = understand-bin
diff --git a/PKGBUILD b/PKGBUILD
index ed7c8abd8e57..406908ff313a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
_pkgname=understand
pkgname=$_pkgname-bin
-_pkgbuild=1000
+_pkgbuild=1003
pkgver=5.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')
+depends=('libx11' 'libxau' 'libxcb' 'libxdmcp' 'libxext' 'ncurses5-compat-libs' 'freetype2')
options=('!strip')
source=("http://builds.scitools.com/all_builds/b$_pkgbuild/${_pkgname^}/${_pkgname^}-$pkgver-Linux-64bit.tgz"
"$_pkgname.desktop"
"$_pkgname")
-md5sums=('b6975de562aa22e7e770e62c149a3570'
- '86ea741c38198d7291d5126ef0cd17f8'
- 'bfcb2a7b5550e446939bae3e1a1165a8')
+sha256sums=('a1cec47d63936a06b825acba344d129f675bb2da5ff03a819122fd46e9639c3e'
+ '8cb7852252e678b12a7d84b1ccb99bdae9e22f47793787be827cae98076957c9'
+ '85ef433c24bbc0545552592cb342affa720a8f0fbe2dc6a5e488ee5cb054b0e6')
package() {