summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Brenner2015-11-20 19:18:07 -0800
committerAdam Brenner2015-11-20 19:18:07 -0800
commit5867042a88c28d949de7aae1e1610ac4d11d8300 (patch)
treeee4bd784ea099112c181b68467efa6a4fa1e6bfa
parentc4869950f6d8f8aa27cfbc753b0554fca86cdca3 (diff)
downloadaur-5867042a88c28d949de7aae1e1610ac4d11d8300.tar.gz
Updated to 2015.2.1264740
Updated P4 to 2015.2.1264740 which includes a new URL, version and hash. I am also the new maintainer for this package. Signed-off-by: Adam Brenner <adam@aeb.io>
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD11
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a53aaa273f..b54b7848a9e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = p4
pkgdesc = Perforce commandline client
- pkgver = 2015.1.1204891
- pkgrel = 13
+ pkgver = 2015.2.1264740
+ pkgrel = 14
url = http://www.perforce.com
arch = i686
arch = x86_64
license = custom:p4
depends = glibc
- source = http://www.perforce.com/downloads/perforce/r15.1/bin.linux26/p4
+ source = http://www.perforce.com/downloads/perforce/r15.2/bin.linux26/p4
source = LICENSE
pkgname = p4
diff --git a/PKGBUILD b/PKGBUILD
index d6c97194d469..c2637d9fbadc 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Jonathan Arnold <jarnold@buddydog.org>
+# Maintainer: Adam Brenner <adam@aeb.io>
# Contributor: Marq Schneider <queueRAM@gmail.com>
+# Contributor: Jonathan Arnold <jarnold@buddydog.org>
pkgname=p4
-pkgver=2015.1.1204891
-pkgrel=13
+pkgver=2015.2.1264740
+pkgrel=14
pkgdesc="Perforce commandline client"
depends=('glibc')
arch=('i686' 'x86_64')
@@ -12,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=('71d6628da50562062e6123eaf1416c422fd12ab9c635bb3d0419abab6584b8ba'
+sha256sums=('f803e06f578df667da69f0f8a328bbf88a66a13cf6e03d9af27d4268eb6434d6'
'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
[ "$CARCH" = "x86_64" ] && \
-sha256sums=('b59b220e2e8e11ec2a3d5fbb1d05d92e6d8a230f52c5766e2ff2ca04b2ff8524'
+sha256sums=('742ff3d956fe8a858ac601e12d62c102c6df080e4f2951d0ffb299566c5f8f14'
'c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32')
build() {