summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsore2023-08-04 14:28:26 +0300
committerjsore2023-08-04 14:28:26 +0300
commit250e6cd8ac6c1d1096d0c4f76453daf4c3ca3cbb (patch)
tree0472fa3a21a80127b1233720da3047d52dc1ea96
parentc2eadae1960f0537c116c10afa6e09066dcb595b (diff)
downloadaur-alt-media-writer.tar.gz
Updating the package to version 1.0.4-alt1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b449ea5397a..c05da098f855 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alt-media-writer
pkgdesc = ALT Media Writer is a tool that helps users put ALT images on their portable drives such as flash disks.
- pkgver = 0.6.1
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/altlinux/ALTMediaWriter
arch = any
@@ -14,9 +14,10 @@ pkgbase = alt-media-writer
depends = qt5-svg
depends = qt5-quickcontrols
depends = qt5-x11extras
+ depends = qt5-quickcontrols2
+ depends = yaml-cpp
optdepends = udisks2: Disk Management Service for disk installation
source = https://github.com/altlinux/ALTMediaWriter/archive/master.tar.gz
- md5sums = 1dc3775ea9304a33cf274a843974b415
+ md5sums = 5b4193edd2a735bad157167892051e51
pkgname = alt-media-writer
-
diff --git a/PKGBUILD b/PKGBUILD
index bf986f09c19f..82b836e4f973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=alt-media-writer
_pkgname=ALTMediaWriter
_author=altlinux
-pkgver=0.6.1
+pkgver=1.0.4
pkgrel=1
pkgdesc='ALT Media Writer is a tool that helps users put ALT images on their portable drives such as flash disks.'
arch=('any')
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-x11extras')
+ 'qt5-quickcontrols' 'qt5-x11extras' 'qt5-quickcontrols2' 'yaml-cpp')
optdepends=('udisks2: Disk Management Service for disk installation')
source=("https://github.com/altlinux/ALTMediaWriter/archive/master.tar.gz")
-md5sums=('1dc3775ea9304a33cf274a843974b415')
+md5sums=('5b4193edd2a735bad157167892051e51')
build() {
cd "ALTMediaWriter-master"