summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskynet-devel2021-02-26 20:21:00 +0100
committerskynet-devel2021-02-26 20:21:00 +0100
commit49c72b21650d462c326b05fe27f48fab9abde211 (patch)
treed53e23571186825b8b2fe592f9de67c182e24fad
parent6f328dfda6d371628306169e5c72600a9bbbcb3e (diff)
downloadaur-49c72b21650d462c326b05fe27f48fab9abde211.tar.gz
Update all
-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'
)