summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2021-07-20 20:21:34 +0200
committerRomain Bazile2021-07-20 20:21:34 +0200
commitd4b2c33feec05efbdb8f7b48e8e8dafd5ca3a566 (patch)
tree96e7b1a12dbc1e5402af6e27ee00bd83b48f5e94
parent4604017ec8ba65b0798c651fc45be1201dad1725 (diff)
downloadaur-flash.tar.gz
update to use correct files and fix checksum
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 321395f4fed6..f3f5d1b65a43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flash
pkgdesc = Hypriot flash tool for sd cards.
pkgver = 2.7.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hypriot/flash
arch = x86_64
license = MIT
@@ -11,7 +11,6 @@ pkgbase = flash
depends = unzip
depends = python-pip
source = https://github.com/hypriot/flash/releases/download/2.7.2/flash
- sha256sums = 94dab725e4839ac7ef9254ce7f9bd96791089d6aa98495e23826845ed256427f
+ sha256sums = 571d9e6424b275859a9273029a2321245888ab201dbae1a3ec57a6ef708adce1
pkgname = flash
-
diff --git a/PKGBUILD b/PKGBUILD
index ecd0690e3ade..ac0177450138 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=flash
pkgver=2.7.2
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Hypriot flash tool for sd cards."
arch=('x86_64')
@@ -11,9 +11,9 @@ url="https://github.com/hypriot/flash"
license=('MIT')
depends=('pv' 'curl' 'hdparm' 'unzip' 'python-pip')
source=("https://github.com/hypriot/flash/releases/download/${pkgver}/${pkgname}")
-sha256sums=('94dab725e4839ac7ef9254ce7f9bd96791089d6aa98495e23826845ed256427f')
+sha256sums=('571d9e6424b275859a9273029a2321245888ab201dbae1a3ec57a6ef708adce1')
package() {
- install -D -m751 ${srcdir}/flash ${pkgdir}/usr/local/bin/flash;
+ install -D -m755 ${srcdir}/flash ${pkgdir}/usr/local/bin/flash;
}