summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Shapiro2020-10-23 15:52:49 -0500
committerJoel Shapiro2020-10-23 15:52:49 -0500
commitc7246f5d94f56f8973229fc6e1a21eb8558acf16 (patch)
tree47a191df4fa74897b0b2dc0ca319267f9174b5b4
parent8f1555b611e1f3168c6ec4d085f3956baf1aae37 (diff)
downloadaur-c7246f5d94f56f8973229fc6e1a21eb8558acf16.tar.gz
bump to 2020.2.2028073
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c63593ef5a57..35cfb1c89b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = p4v
pkgdesc = Perforce Visual Client
- pkgver = 2020.1.1966006
+ pkgver = 2020.2.2028073
pkgrel = 1
- url = http://www.perforce.com
+ url = https://www.perforce.com
arch = x86_64
license = custom:p4v
depends = libxcb
@@ -12,12 +12,12 @@ pkgbase = p4v
source = p4admin.desktop
source = p4merge.desktop
source = LICENSE
- source = 20200828-p4v-2020.1.1966006.tgz::http://www.perforce.com/downloads/perforce/r20.1/bin.linux26x86_64/p4v.tgz
+ source = 20201023-p4v-2020.2.2028073.tgz::https://www.perforce.com/downloads/perforce/r20.2/bin.linux26x86_64/p4v.tgz
sha256sums = 1fc7ea925fdcb38915f191b6a9c85fb46db9ef501dbaa077e8f38876c5e8fda0
sha256sums = 10e470c6099459a072565494c4fd21cc1f4198f1024fe6fdeb6c77ea7e594827
sha256sums = 139c5e4951ea9ab040912ef1f9705de16a37d32fdf7b8c7116eb5a785829c634
sha256sums = c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32
- sha256sums = 206c9a29dd1b1dc80b107843b46b95673d58000c168d11a9142db7274f03877d
+ sha256sums = d776dd364f9ac5f8b1cb7d45eca31e6a027d033050b3c00642739b481f4e8f0e
pkgname = p4v
diff --git a/PKGBUILD b/PKGBUILD
index 8cbe141f8434..b664b281cc41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Joel Shapiro <jshapiro at nvidia dot com>
pkgname=p4v
-_version=2020.1
-pkgver=2020.1.1966006
+_version=2020.2
+pkgver=2020.2.2028073
pkgrel=1
pkgdesc="Perforce Visual Client"
arch=('x86_64')
-url="http://www.perforce.com"
+url="https://www.perforce.com"
license=('custom:p4v')
depends=('libxcb' 'qt5-base')
options=('!strip')
@@ -24,7 +24,7 @@ sha256sums=('1fc7ea925fdcb38915f191b6a9c85fb46db9ef501dbaa077e8f38876c5e8fda0'
'10e470c6099459a072565494c4fd21cc1f4198f1024fe6fdeb6c77ea7e594827'
'139c5e4951ea9ab040912ef1f9705de16a37d32fdf7b8c7116eb5a785829c634'
'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32'
- '206c9a29dd1b1dc80b107843b46b95673d58000c168d11a9142db7274f03877d')
+ 'd776dd364f9ac5f8b1cb7d45eca31e6a027d033050b3c00642739b481f4e8f0e')
# Perforce Software (Package Signing) <support+packaging@perforce.com>
# validpgpkeys=('7123CB760FF18869'
@@ -40,7 +40,7 @@ package() {
mkdir -p "${pkgdir}"/usr/share/p4v/bin/
- install -sm755 bin/{helixmfa,p4admin.bin,p4merge.bin,p4v.bin,p4vc.bin,QtWebEngineProcess} "${pkgdir}/usr/share/p4v/bin"
+ install -sm755 bin/{helixmfa,p4admin.bin,p4merge.bin,p4v.bin,QtWebEngineProcess} "${pkgdir}/usr/share/p4v/bin"
install -m755 bin/{p4admin,p4merge,p4v,p4vc} "${pkgdir}/usr/share/p4v/bin"
install -m644 bin/qt.conf "${pkgdir}/usr/share/p4v/bin"