summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-10-03 19:15:40 +0200
committerM0Rf302023-10-03 19:15:40 +0200
commit7b4e7697393cea4cc5014c1c4dd64277e17a4ca3 (patch)
treefe49cef3d00f1e04370209d908bc276ade822d6a
parent7ff60a0a98adae9891c2e316e09ea54de66b4597 (diff)
downloadaur-gnome-multi-writer-git.tar.gz
gnome-multi-writer-git: update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf0671b5434..a7fcd349bd93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-multi-writer-git
pkgdesc = Write an ISO file to multiple USB devices at once
- pkgver = 3.35.90.r324.469c911
+ pkgver = 3.35.90.r332.6a6d4d9
pkgrel = 1
url = https://wiki.gnome.org/Apps/MultiWriter
install = gnome-multi-writer.install
@@ -19,8 +19,8 @@ pkgbase = gnome-multi-writer-git
depends = libgusb
depends = udisks2
optdepends = gnome-icon-theme-extras: show device icons
+ provides = gnome-multi-writer
conflicts = gnome-multi-writer
- replaces = gnome-multi-writer
source = gnome-multi-writer::git+https://gitlab.gnome.org/GNOME/gnome-multi-writer
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 839c221c15d9..e3dcabd3fd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: robertfoster
pkgname=gnome-multi-writer-git
-pkgver=3.35.90.r324.469c911
+pkgver=3.35.90.r332.6a6d4d9
pkgrel=1
pkgdesc="Write an ISO file to multiple USB devices at once"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('gtk3' 'libcanberra' 'libgusb' 'udisks2')
makedepends=('appstream-glib' 'docbook-sgml' 'docbook-utils' 'git' 'intltool' 'meson' 'perl-sgmls')
optdepends=('gnome-icon-theme-extras: show device icons')
-replaces=("${pkgname%-git}")
+provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://gitlab.gnome.org/GNOME/gnome-multi-writer")
install="${pkgname%-git}.install"