summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuliustin2021-04-23 13:06:01 +0200
committerjuliustin2021-04-23 13:06:01 +0200
commitb856ceda14943fe7f4d18532b7e0bc9243781ec1 (patch)
treef0d2aa386a39f000d013dca53b8df724f03a8b5a
parent7095c029f48f36733c0a6777cbb0085eaecf1ffa (diff)
downloadaur-b856ceda14943fe7f4d18532b7e0bc9243781ec1.tar.gz
Update to v1.0.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168e3242119f..41a3fe17e8fa 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.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://gitlab.com/bztsrc/usbimager
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = usbimager-x11
depends = libx11
provides = usbimager
conflicts = usbimager
- source = https://gitlab.com/bztsrc/usbimager/-/archive/1.0.6/usbimager-1.0.6.tar.gz
+ source = https://gitlab.com/bztsrc/usbimager/-/archive/1.0.7/usbimager-1.0.7.tar.gz
source = makefile.patch
sha256sums = 1d436524c46d756bd4ab598929b41e6d8dc6d23e11c8576667cb44999e6e87b8
sha256sums = a8622b5584d5458b608096f24ab2e52e40f1970baaf4e4cd1ffd69b64d149828
diff --git a/PKGBUILD b/PKGBUILD
index 98b223ed2bbe..c8da4e997194 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Julius Freudenberger <contact@jfreudenberger.de>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
_pkgname='usbimager'
pkgname="${_pkgname}-x11"
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
pkgdesc='Minimal GUI application to write compressed disk images to USB drives (X11 Frontend)'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -14,7 +15,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${url}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz"
'makefile.patch')
-sha256sums=('1d436524c46d756bd4ab598929b41e6d8dc6d23e11c8576667cb44999e6e87b8'
+sha256sums=('e043a5578be7876a43bc23ef716f2ce5e56f48072e1bf732f5c77e187e1140bb'
'a8622b5584d5458b608096f24ab2e52e40f1970baaf4e4cd1ffd69b64d149828')
prepare() {