diff --git a/ci/generate_pkgbuild.py b/ci/generate_pkgbuild.py index 98d3253..c741359 100644 --- a/ci/generate_pkgbuild.py +++ b/ci/generate_pkgbuild.py @@ -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")