Skip to content

Commit

Permalink
Add trgui-ng-bin to conflicts in pkgbuild template
Browse files Browse the repository at this point in the history
Someone published a prebuilt package for trgui-ng on the AUR. This needs to be added to conflicts to prevent issues.
  • Loading branch information
username227 authored Oct 14, 2024
1 parent 4bbe756 commit 93939e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/generate_pkgbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
license=('AGPL-3.0')
depends=('alsa-lib' 'cairo' 'desktop-file-utils' 'fontconfig' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libayatana-appindicator' 'libsoup' 'openssl' 'webkit2gtk')
makedepends=('rust>=1.70.0' 'nodejs>=16.0.0' 'npm' 'git')
conflicts=('trgui-ng-git')
conflicts=('trgui-ng-git' 'trgui-ng-bin')
source=("git+https://github.com/openscopeproject/TrguiNG#tag=v$pkgver"
"https://github.com/openscopeproject/TrguiNG/releases/download/v$pkgver/dbip.mmdb"
"TrguiNG.desktop"::"https://raw.githubusercontent.com/flathub/org.openscopeproject.TrguiNG/master/org.openscopeproject.TrguiNG.desktop")
Expand Down

0 comments on commit 93939e5

Please sign in to comment.