summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Miller2019-08-05 14:11:43 -0700
committerAaron Miller2019-08-05 14:11:43 -0700
commit7c7ba052595efffb57552994e0ec1df2d29a7718 (patch)
tree95fd807654a9ba1c4f56779742217a28cdb826d6
parent52bbdf3b47c3481605518791d67c9d4d9e6e8076 (diff)
downloadaur-7c7ba052595efffb57552994e0ec1df2d29a7718.tar.gz
Fix i686 checksum
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfd9f6007509..305dfb3dd218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p4
pkgdesc = Perforce command line client
pkgver = 2019.1.1751184
- pkgrel = 1
+ pkgrel = 2
url = http://www.perforce.com
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = p4
source = LICENSE
sha256sums = c4ed3aef62b1bbf2d16ce4cceb65dc49ab9635b38e2fed0a595fe259283a9f32
source_i686 = http://www.perforce.com/downloads/perforce/r19.1/bin.linux26x86/p4
- sha256sums_i686 = c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464
+ sha256sums_i686 = d9677042a2e50e90c576c369fe58344ba2da93eb699c97d6417dc4e497a95beb
source_x86_64 = http://www.perforce.com/downloads/perforce/r19.1/bin.linux26x86_64/p4
sha256sums_x86_64 = c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464
diff --git a/PKGBUILD b/PKGBUILD
index babeee70a8e4..d76f422675e9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=p4
pkgver=2019.1.1751184
-pkgrel=1
+pkgrel=2
pkgdesc="Perforce command line client"
depends=('glibc')
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ 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=('c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464')
+sha256sums_i686=('d9677042a2e50e90c576c369fe58344ba2da93eb699c97d6417dc4e497a95beb')
sha256sums_x86_64=('c521b4ccee92d5f2b5307795ae54dda9d6f3a08c6abe976fac5e0637d662b464')
build() {