summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8166baf67ba..51501347151d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usb-imager-git
pkgdesc = GUI-Application to write bootable disk images to USB key.
- pkgver = 1.0.r5.g679e781
+ pkgver = 1.0.git_latest
pkgrel = 1
url = https://gitlab.com/skynet-devel/usb-imager
arch = any
@@ -12,7 +12,6 @@ pkgbase = usb-imager-git
depends = python-importlib_resources
depends = python-gobject
depends = pyside2
- depends = pyside2-tools
depends = hicolor-icon-theme
source = usb-imager-git::git+https://gitlab.com/skynet-devel/usb-imager.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ca0f35310b6d..ba9ea298bcfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=usb-imager
pkgname=${_pkgname}-git
-pkgver=1.0.r5.g679e781
+pkgver=1.0.git_latest
pkgrel=1
pkgdesc='GUI-Application to write bootable disk images to USB key.'
arch=(any)
@@ -20,7 +20,6 @@ depends=(
'python-importlib_resources'
'python-gobject'
'pyside2'
- 'pyside2-tools'
'hicolor-icon-theme'
)