summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlks2015-11-11 10:24:21 +0100
committerlks2015-11-11 10:24:21 +0100
commita4f5576f2dbae36e09732ac8cdb5430e0146e9b6 (patch)
tree0d1362291090f3a351d96212febe2c1e970f7eb8 /PKGBUILD
parent13d345438b0b495a520e9f04f879f9e7f9467c45 (diff)
downloadaur-a4f5576f2dbae36e09732ac8cdb5430e0146e9b6.tar.gz
Fixed checksum array name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be2d1e41e2f4..672d8f3c4adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lks <lukas dot graetz at web dot de>
pkgname=cbootimage
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="Tools to dump and generate boot config table on Tegra devices"
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -9,7 +9,7 @@ url="http://http.download.nvidia.com/tegra-public-appnotes/bct-overview.html"
makedepends=('automake' 'autoconf')
source=('cbootimage.tar')
source=("https://github.com/NVIDIA/cbootimage/archive/v${pkgver}.tar.gz")
-sh256sums=('a15739c9e2ca4f582de56c4c795c057d7b322224edd65228bdd725dfdd3aa78c')
+sha256sums=('a15739c9e2ca4f582de56c4c795c057d7b322224edd65228bdd725dfdd3aa78c')
build() {