Update mediawriter to 5.0.0

This commit is contained in:
Martchus 2022-05-10 12:16:07 +02:00
parent 0c3d7e3060
commit 86eea5459d
1 changed files with 4 additions and 4 deletions

View File

@ -6,18 +6,18 @@
pkgname=mediawriter
_pkgname=MediaWriter
_author=FedoraQt
pkgver=4.2.2
pkgver=5.0.0
pkgrel=1
pkgdesc='Fedora Media Writer - Write Fedora Images to Portable Media'
arch=('x86_64')
url="https://github.com/${_author}/${_pkgname}"
license=('GPL2')
depends=('xz' 'qt5-base' 'qt5-imageformats' 'qt5-tools' 'qt5-declarative' 'qt5-graphicaleffects' 'qt5-svg'
'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-x11extras' 'adwaita-qt')
depends=('xz' 'qt6-base' 'qt6-imageformats' 'qt6-tools' 'qt6-declarative' 'qt6-5compat' 'qt6-svg'
'adwaita-qt6')
optdepends=('udisks2: Disk Management Service for disk installation')
makedepends=('cmake' 'ninja')
source=("https://github.com/${_author}/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('c2b24059a7b4ae755e117a01e526e9858178d61f71e8b5318ad756ddae21fe3c')
sha256sums=('ea6b6271dbb2a1fcc15adca60d4f4cfd2000d77850fc7947919b2247f5439013')
build() {
cmake -G Ninja -B build -S "${_pkgname}-${pkgver}" \