summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuliustin2023-04-06 17:24:26 +0200
committerjuliustin2023-04-06 17:24:26 +0200
commit49cc9c0a91d91494e3d8ab7fd9fb7e99794c0c3a (patch)
treed38b3588f9567bec0f5502d9c2bfa1300f242a59
parent99424786eba43578baac8a2ae8dc5f22c0899c3f (diff)
downloadaur-49cc9c0a91d91494e3d8ab7fd9fb7e99794c0c3a.tar.gz
Update checksums for new binary release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc552c08c90f..42e9af7f6375 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usbimager-bin
pkgdesc = Minimal GUI application to write compressed disk images to USB drives (GTK+ Frontend)
pkgver = 1.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/bztsrc/usbimager
arch = x86_64
arch = armv7h
@@ -16,10 +16,10 @@ pkgbase = usbimager-bin
sha256sums = 3b155fc4d76128105783f461a1339b33cb91f366e3812b5564f4a7efd9545e92
sha256sums = 6fcb3449da17f96893b74d52bc248fd11fd0d6b0731c9f5d8e2065bbe2685e0b
source_x86_64 = usbimager-1.0.9-x86_64.zip::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-x86_64-linux-gtk.zip
- sha256sums_x86_64 = 5a42b7686a737cbb74f9339f8822e26ff585e56b3fd00d28bc368cd3130822b0
+ sha256sums_x86_64 = a68a023225cd67a6e824ed7dc89c82d060e3a93b2b47afd75f99522cdeb5ae23
source_armv7h = usbimager-1.0.9-armv7h.deb::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-armhf.deb
- sha256sums_armv7h = 22edf6c074e869c642adecad754be9cd5638a754cb3b637353f3cd519955eda6
+ sha256sums_armv7h = 961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080
source_aarch64 = usbimager-1.0.9-aarch64.deb::https://gitlab.com/bztsrc/usbimager/-/raw/binaries/usbimager_1.0.9-armhf.deb
- sha256sums_aarch64 = 22edf6c074e869c642adecad754be9cd5638a754cb3b637353f3cd519955eda6
+ sha256sums_aarch64 = 961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080
pkgname = usbimager-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5c0215563021..e04c2f9b4eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='usbimager'
pkgname="${_pkgname}-bin"
pkgver=1.0.9
-pkgrel=1
+pkgrel=2
pkgdesc='Minimal GUI application to write compressed disk images to USB drives (GTK+ Frontend)'
arch=('x86_64' 'armv7h' 'aarch64')
url='https://gitlab.com/bztsrc/usbimager'
@@ -22,9 +22,9 @@ source_aarch64=("${_pkgname}-${pkgver}-aarch64.deb::${url}/-/raw/binaries/${_pkg
sha256sums=('3b155fc4d76128105783f461a1339b33cb91f366e3812b5564f4a7efd9545e92'
'6fcb3449da17f96893b74d52bc248fd11fd0d6b0731c9f5d8e2065bbe2685e0b')
-sha256sums_x86_64=('5a42b7686a737cbb74f9339f8822e26ff585e56b3fd00d28bc368cd3130822b0')
-sha256sums_armv7h=('22edf6c074e869c642adecad754be9cd5638a754cb3b637353f3cd519955eda6')
-sha256sums_aarch64=('22edf6c074e869c642adecad754be9cd5638a754cb3b637353f3cd519955eda6')
+sha256sums_x86_64=('a68a023225cd67a6e824ed7dc89c82d060e3a93b2b47afd75f99522cdeb5ae23')
+sha256sums_armv7h=('961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080')
+sha256sums_aarch64=('961061a72be7d880a5731af174a0890dfef89cb8e0547e0085cd535ae9118080')
package() {
install -Dvm644 "${_pkgname}-${pkgver}-manual" "${pkgdir}/usr/share/doc/${_pkgname}/${_pkgname}-manual.pdf"