summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bradfield2020-02-14 10:01:49 +0000
committerRichard Bradfield2020-02-14 10:01:49 +0000
commit64d154de8627eda28d041db24a099f57f03388e6 (patch)
treef5a4cae534a8f1b2fc16ee23cff2cbfeacb8416c
parente88dc2cac63007c8a5ee39909af7b2ba1ea8c5ff (diff)
downloadaur-64d154de8627eda28d041db24a099f57f03388e6.tar.gz
Use updpkgsums format for sha256sums
No change to the built package, so no bump to the release version or .SRCINFO
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12478ac508a1..39502119f819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,9 +12,7 @@ depends=("glibc")
makedepends=("glibc" "go-pie")
optdepends=("git: To interact with repositories")
source=("$pkgname-$pkgver.tar.gz::https://github.com/cli/cli/archive/v${pkgver}.tar.gz")
-sha256sums=(
- "7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e"
-)
+sha256sums=('7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e')
build() {
cd "cli-$pkgver"