summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-31 12:39:57 -0600
committerMark Wagie2024-03-31 12:39:57 -0600
commit152b7c996fdc1cbcabd506fe2f0601365ba0fc4b (patch)
treef29366fd44ae641c82427ce1ff46207789516ac1
parentbc691f431c84024ac2a89a830866d6bae32769fa (diff)
downloadaur-firmware-manager-git.tar.gz
remove replaces array
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0663c6f2ad..39ce04d944c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,6 @@ pkgbase = firmware-manager-git
optdepends = fwupd: Generic firmware updates
optdepends = system76-firmware-daemon: System76 firmware updates
conflicts = libfirmware-manager
- replaces = libfirmware-manager-git
source = git+https://github.com/pop-os/firmware-manager.git
source = com.system76.FirmwareManager.policy
source = firmware-manager.sh
diff --git a/PKGBUILD b/PKGBUILD
index e80d7e14cac6..070163a5559e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ makedepends=('cargo' 'git')
optdepends=('fwupd: Generic firmware updates'
'system76-firmware-daemon: System76 firmware updates')
conflicts=('libfirmware-manager')
-replaces=('libfirmware-manager-git')
source=('git+https://github.com/pop-os/firmware-manager.git'
"${_app_id}.policy"
"${pkgname%-git}.sh")