summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Miller2019-10-08 12:18:44 -0700
committerAaron Miller2019-10-08 12:18:44 -0700
commit0d850031c113a5774d987130aa7c6a1f52f2ffd5 (patch)
tree61f8b05f97ac8f4e628dde7239e506519808e7d7
parent7c7ba052595efffb57552994e0ec1df2d29a7718 (diff)
downloadaur-0d850031c113a5774d987130aa7c6a1f52f2ffd5.tar.gz
v2019.1.1845410
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305dfb3dd218..901a3f684c1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p4
pkgdesc = Perforce command line client
- pkgver = 2019.1.1751184
- pkgrel = 2
+ pkgver = 2019.1.1845410
+ pkgrel = 1
url = http://www.perforce.com
arch = i686
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = p4
source = LICENSE
sha256sums = c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32
source_i686 = http://www.perforce.com/downloads/perforce/r19.1/bin.linux26x86/p4
- sha256sums_i686 = d9677042a2e50e90c576c369fe58344ba2da93eb699c97d6417dc4e497a95beb
+ sha256sums_i686 = a7271486b0a97a006ec005c84229f4c050b582c46c7f514a242a24eed5508015
source_x86_64 = http://www.perforce.com/downloads/perforce/r19.1/bin.linux26x86_64/p4
- sha256sums_x86_64 = c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464
+ sha256sums_x86_64 = b5a9d586eef4421c88a4e5bc062c847982c3496286a51e4716869d3cd33edf06
pkgname = p4
diff --git a/PKGBUILD b/PKGBUILD
index d76f422675e9..b69541e85d19 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Jonathan Arnold <jarnold@buddydog.org>
pkgname=p4
-pkgver=2019.1.1751184
-pkgrel=2
+pkgver=2019.1.1845410
+pkgrel=1
pkgdesc="Perforce command line client"
depends=('glibc')
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ 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_i686=('d9677042a2e50e90c576c369fe58344ba2da93eb699c97d6417dc4e497a95beb')
-sha256sums_x86_64=('c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464')
+sha256sums_i686=('a7271486b0a97a006ec005c84229f4c050b582c46c7f514a242a24eed5508015')
+sha256sums_x86_64=('b5a9d586eef4421c88a4e5bc062c847982c3496286a51e4716869d3cd33edf06')
build() {
return 0