mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
add deadlock-modmanager to conflicts
This commit is contained in:
parent
33dbdb3d08
commit
cb9e9fd74e
2 changed files with 2 additions and 0 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -22,6 +22,7 @@ pkgbase = deadlock-modmanager-git
|
|||
depends = bzip2
|
||||
depends = hicolor-icon-theme
|
||||
provides = deadlock-modmanager
|
||||
conflicts = deadlock-modmanager
|
||||
options = !lto
|
||||
source = git+https://github.com/Stormix/deadlock-modmanager.git
|
||||
source = deadlock-modmanager.desktop
|
||||
|
|
|
|||
1
PKGBUILD
1
PKGBUILD
|
|
@ -12,6 +12,7 @@ depends=('webkit2gtk-4.1' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'libsoup3' 'pango
|
|||
source=("git+https://github.com/Stormix/$_pkgname.git" 'deadlock-modmanager.desktop')
|
||||
sha256sums=('SKIP' '0e5b83e284a6a02291a6c25c56c9d7568f95f3274c6a35b8ddde4783ff3edaf4')
|
||||
provides=("$_pkgname")
|
||||
conflicts=("$_pkgname")
|
||||
options=('!lto')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue