summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Manouchehri2018-03-04 21:39:04 -0500
committerDavid Manouchehri2018-03-04 21:39:04 -0500
commit861fc440c2f2f824f38719bca86a9c1168ec2f3b (patch)
treef75956f17f650eb3978b6eccb109cadcad06f909 /PKGBUILD
parentffabe4b13b0eb5f0f3ab82b3f2db26ea2e78999c (diff)
downloadaur-861fc440c2f2f824f38719bca86a9c1168ec2f3b.tar.gz
Updated to 1.1.1038.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7974c203297..f5c2eaedbbef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('custom:Binary Ninja License Agreement')
arch=('x86_64')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
-pkgver=1.1.989
+pkgver=1.1.1038
pkgrel=1 # reset after new release, and .srcinfo
install="${_pkgname}.install"
makedeps=('curl' 'perl')
@@ -22,8 +22,9 @@ depends=(
'python2' 'glibc' 'glib2' 'gcc-libs-multilib' 'pcre' 'zlib'
'libssh2' 'libnghttp2' 'libpsl' 'libxcb' 'icu' 'keyutils'
'libxext' 'libx11' 'libglvnd' 'krb5' 'e2fsprogs' 'libffi'
- 'libxau' 'libxdmcp' 'libcurl-compat' 'openssl-1.0'
+ 'libxau' 'libxdmcp' 'libcurl-compat' 'openssl-1.0' 'qt5-base'
)
+optdepends=('gtk-update-icon-cache: icon support')
# https://binary.ninja/recover/
source=(
"file://BinaryNinja${_edition}.zip"