summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuliustin2023-10-03 13:55:01 +0200
committerjuliustin2023-10-03 13:55:01 +0200
commit0f53c07c044ff6c9f66441406d9dc62e3819c5a7 (patch)
treedcf985c57483cab1c30dc0b19782d3792c3ad6d3
parent75fd53f9d34136226e2356e43469fedfe079f247 (diff)
downloadaur-0f53c07c044ff6c9f66441406d9dc62e3819c5a7.tar.gz
Update to 1.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a11825dd25..3df0a50a5227 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usbimager-x11
pkgdesc = Minimal GUI application to write compressed disk images to USB drives (X11 Frontend)
- pkgver = 1.0.9
+ pkgver = 1.0.10
pkgrel = 1
url = https://gitlab.com/bztsrc/usbimager
arch = x86_64
@@ -12,9 +12,9 @@ pkgbase = usbimager-x11
depends = libx11
provides = usbimager
conflicts = usbimager
- source = https://gitlab.com/bztsrc/usbimager/-/archive/1.0.9/usbimager-1.0.9.tar.gz
+ source = https://gitlab.com/bztsrc/usbimager/-/archive/1.0.10/usbimager-1.0.10.tar.gz
source = makefile.patch
- sha256sums = 934e435ea65f4545b972e7d488826346d0f7531471b5f77ba1f14736fcf5290b
+ sha256sums = c6bf80f1f296283ee7b3b76ae7e1303a31e937ca0fdd787503006ae7a6beaae2
sha256sums = a8622b5584d5458b608096f24ab2e52e40f1970baaf4e4cd1ffd69b64d149828
pkgname = usbimager-x11
diff --git a/PKGBUILD b/PKGBUILD
index b01e4d513250..56f67db8f2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='usbimager'
pkgname="${_pkgname}-x11"
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=1
pkgdesc='Minimal GUI application to write compressed disk images to USB drives (X11 Frontend)'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -15,7 +15,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${url}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'makefile.patch')
-sha256sums=('934e435ea65f4545b972e7d488826346d0f7531471b5f77ba1f14736fcf5290b'
+sha256sums=('c6bf80f1f296283ee7b3b76ae7e1303a31e937ca0fdd787503006ae7a6beaae2'
'a8622b5584d5458b608096f24ab2e52e40f1970baaf4e4cd1ffd69b64d149828')
prepare() {