summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Miller2019-04-01 11:53:00 -0700
committerAaron Miller2019-04-01 11:53:00 -0700
commitee29dd37928d1cca6a6e636eefe5c52c9b0d3efa (patch)
tree57b21cbf25dfd8a57c8041765cf43324654cf128
parent0c16dfc73adfdb240e62e2b2777f941c838a1121 (diff)
downloadaur-ee29dd37928d1cca6a6e636eefe5c52c9b0d3efa.tar.gz
v2018.2.1751184
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD20
2 files changed, 14 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb157bdcde4..06393d7ff0cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = p4
pkgdesc = Perforce command line client
- pkgver = 2018.2.1660568
+ pkgver = 2018.2.1751184
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/r17.2/bin.linux26x86_64/p4
- source_i686 = http://www.perforce.com/downloads/perforce/r17.2/bin.linux26x86/p4
source = LICENSE
- sha256sums = 784d9ff78b1c74f7bcdcf3ce12b7d7a878dd58d57f6daa533569eca6b742d179
- sha256sums = 84b3cd833c46b8576ff46286822652cc7009878628a0996edb59116f3045e233
sha256sums = c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32
+ source_i686 = http://www.perforce.com/downloads/perforce/r18.2/bin.linux26x86/p4
+ sha256sums_i686 = 94bbaa56a844056a31c569fdd012f200ce81ddcd2c77a92bac0c307b99d519b1
+ source_x86_64 = http://www.perforce.com/downloads/perforce/r18.2/bin.linux26x86_64/p4
+ sha256sums_x86_64 = 1792575ea95aed96bcebc228a4996ee795c50b65b0c2ef8b80221f683ebfad38
pkgname = p4
diff --git a/PKGBUILD b/PKGBUILD
index 3d053483730c..91e4c4624c0e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,22 @@
-# Maintainer: Adam Brenner <adam@aeb.io>
+# Maintainer: Aaron Miller <aaronm@cldtk.com>
+# Contributor: Adam Brenner <adam@aeb.io>
# Contributor: Marq Schneider <queueRAM@gmail.com>
# Contributor: Jonathan Arnold <jarnold@buddydog.org>
pkgname=p4
-pkgver=2018.2.1660568
+pkgver=2018.2.1751184
pkgrel=1
pkgdesc="Perforce command line client"
depends=('glibc')
arch=('i686' 'x86_64')
url="http://www.perforce.com"
license=('custom:p4')
-source=(http://www.perforce.com/downloads/perforce/r${pkgver:2:4}/bin.linux26${CARCH/i6/x}/${pkgname}
- LICENSE)
-[ "$CARCH" = "i686" ] && \
-sha256sums=('84b3cd833c46b8576ff46286822652cc7009878628a0996edb59116f3045e233'
- 'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
-
-[ "$CARCH" = "x86_64" ] && \
-sha256sums=('784d9ff78b1c74f7bcdcf3ce12b7d7a878dd58d57f6daa533569eca6b742d179'
- 'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
+source=(LICENSE)
+source_x86_64=("http://www.perforce.com/downloads/perforce/r${pkgver:2:4}/bin.linux26x86_64/${pkgname}")
+source_i686=("http://www.perforce.com/downloads/perforce/r${pkgver:2:4}/bin.linux26x86/${pkgname}")
+sha256sums=('c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
+sha256sums_x86_64=('1792575ea95aed96bcebc228a4996ee795c50b65b0c2ef8b80221f683ebfad38')
+sha256sums_i686=('94bbaa56a844056a31c569fdd012f200ce81ddcd2c77a92bac0c307b99d519b1')
build() {
return 0