summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bjørn Jørgensen2017-10-30 23:23:37 +0100
committerPeter Bjørn Jørgensen2017-10-30 23:23:37 +0100
commit3e84bc0263c6865eb60f90f36c09319285ea3e30 (patch)
treee0e92f02f47e2126d4972174e241e2e1736554b7
parent8c06c5baa600c9e90f6c4bac6b4c2aee11d31dfb (diff)
downloadaur-3e84bc0263c6865eb60f90f36c09319285ea3e30.tar.gz
update to 2017.2.1579154
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4414a620999..8c908f714bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = p4
pkgdesc = Perforce command line client
- pkgver = 2016.2.1487173
+ pkgver = 2017.2.1579154
pkgrel = 1
url = http://www.perforce.com
arch = i686
arch = x86_64
license = custom:p4
depends = glibc
- source_x86_64 = http://www.perforce.com/downloads/perforce/r16.2/bin.linux26x86_64/p4
- source_i686 = http://www.perforce.com/downloads/perforce/r16.2/bin.linux26x86/p4
+ source_x86_64 = http://www.perforce.com/downloads/perforce/r17.2/bin.linux26x86_64/p4
+ source_i686 = http://www.perforce.com/downloads/perforce/r17.2/bin.linux26x86/p4
source = LICENSE
- sha256sums = 5909816b545ae32ad7cfa2808213518a917f353a20135301026dbcde71465c0c
- sha256sums = bf076c08187e4b7d6ba303427e7697463db36e4cc2403f2262d8cf03898ef6f5
+ sha256sums = ff4726ddfdd981b045ec25b3b3bf29a6d0d0d4458215af7a79abf36b27651293
+ sha256sums = b15f9c47eb8363bfd195b50a41a4ef7791acd4c8b55da844c25baea9f5d73368
sha256sums = c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32
pkgname = p4
diff --git a/PKGBUILD b/PKGBUILD
index 05e10a47e71a..ea00ac507b4c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jonathan Arnold <jarnold@buddydog.org>
pkgname=p4
-pkgver=2016.2.1509269
+pkgver=2017.2.1579154
pkgrel=1
pkgdesc="Perforce command line client"
depends=('glibc')
@@ -13,11 +13,11 @@ license=('custom:p4')
source=(http://www.perforce.com/downloads/perforce/r${pkgver:2:4}/bin.linux26${CARCH/i6/x}/${pkgname}
LICENSE)
[ "$CARCH" = "i686" ] && \
-sha256sums=('bf076c08187e4b7d6ba303427e7697463db36e4cc2403f2262d8cf03898ef6f5'
+sha256sums=('b15f9c47eb8363bfd195b50a41a4ef7791acd4c8b55da844c25baea9f5d73368'
'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
[ "$CARCH" = "x86_64" ] && \
-sha256sums=('5909816b545ae32ad7cfa2808213518a917f353a20135301026dbcde71465c0c'
+sha256sums=('ff4726ddfdd981b045ec25b3b3bf29a6d0d0d4458215af7a79abf36b27651293'
'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
build() {