From d2fc2b21a67a1cc586a29efc83da5c2310919279 Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:51:40 -0400 Subject: [PATCH] fix(*): add `arch` to scripts missing, pt1 (#6587) these ones make it obvious by their source links Co-authored-by: ook37 --- packages/amfora-bin/.SRCINFO | 1 + packages/amfora-bin/amfora-bin.pacscript | 1 + packages/arduino-cli-bin/.SRCINFO | 1 + .../arduino-cli-bin/arduino-cli-bin.pacscript | 1 + packages/arduino-ide-bin/.SRCINFO | 1 + .../arduino-ide-bin/arduino-ide-bin.pacscript | 1 + packages/brave-browser-beta-deb/.SRCINFO | 1 + .../brave-browser-beta-deb.pacscript | 1 + packages/circle-flags-svg-deb/.SRCINFO | 1 + .../circle-flags-svg-deb.pacscript | 1 + packages/foliate-deb/.SRCINFO | 1 + packages/foliate-deb/foliate-deb.pacscript | 1 + packages/fpc-laz-deb/.SRCINFO | 1 + packages/fpc-laz-deb/fpc-laz-deb.pacscript | 1 + packages/fpc-src-deb/.SRCINFO | 1 + packages/fpc-src-deb/fpc-src-deb.pacscript | 1 + packages/hypnotix-deb/.SRCINFO | 1 + packages/hypnotix-deb/hypnotix-deb.pacscript | 1 + packages/kxstudio-repos-deb/.SRCINFO | 1 + .../kxstudio-repos-deb.pacscript | 1 + packages/lazarus-project-deb/.SRCINFO | 1 + .../lazarus-project-deb.pacscript | 1 + packages/lazygit/.SRCINFO | 1 + packages/lazygit/lazygit.pacscript | 1 + packages/lutris-deb/.SRCINFO | 1 + packages/lutris-deb/lutris-deb.pacscript | 1 + packages/makedeb-deb/.SRCINFO | 1 + packages/makedeb-deb/makedeb-deb.pacscript | 1 + packages/micro/.SRCINFO | 1 + packages/micro/micro.pacscript | 1 + packages/mobile-usb-networking-deb/.SRCINFO | 1 + .../mobile-usb-networking-deb.pacscript | 1 + packages/neovide-bin/.SRCINFO | 1 + packages/neovide-bin/neovide-bin.pacscript | 1 + packages/noisetorch-bin/.SRCINFO | 1 + .../noisetorch-bin/noisetorch-bin.pacscript | 1 + packages/onnxruntime-bin/.SRCINFO | 1 + .../onnxruntime-bin/onnxruntime-bin.pacscript | 1 + packages/onnxruntime-gpu-bin/.SRCINFO | 1 + .../onnxruntime-gpu-bin.pacscript | 1 + packages/opensnitch-ui-deb/.SRCINFO | 1 + .../opensnitch-ui-deb.pacscript | 1 + packages/postman-bin/.SRCINFO | 1 + packages/postman-bin/postman-bin.pacscript | 1 + packages/python3-imdbpy-deb/.SRCINFO | 1 + .../python3-imdbpy-deb.pacscript | 1 + packages/realvnc-vnc-viewer-deb/.SRCINFO | 1 + .../realvnc-vnc-viewer-deb.pacscript | 1 + packages/rio-wayland-deb/.SRCINFO | 1 + .../rio-wayland-deb/rio-wayland-deb.pacscript | 1 + packages/rio-x11-deb/.SRCINFO | 1 + packages/rio-x11-deb/rio-x11-deb.pacscript | 1 + packages/rpcs3-app/.SRCINFO | 1 + packages/rpcs3-app/rpcs3-app.pacscript | 1 + packages/tabby-deb/.SRCINFO | 1 + packages/tabby-deb/tabby-deb.pacscript | 1 + packages/u-boot-mobian-deb/.SRCINFO | 1 + .../u-boot-mobian-deb.pacscript | 1 + packages/warpinator-deb/.SRCINFO | 1 + .../warpinator-deb/warpinator-deb.pacscript | 1 + packages/webapp-manager-deb/.SRCINFO | 1 + .../webapp-manager-deb.pacscript | 1 + packages/xapps-common-deb/.SRCINFO | 1 + .../xapps-common-deb.pacscript | 1 + packages/xfce4-deb/.SRCINFO | 1 + packages/xfce4-deb/xfce4-deb.pacscript | 1 + srclist | 33 +++++++++++++++++++ 67 files changed, 99 insertions(+) diff --git a/packages/amfora-bin/.SRCINFO b/packages/amfora-bin/.SRCINFO index c46b07c7e8..1a2055096c 100644 --- a/packages/amfora-bin/.SRCINFO +++ b/packages/amfora-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = amfora-bin gives = amfora pkgver = 1.10.0 pkgdesc = Amfora aims to be the best looking Gemini client with the most features + arch = amd64 breaks = amfora breaks = amfora-git breaks = amfora-deb diff --git a/packages/amfora-bin/amfora-bin.pacscript b/packages/amfora-bin/amfora-bin.pacscript index aa8ccaf551..03f3691f58 100644 --- a/packages/amfora-bin/amfora-bin.pacscript +++ b/packages/amfora-bin/amfora-bin.pacscript @@ -1,5 +1,6 @@ pkgname="amfora-bin" gives="amfora" +arch=("amd64") pkgver="1.10.0" breaks=("${gives}" "${gives}-git" "${gives}-deb" "${gives}-app") pkgdesc="Amfora aims to be the best looking Gemini client with the most features" diff --git a/packages/arduino-cli-bin/.SRCINFO b/packages/arduino-cli-bin/.SRCINFO index fd91797c0d..ea08b3cda6 100644 --- a/packages/arduino-cli-bin/.SRCINFO +++ b/packages/arduino-cli-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = arduino-cli-bin gives = arduino-cli pkgver = 0.35.3 pkgdesc = An all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces + arch = amd64 breaks = arduino-cli breaks = arduino-cli-deb breaks = arduino-cli-app diff --git a/packages/arduino-cli-bin/arduino-cli-bin.pacscript b/packages/arduino-cli-bin/arduino-cli-bin.pacscript index 1ae21bd001..ba0b88de2f 100644 --- a/packages/arduino-cli-bin/arduino-cli-bin.pacscript +++ b/packages/arduino-cli-bin/arduino-cli-bin.pacscript @@ -1,6 +1,7 @@ pkgname="arduino-cli-bin" gives="arduino-cli" repology=("project: ${gives}") +arch=("amd64") pkgver="0.35.3" maintainer=("DismissedGuy ") breaks=("${gives}" "${gives}-deb" "${gives}-app" "${gives}-git") diff --git a/packages/arduino-ide-bin/.SRCINFO b/packages/arduino-ide-bin/.SRCINFO index aa3a6e832a..20c889f551 100644 --- a/packages/arduino-ide-bin/.SRCINFO +++ b/packages/arduino-ide-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = arduino-ide-bin gives = arduino-ide pkgver = 2.3.2 pkgdesc = An open-source IDE that makes it easy to write code and upload it to Arduino boards + arch = amd64 breaks = arduino-ide breaks = arduino-ide-deb breaks = arduino-ide-app diff --git a/packages/arduino-ide-bin/arduino-ide-bin.pacscript b/packages/arduino-ide-bin/arduino-ide-bin.pacscript index d07ab90182..bad6e22b3d 100644 --- a/packages/arduino-ide-bin/arduino-ide-bin.pacscript +++ b/packages/arduino-ide-bin/arduino-ide-bin.pacscript @@ -1,5 +1,6 @@ pkgname="arduino-ide-bin" gives="arduino-ide" +arch=("amd64") pkgver="2.3.2" repology=("project: arduino") maintainer=("DismissedGuy ") diff --git a/packages/brave-browser-beta-deb/.SRCINFO b/packages/brave-browser-beta-deb/.SRCINFO index 45043ab4a3..c7c234bb21 100644 --- a/packages/brave-browser-beta-deb/.SRCINFO +++ b/packages/brave-browser-beta-deb/.SRCINFO @@ -3,6 +3,7 @@ pkgbase = brave-browser-beta-deb pkgver = 1.67.101 pkgdesc = Testing version of world's most unique, privacy friendly web browser url = https://brave.com/ + arch = amd64 pacdeps = brave-keyring-deb breaks = brave-browser-beta-bin breaks = brave-browser-beta-git diff --git a/packages/brave-browser-beta-deb/brave-browser-beta-deb.pacscript b/packages/brave-browser-beta-deb/brave-browser-beta-deb.pacscript index c46994c617..2d6dd0a1cb 100644 --- a/packages/brave-browser-beta-deb/brave-browser-beta-deb.pacscript +++ b/packages/brave-browser-beta-deb/brave-browser-beta-deb.pacscript @@ -1,5 +1,6 @@ pkgname="brave-browser-beta-deb" gives="brave-browser-beta" +arch=("amd64") pkgver="1.67.101" breaks=("${gives}-bin" "${gives}-git" "${gives}-app") source=("https://github.com/brave/brave-browser/releases/download/v${pkgver}/${gives}_${pkgver}_amd64.deb") diff --git a/packages/circle-flags-svg-deb/.SRCINFO b/packages/circle-flags-svg-deb/.SRCINFO index bae5e8f74c..9f0fad3b93 100644 --- a/packages/circle-flags-svg-deb/.SRCINFO +++ b/packages/circle-flags-svg-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = circle-flags-svg-deb gives = circle-flags-svg pkgver = 2.6.2 pkgdesc = Circle flags in SVG format + arch = all maintainer = Zahrun repology = project: circle-flags repology = repo: linux_mint_21 diff --git a/packages/circle-flags-svg-deb/circle-flags-svg-deb.pacscript b/packages/circle-flags-svg-deb/circle-flags-svg-deb.pacscript index b910140808..3e23244f72 100644 --- a/packages/circle-flags-svg-deb/circle-flags-svg-deb.pacscript +++ b/packages/circle-flags-svg-deb/circle-flags-svg-deb.pacscript @@ -1,6 +1,7 @@ pkgname="circle-flags-svg-deb" gives="circle-flags-svg" repology=("project: circle-flags" "repo: linux_mint_21") +arch=("all") pkgver="2.6.2" source=("http://packages.linuxmint.com/pool/main/c/circle-flags/circle-flags-svg_${pkgver}_all.deb") pkgdesc="Circle flags in SVG format" diff --git a/packages/foliate-deb/.SRCINFO b/packages/foliate-deb/.SRCINFO index 52d73e1efa..08f7d14520 100644 --- a/packages/foliate-deb/.SRCINFO +++ b/packages/foliate-deb/.SRCINFO @@ -3,6 +3,7 @@ pkgbase = foliate-deb pkgver = 3.0.1 pkgdesc = A simple and modern GTK e-book reader url = https://johnfactotum.github.io/foliate/ + arch = all replaces = foliate maintainer = Diegiwg source = https://github.com/johnfactotum/foliate/releases/download/3.0.1/foliate_3.0.1_all.deb diff --git a/packages/foliate-deb/foliate-deb.pacscript b/packages/foliate-deb/foliate-deb.pacscript index dcab92585d..516a29e62a 100644 --- a/packages/foliate-deb/foliate-deb.pacscript +++ b/packages/foliate-deb/foliate-deb.pacscript @@ -1,6 +1,7 @@ pkgname="foliate-deb" gives="foliate" replaces=("${gives}") +arch=("all") pkgver="3.0.1" source=("https://github.com/johnfactotum/${gives}/releases/download/${pkgver}/${gives}_${pkgver}_all.deb") sha256sums=("933bb5235586cb59a2aa7d5df056cae2b504c5e928621ed6d6e084870279c195") diff --git a/packages/fpc-laz-deb/.SRCINFO b/packages/fpc-laz-deb/.SRCINFO index 71f55a5a39..5c59e03281 100644 --- a/packages/fpc-laz-deb/.SRCINFO +++ b/packages/fpc-laz-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = fpc-laz-deb gives = fpc-laz pkgver = 3.2.2 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 replaces = fpc provides = fpc maintainer = xdavius diff --git a/packages/fpc-laz-deb/fpc-laz-deb.pacscript b/packages/fpc-laz-deb/fpc-laz-deb.pacscript index 0c43586a60..18130603e9 100644 --- a/packages/fpc-laz-deb/fpc-laz-deb.pacscript +++ b/packages/fpc-laz-deb/fpc-laz-deb.pacscript @@ -1,4 +1,5 @@ pkgname="fpc-laz-deb" +arch=("amd64") pkgver="3.2.2" gives="fpc-laz" replaces=("fpc") diff --git a/packages/fpc-src-deb/.SRCINFO b/packages/fpc-src-deb/.SRCINFO index ec745093bd..898656605a 100644 --- a/packages/fpc-src-deb/.SRCINFO +++ b/packages/fpc-src-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = fpc-src-deb gives = fpc-src pkgver = 3.2.2 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 maintainer = xdavius repology = project: fpc source = https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-src_3.2.2-210709_amd64.deb diff --git a/packages/fpc-src-deb/fpc-src-deb.pacscript b/packages/fpc-src-deb/fpc-src-deb.pacscript index 0e1889bc8f..8948e30c0a 100644 --- a/packages/fpc-src-deb/fpc-src-deb.pacscript +++ b/packages/fpc-src-deb/fpc-src-deb.pacscript @@ -1,4 +1,5 @@ pkgname="fpc-src-deb" +arch=("amd64") pkgver="3.2.2" gives="fpc-src" repology=("project: fpc") diff --git a/packages/hypnotix-deb/.SRCINFO b/packages/hypnotix-deb/.SRCINFO index dcc8033623..980e1ca4fb 100644 --- a/packages/hypnotix-deb/.SRCINFO +++ b/packages/hypnotix-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = hypnotix-deb gives = hypnotix pkgver = 4.3 pkgdesc = An IPTV streaming application with support for live TV, movies and series + arch = all pacdeps = gir1.2-xapp-1.0-deb pacdeps = circle-flags-svg-deb maintainer = Zahrun diff --git a/packages/hypnotix-deb/hypnotix-deb.pacscript b/packages/hypnotix-deb/hypnotix-deb.pacscript index 9f1663444b..9a9030fcd0 100644 --- a/packages/hypnotix-deb/hypnotix-deb.pacscript +++ b/packages/hypnotix-deb/hypnotix-deb.pacscript @@ -3,6 +3,7 @@ gives="hypnotix" repology=("project: ${gives}") pacdeps=("gir1.2-xapp-1.0-deb" "circle-flags-svg-deb") pacdeps_debian=("python3-imdbpy-deb") +arch=("all") pkgver="4.3" sha256sums=("129f9fd5032252cebbd81a6ea8da4f61dc6bd4d9072dede430bfca8e67451361") source=("http://packages.linuxmint.com/pool/main/h/hypnotix/hypnotix_${pkgver}_all.deb") diff --git a/packages/kxstudio-repos-deb/.SRCINFO b/packages/kxstudio-repos-deb/.SRCINFO index 94535f424a..272c42ea20 100644 --- a/packages/kxstudio-repos-deb/.SRCINFO +++ b/packages/kxstudio-repos-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = kxstudio-repos-deb gives = kxstudio-repos pkgver = 10.0.3 pkgdesc = Enables the KXStudio repositories. + arch = all maintainer = echometerain source = https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_10.0.3_all.deb sha256sums = a73597e4575a065acdaa2c0217b167818447e1ca509bc1ad080042c8c47060b1 diff --git a/packages/kxstudio-repos-deb/kxstudio-repos-deb.pacscript b/packages/kxstudio-repos-deb/kxstudio-repos-deb.pacscript index 0a4113815f..28b65a0dfc 100644 --- a/packages/kxstudio-repos-deb/kxstudio-repos-deb.pacscript +++ b/packages/kxstudio-repos-deb/kxstudio-repos-deb.pacscript @@ -1,4 +1,5 @@ pkgname="kxstudio-repos-deb" +arch=("all") pkgver="10.0.3" source=("https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_${pkgver}_all.deb") gives="kxstudio-repos" diff --git a/packages/lazarus-project-deb/.SRCINFO b/packages/lazarus-project-deb/.SRCINFO index 22d5d846c6..c084b370d2 100644 --- a/packages/lazarus-project-deb/.SRCINFO +++ b/packages/lazarus-project-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = lazarus-project-deb gives = lazarus-project pkgver = 3.4 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 breaks = lazarus-ide-qt6 maintainer = xdavius repology = project: lazarus diff --git a/packages/lazarus-project-deb/lazarus-project-deb.pacscript b/packages/lazarus-project-deb/lazarus-project-deb.pacscript index fef75e9ef3..1c33c7c093 100644 --- a/packages/lazarus-project-deb/lazarus-project-deb.pacscript +++ b/packages/lazarus-project-deb/lazarus-project-deb.pacscript @@ -1,4 +1,5 @@ pkgname="lazarus-project-deb" +arch=("amd64") pkgver="3.4" gives="lazarus-project" breaks=("lazarus-ide-qt6") diff --git a/packages/lazygit/.SRCINFO b/packages/lazygit/.SRCINFO index 53202d9c04..b3aed42eff 100644 --- a/packages/lazygit/.SRCINFO +++ b/packages/lazygit/.SRCINFO @@ -3,6 +3,7 @@ pkgbase = lazygit pkgver = 0.42.0 pkgdesc = simple terminal UI for git commands url = https://github.com/jesseduffield/lazygit + arch = amd64 depends = git maintainer = Thomas Crha source = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_x86_64.tar.gz diff --git a/packages/lazygit/lazygit.pacscript b/packages/lazygit/lazygit.pacscript index 165bcb657e..e50476b073 100644 --- a/packages/lazygit/lazygit.pacscript +++ b/packages/lazygit/lazygit.pacscript @@ -1,5 +1,6 @@ pkgname="lazygit" gives="lazygit" +arch=("amd64") pkgver="0.42.0" source=("https://github.com/jesseduffield/lazygit/releases/download/v${pkgver}/lazygit_${pkgver}_Linux_x86_64.tar.gz") url="https://github.com/jesseduffield/lazygit" diff --git a/packages/lutris-deb/.SRCINFO b/packages/lutris-deb/.SRCINFO index 859515d8b4..6e645084ec 100644 --- a/packages/lutris-deb/.SRCINFO +++ b/packages/lutris-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = lutris-deb gives = lutris pkgver = 0.5.17 pkgdesc = open source gaming platform + arch = all depends = python3-gi-cairo maintainer = Oren Klopfer repology = project: lutris diff --git a/packages/lutris-deb/lutris-deb.pacscript b/packages/lutris-deb/lutris-deb.pacscript index 398df49da8..3fb6764bea 100644 --- a/packages/lutris-deb/lutris-deb.pacscript +++ b/packages/lutris-deb/lutris-deb.pacscript @@ -1,4 +1,5 @@ pkgname="lutris-deb" +arch=("all") pkgver="0.5.17" gives="lutris" repology=("project: lutris") diff --git a/packages/makedeb-deb/.SRCINFO b/packages/makedeb-deb/.SRCINFO index 7e50feda08..7829da68a7 100644 --- a/packages/makedeb-deb/.SRCINFO +++ b/packages/makedeb-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = makedeb-deb gives = makedeb pkgver = 16.0.0 pkgdesc = A tool which takes PKGBUILD files and creates Debian packages installable with DPKG/APT + arch = all breaks = makedeb breaks = makedeb-git maintainer = Elsie19 diff --git a/packages/makedeb-deb/makedeb-deb.pacscript b/packages/makedeb-deb/makedeb-deb.pacscript index 25f5d9efd7..ac9d0a2778 100644 --- a/packages/makedeb-deb/makedeb-deb.pacscript +++ b/packages/makedeb-deb/makedeb-deb.pacscript @@ -1,6 +1,7 @@ pkgname="makedeb-deb" gives="makedeb" breaks=("${gives}" "${gives}-git") +arch=("all") pkgver="16.0.0" repology=("project: ${gives}") source=("https://proget.makedeb.org/debian-feeds/makedeb/main/makedeb/all/makedeb_all_${pkgver}-stable.deb") diff --git a/packages/micro/.SRCINFO b/packages/micro/.SRCINFO index f1db6813fc..6d29ef7fd5 100644 --- a/packages/micro/.SRCINFO +++ b/packages/micro/.SRCINFO @@ -1,6 +1,7 @@ pkgbase = micro pkgver = 2.0.13 pkgdesc = A modern and intuitive terminal-based text editor + arch = amd64 optdepends = xclip: system clipboard support (X11) optdepends = wl-clipboard: system clipboard support (Wayland) replaces = micro diff --git a/packages/micro/micro.pacscript b/packages/micro/micro.pacscript index 75c6e04783..ed93003035 100644 --- a/packages/micro/micro.pacscript +++ b/packages/micro/micro.pacscript @@ -1,4 +1,5 @@ pkgname="micro" +arch=("amd64") pkgver="2.0.13" pkgdesc="A modern and intuitive terminal-based text editor" maintainer=("edward-riley ") diff --git a/packages/mobile-usb-networking-deb/.SRCINFO b/packages/mobile-usb-networking-deb/.SRCINFO index 68bd2019a8..1a73868726 100644 --- a/packages/mobile-usb-networking-deb/.SRCINFO +++ b/packages/mobile-usb-networking-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = mobile-usb-networking-deb gives = mobile-usb-networking pkgver = 0.0.4 pkgdesc = USB networking configuration for mobile devices + arch = all maintainer = Oren Klopfer repology = project: mobile-usb-networking source = https://repo.mobian-project.org/pool/main/m/mobile-usb-networking/mobile-usb-networking_0.0.4_all.deb diff --git a/packages/mobile-usb-networking-deb/mobile-usb-networking-deb.pacscript b/packages/mobile-usb-networking-deb/mobile-usb-networking-deb.pacscript index 3eb09a3461..dec44dfdc4 100644 --- a/packages/mobile-usb-networking-deb/mobile-usb-networking-deb.pacscript +++ b/packages/mobile-usb-networking-deb/mobile-usb-networking-deb.pacscript @@ -1,5 +1,6 @@ pkgname="mobile-usb-networking-deb" gives="mobile-usb-networking" +arch=("all") pkgver="0.0.4" source=("https://repo.mobian-project.org/pool/main/m/${gives}/${gives}_${pkgver}_all.deb") pkgdesc="USB networking configuration for mobile devices" diff --git a/packages/neovide-bin/.SRCINFO b/packages/neovide-bin/.SRCINFO index ebfc540ace..3512bf5ab2 100644 --- a/packages/neovide-bin/.SRCINFO +++ b/packages/neovide-bin/.SRCINFO @@ -3,6 +3,7 @@ pkgbase = neovide-bin pkgver = 0.12.2 pkgrel = 2 pkgdesc = No nonsense neovim client in Rust + arch = amd64 breaks = neovide breaks = neovide-git breaks = neovide-deb diff --git a/packages/neovide-bin/neovide-bin.pacscript b/packages/neovide-bin/neovide-bin.pacscript index 19bb818a3e..595193403c 100644 --- a/packages/neovide-bin/neovide-bin.pacscript +++ b/packages/neovide-bin/neovide-bin.pacscript @@ -10,6 +10,7 @@ maintainer=("wizard-28 ") pkgname="neovide-bin" gives="neovide" +arch=("amd64") pkgver="0.12.2" pkgrel="2" pkgdesc="No nonsense neovim client in Rust" diff --git a/packages/noisetorch-bin/.SRCINFO b/packages/noisetorch-bin/.SRCINFO index 843ad97228..f4a5b9956a 100644 --- a/packages/noisetorch-bin/.SRCINFO +++ b/packages/noisetorch-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = noisetorch-bin gives = noisetorch pkgver = 0.12.2 pkgdesc = Easy to use noise suppression for PulseAudio + arch = amd64 depends = policykit-1 breaks = noisetorch breaks = noisetorch-deb diff --git a/packages/noisetorch-bin/noisetorch-bin.pacscript b/packages/noisetorch-bin/noisetorch-bin.pacscript index a7748e6391..bfc18bb023 100644 --- a/packages/noisetorch-bin/noisetorch-bin.pacscript +++ b/packages/noisetorch-bin/noisetorch-bin.pacscript @@ -1,5 +1,6 @@ pkgname="noisetorch-bin" gives="noisetorch" +arch=("amd64") pkgver="0.12.2" pkgdesc="Easy to use noise suppression for PulseAudio" repology=("project: noisetorch" "visiblename: noisetorch-bin") diff --git a/packages/onnxruntime-bin/.SRCINFO b/packages/onnxruntime-bin/.SRCINFO index 2e05e8d74d..be1ff54b0b 100644 --- a/packages/onnxruntime-bin/.SRCINFO +++ b/packages/onnxruntime-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = onnxruntime-bin gives = onnxruntime pkgver = 1.17.1 pkgdesc = Cross-platform inference and training machine-learning accelerator + arch = amd64 replaces = onnxruntime replaces = onnxruntime-bin replaces = onnxruntime-1-7-0-bin diff --git a/packages/onnxruntime-bin/onnxruntime-bin.pacscript b/packages/onnxruntime-bin/onnxruntime-bin.pacscript index 19e4d2fa30..b59bfcf3c6 100644 --- a/packages/onnxruntime-bin/onnxruntime-bin.pacscript +++ b/packages/onnxruntime-bin/onnxruntime-bin.pacscript @@ -2,6 +2,7 @@ pkgname="onnxruntime-bin" gives="onnxruntime" repology=("project: onnxruntime") replaces=("${gives}" "${gives}-bin" "${gives}-1-7-0-bin" "${gives}-gpu" "${gives}-gpu-bin") +arch=("amd64") pkgver="1.17.1" source=("https://github.com/microsoft/onnxruntime/releases/download/v${pkgver}/onnxruntime-linux-x64-${pkgver}.tgz") pkgdesc="Cross-platform inference and training machine-learning accelerator" diff --git a/packages/onnxruntime-gpu-bin/.SRCINFO b/packages/onnxruntime-gpu-bin/.SRCINFO index 9506ac0ec3..bbad351a9a 100644 --- a/packages/onnxruntime-gpu-bin/.SRCINFO +++ b/packages/onnxruntime-gpu-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = onnxruntime-gpu-bin gives = onnxruntime-gpu pkgver = 1.17.1 pkgdesc = Cross-platform inference and training machine-learning accelerator with gpu support + arch = amd64 replaces = onnxruntime-gpu-1-7-0-bin replaces = onnxruntime-gpu replaces = onnxruntime-gpu-bin diff --git a/packages/onnxruntime-gpu-bin/onnxruntime-gpu-bin.pacscript b/packages/onnxruntime-gpu-bin/onnxruntime-gpu-bin.pacscript index ce15ff1a94..6ed9124ce9 100644 --- a/packages/onnxruntime-gpu-bin/onnxruntime-gpu-bin.pacscript +++ b/packages/onnxruntime-gpu-bin/onnxruntime-gpu-bin.pacscript @@ -1,6 +1,7 @@ pkgname="onnxruntime-gpu-bin" gives="onnxruntime-gpu" repology=("project: onnxruntime") +arch=("amd64") pkgver="1.17.1" source=("https://github.com/microsoft/onnxruntime/releases/download/v${pkgver}/onnxruntime-linux-x64-gpu-${pkgver}.tgz") pkgdesc="Cross-platform inference and training machine-learning accelerator with gpu support" diff --git a/packages/opensnitch-ui-deb/.SRCINFO b/packages/opensnitch-ui-deb/.SRCINFO index 373fad745b..dc3090a859 100644 --- a/packages/opensnitch-ui-deb/.SRCINFO +++ b/packages/opensnitch-ui-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = opensnitch-ui-deb gives = python3-opensnitch-ui pkgver = 1.6.6 pkgdesc = OpenSnitch is a GNU/Linux port of the Little Snitch application firewall + arch = all maintainer = echometerain repology = project: opensnitch-ui repology = repo: nix_unstable diff --git a/packages/opensnitch-ui-deb/opensnitch-ui-deb.pacscript b/packages/opensnitch-ui-deb/opensnitch-ui-deb.pacscript index 15f803133e..a4fa54f7ea 100644 --- a/packages/opensnitch-ui-deb/opensnitch-ui-deb.pacscript +++ b/packages/opensnitch-ui-deb/opensnitch-ui-deb.pacscript @@ -1,4 +1,5 @@ pkgname="opensnitch-ui-deb" +arch=("all") pkgver="1.6.6" source=("https://github.com/evilsocket/opensnitch/releases/download/v${pkgver}/python3-opensnitch-ui_${pkgver}-1_all.deb") gives="python3-opensnitch-ui" diff --git a/packages/postman-bin/.SRCINFO b/packages/postman-bin/.SRCINFO index 2b4f8c2812..46907ca6b3 100644 --- a/packages/postman-bin/.SRCINFO +++ b/packages/postman-bin/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = postman-bin gives = postman pkgver = 10.18.10 pkgdesc = Build, test, and document your APIs faster + arch = amd64 depends = libxss1 depends = libnss3 depends = libgtk-3-0 diff --git a/packages/postman-bin/postman-bin.pacscript b/packages/postman-bin/postman-bin.pacscript index 9aa14ea02c..e22d93f0c8 100644 --- a/packages/postman-bin/postman-bin.pacscript +++ b/packages/postman-bin/postman-bin.pacscript @@ -1,4 +1,5 @@ pkgname="postman-bin" +arch=("amd64") pkgver="10.18.10" pkgdesc="Build, test, and document your APIs faster" repology=("project: postman" "visiblename: postman-bin") diff --git a/packages/python3-imdbpy-deb/.SRCINFO b/packages/python3-imdbpy-deb/.SRCINFO index 9c04bbd6bd..40a247aad5 100644 --- a/packages/python3-imdbpy-deb/.SRCINFO +++ b/packages/python3-imdbpy-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = python3-imdbpy-deb gives = python3-imdbpy pkgver = 2021.04.18 pkgdesc = A package to retrieve and manage the data of the IMDb movie database about both movies and people + arch = all maintainer = Zahrun repology = project: imdbpy repology = repo: debian_unstable diff --git a/packages/python3-imdbpy-deb/python3-imdbpy-deb.pacscript b/packages/python3-imdbpy-deb/python3-imdbpy-deb.pacscript index e50112965a..4b81e803ab 100644 --- a/packages/python3-imdbpy-deb/python3-imdbpy-deb.pacscript +++ b/packages/python3-imdbpy-deb/python3-imdbpy-deb.pacscript @@ -1,5 +1,6 @@ pkgname="python3-imdbpy-deb" gives="python3-imdbpy" +arch=("all") pkgver="2021.04.18" source=("http://ftp.debian.org/debian/pool/main/i/imdbpy/python3-imdbpy_${pkgver}-3_all.deb") sha256sums=("b093fa1a632d596c4dfcc48a2b6a5149753348b3ca028cd8c0f4c2e1e5ffe80e") diff --git a/packages/realvnc-vnc-viewer-deb/.SRCINFO b/packages/realvnc-vnc-viewer-deb/.SRCINFO index 6f774db2b2..e494725b69 100644 --- a/packages/realvnc-vnc-viewer-deb/.SRCINFO +++ b/packages/realvnc-vnc-viewer-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = realvnc-vnc-viewer-deb gives = realvnc-vnc-viewer pkgver = 7.6.0 pkgdesc = VNC Viewer, from RealVNC, is remote access software that enables you to securely connect to and control a remote computer + arch = amd64 breaks = realvnc-vnc-viewer breaks = realvnc-vnc-viewer-bin breaks = realvnc-vnc-viewer-app diff --git a/packages/realvnc-vnc-viewer-deb/realvnc-vnc-viewer-deb.pacscript b/packages/realvnc-vnc-viewer-deb/realvnc-vnc-viewer-deb.pacscript index da91427c68..26fe203223 100644 --- a/packages/realvnc-vnc-viewer-deb/realvnc-vnc-viewer-deb.pacscript +++ b/packages/realvnc-vnc-viewer-deb/realvnc-vnc-viewer-deb.pacscript @@ -1,6 +1,7 @@ pkgname="realvnc-vnc-viewer-deb" gives="realvnc-vnc-viewer" breaks=("${gives}" "${gives}-bin" "${gives}-app") +arch=("amd64") pkgver="7.6.0" pkgdesc="VNC Viewer, from RealVNC, is remote access software that enables you to securely connect to and control a remote computer" sha256sums=("394ad2c5a87f7dd7a492938b64403ff2efc94a446d505ca506dca04fdb572f17") diff --git a/packages/rio-wayland-deb/.SRCINFO b/packages/rio-wayland-deb/.SRCINFO index ba2a7f8a34..e49e45bf9c 100644 --- a/packages/rio-wayland-deb/.SRCINFO +++ b/packages/rio-wayland-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = rio-wayland-deb gives = rio pkgver = 0.0.36 pkgdesc = A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers + arch = amd64 breaks = rio-x11-deb breaks = rio-git maintainer = Herisson diff --git a/packages/rio-wayland-deb/rio-wayland-deb.pacscript b/packages/rio-wayland-deb/rio-wayland-deb.pacscript index b2796e3ed4..9eee4ae3b9 100644 --- a/packages/rio-wayland-deb/rio-wayland-deb.pacscript +++ b/packages/rio-wayland-deb/rio-wayland-deb.pacscript @@ -1,6 +1,7 @@ pkgname="rio-wayland-deb" gives="rio" breaks=("rio-x11-deb" "rio-git") +arch=("amd64") pkgver="0.0.36" pkgdesc="A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers" sha256sums=("754ec290a8ec3a3ec130ab4aa5b1ad9d2173620e0d7a228694a91154af9c8c2b") diff --git a/packages/rio-x11-deb/.SRCINFO b/packages/rio-x11-deb/.SRCINFO index 71689cfbe6..74b98045df 100644 --- a/packages/rio-x11-deb/.SRCINFO +++ b/packages/rio-x11-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = rio-x11-deb gives = rio pkgver = 0.0.36 pkgdesc = A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers + arch = amd64 breaks = rio-wayland-deb breaks = rio-git maintainer = Herisson diff --git a/packages/rio-x11-deb/rio-x11-deb.pacscript b/packages/rio-x11-deb/rio-x11-deb.pacscript index 774a7f91a6..76c77ecb69 100644 --- a/packages/rio-x11-deb/rio-x11-deb.pacscript +++ b/packages/rio-x11-deb/rio-x11-deb.pacscript @@ -1,6 +1,7 @@ pkgname="rio-x11-deb" gives="rio" breaks=("rio-wayland-deb" "rio-git") +arch=("amd64") pkgver="0.0.36" pkgdesc="A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers" sha256sums=("754ec290a8ec3a3ec130ab4aa5b1ad9d2173620e0d7a228694a91154af9c8c2b") diff --git a/packages/rpcs3-app/.SRCINFO b/packages/rpcs3-app/.SRCINFO index 34f0e5d1db..0f99426a47 100644 --- a/packages/rpcs3-app/.SRCINFO +++ b/packages/rpcs3-app/.SRCINFO @@ -3,6 +3,7 @@ pkgbase = rpcs3-app pkgver = 0.0.29-15709 pkgdesc = PS3 emulator/debugger url = https://rpcs3.net + arch = amd64 maintainer = Thomas Crha source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-3c93509471f5f2f9d473a4c11682ef83366349d2/rpcs3-v0.0.29-15709-3c935094_linux64.AppImage sha256sums = 470a2998e2f8e545aa3975043983794dcd1a1f07464899b156c9cb32b2dfe2b2 diff --git a/packages/rpcs3-app/rpcs3-app.pacscript b/packages/rpcs3-app/rpcs3-app.pacscript index 052d3fb9a6..d7727f413f 100644 --- a/packages/rpcs3-app/rpcs3-app.pacscript +++ b/packages/rpcs3-app/rpcs3-app.pacscript @@ -1,5 +1,6 @@ pkgname="rpcs3-app" gives="rpcs3" +arch=("amd64") pkgver="0.0.29-15709" pkgsha="3c93509471f5f2f9d473a4c11682ef83366349d2" source=("https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-${pkgsha}/rpcs3-v${pkgver}-${pkgsha:0:8}_linux64.AppImage") diff --git a/packages/tabby-deb/.SRCINFO b/packages/tabby-deb/.SRCINFO index 57ebdd30f1..16232d55c4 100644 --- a/packages/tabby-deb/.SRCINFO +++ b/packages/tabby-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = tabby-deb gives = tabby-terminal pkgver = 1.0.197 pkgdesc = A terminal for the modern age + arch = amd64 breaks = tabby breaks = tabby-app maintainer = Herisson diff --git a/packages/tabby-deb/tabby-deb.pacscript b/packages/tabby-deb/tabby-deb.pacscript index 664ac756fa..9c7fe9fa56 100644 --- a/packages/tabby-deb/tabby-deb.pacscript +++ b/packages/tabby-deb/tabby-deb.pacscript @@ -1,6 +1,7 @@ pkgname="tabby-deb" gives="tabby-terminal" breaks=("tabby" "tabby-app") +arch=("amd64") pkgver="1.0.197" pkgdesc="A terminal for the modern age" sha256sums=("aa1cc7936d80d8eb1bc0a50f55abb5120d1172877ffbe7bb2548d30f4c799fe5") diff --git a/packages/u-boot-mobian-deb/.SRCINFO b/packages/u-boot-mobian-deb/.SRCINFO index 884443f145..06e6331dc3 100644 --- a/packages/u-boot-mobian-deb/.SRCINFO +++ b/packages/u-boot-mobian-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = u-boot-mobian-deb gives = u-boot-menu pkgver = 4.2.2mobian1 pkgdesc = Deb packaging for u-boot-menu with Mobian patches + arch = all replaces = u-boot-menu maintainer = Oren Klopfer repology = project: u-boot-menu diff --git a/packages/u-boot-mobian-deb/u-boot-mobian-deb.pacscript b/packages/u-boot-mobian-deb/u-boot-mobian-deb.pacscript index 9ee6ee9c7e..558a3dc7a8 100644 --- a/packages/u-boot-mobian-deb/u-boot-mobian-deb.pacscript +++ b/packages/u-boot-mobian-deb/u-boot-mobian-deb.pacscript @@ -1,6 +1,7 @@ pkgname="u-boot-mobian-deb" gives="u-boot-menu" replaces=("${gives}") +arch=("all") pkgver="4.2.2mobian1" source=("https://repo.mobian-project.org/pool/main/u/${gives}/${gives}_${pkgver}_all.deb") pkgdesc="Deb packaging for u-boot-menu with Mobian patches" diff --git a/packages/warpinator-deb/.SRCINFO b/packages/warpinator-deb/.SRCINFO index ec3adc127a..7102f261ff 100644 --- a/packages/warpinator-deb/.SRCINFO +++ b/packages/warpinator-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = warpinator-deb gives = warpinator pkgver = 1.8.3+virginia pkgdesc = A tool to share files across the LAN + arch = amd64 depends = gir1.2-glib-2.0 depends = gir1.2-gtk-3.0 depends = gir1.2-xapp-1.0 diff --git a/packages/warpinator-deb/warpinator-deb.pacscript b/packages/warpinator-deb/warpinator-deb.pacscript index b006216a3a..2d5ea777fc 100644 --- a/packages/warpinator-deb/warpinator-deb.pacscript +++ b/packages/warpinator-deb/warpinator-deb.pacscript @@ -1,6 +1,7 @@ pkgname="warpinator-deb" gives="warpinator" pkgdesc="A tool to share files across the LAN" +arch=("amd64") pkgver="1.8.3+virginia" source=("http://packages.linuxmint.com/pool/backport/w/warpinator/warpinator_${pkgver}_amd64.deb") sha256sums=("fdcae13e004e1474711aa2f567e76d372f0634264d69732e775aba338b3d825e") diff --git a/packages/webapp-manager-deb/.SRCINFO b/packages/webapp-manager-deb/.SRCINFO index 659bb76fae..2da3db31d9 100644 --- a/packages/webapp-manager-deb/.SRCINFO +++ b/packages/webapp-manager-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = webapp-manager-deb gives = webapp-manager pkgver = 1.3.4 pkgdesc = Run websites as if they were apps. + arch = all maintainer = cat-master21 <96554164+cat-master21@users.noreply.github.com> repology = project: webapp-manager source = http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.3.4_all.deb diff --git a/packages/webapp-manager-deb/webapp-manager-deb.pacscript b/packages/webapp-manager-deb/webapp-manager-deb.pacscript index 179739a628..854e2b31e1 100644 --- a/packages/webapp-manager-deb/webapp-manager-deb.pacscript +++ b/packages/webapp-manager-deb/webapp-manager-deb.pacscript @@ -1,6 +1,7 @@ pkgname="webapp-manager-deb" gives="webapp-manager" repology=("project: webapp-manager") +arch=("all") pkgver="1.3.4" source=("http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_${pkgver}_all.deb") pkgdesc="Run websites as if they were apps." diff --git a/packages/xapps-common-deb/.SRCINFO b/packages/xapps-common-deb/.SRCINFO index f3cfdf0361..6742d1f6c0 100644 --- a/packages/xapps-common-deb/.SRCINFO +++ b/packages/xapps-common-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = xapps-common-deb gives = xapps-common pkgver = 2.8.2 pkgdesc = Components which are common to multiple desktop environments and required to implement cross-DE solutions + arch = all maintainer = Zahrun repology = project: xapps source = http://packages.linuxmint.com/pool/backport/x/xapp/xapps-common_2.8.2+virginia_all.deb diff --git a/packages/xapps-common-deb/xapps-common-deb.pacscript b/packages/xapps-common-deb/xapps-common-deb.pacscript index 2a48f7cc6e..415d4fc64c 100644 --- a/packages/xapps-common-deb/xapps-common-deb.pacscript +++ b/packages/xapps-common-deb/xapps-common-deb.pacscript @@ -1,5 +1,6 @@ pkgname="xapps-common-deb" gives="xapps-common" +arch=("all") pkgver="2.8.2" repology=("project: xapps") source=("http://packages.linuxmint.com/pool/backport/x/xapp/xapps-common_${pkgver}+virginia_all.deb") diff --git a/packages/xfce4-deb/.SRCINFO b/packages/xfce4-deb/.SRCINFO index ef38a3c98f..9d08e5ada5 100644 --- a/packages/xfce4-deb/.SRCINFO +++ b/packages/xfce4-deb/.SRCINFO @@ -2,6 +2,7 @@ pkgbase = xfce4-deb gives = xfce4 pkgver = 4.18 pkgdesc = XFCE4 Desktop + arch = all maintainer = http.llamaz repology = project: xfce4-meta source = http://ftp.de.debian.org/debian/pool/main/x/xfce4/xfce4_4.18_all.deb diff --git a/packages/xfce4-deb/xfce4-deb.pacscript b/packages/xfce4-deb/xfce4-deb.pacscript index 08cd1cc428..347eb59c1a 100644 --- a/packages/xfce4-deb/xfce4-deb.pacscript +++ b/packages/xfce4-deb/xfce4-deb.pacscript @@ -1,5 +1,6 @@ pkgname="xfce4-deb" gives="xfce4" +arch=("all") pkgver="4.18" source=("http://ftp.de.debian.org/debian/pool/main/x/${gives}/${gives}_${pkgver}_all.deb") pkgdesc="XFCE4 Desktop" diff --git a/srclist b/srclist index dc41eb3dd6..4e633e9a84 100644 --- a/srclist +++ b/srclist @@ -102,6 +102,7 @@ pkgbase = amfora-bin gives = amfora pkgver = 1.10.0 pkgdesc = Amfora aims to be the best looking Gemini client with the most features + arch = amd64 breaks = amfora breaks = amfora-git breaks = amfora-deb @@ -477,6 +478,7 @@ pkgbase = arduino-cli-bin gives = arduino-cli pkgver = 0.35.3 pkgdesc = An all-in-one solution that provides Boards/Library Managers, sketch builder, board detection, uploader, and many other tools needed to use any Arduino compatible board and platform from command line or machine interfaces + arch = amd64 breaks = arduino-cli breaks = arduino-cli-deb breaks = arduino-cli-app @@ -492,6 +494,7 @@ pkgbase = arduino-ide-bin gives = arduino-ide pkgver = 2.3.2 pkgdesc = An open-source IDE that makes it easy to write code and upload it to Arduino boards + arch = amd64 breaks = arduino-ide breaks = arduino-ide-deb breaks = arduino-ide-app @@ -991,6 +994,7 @@ pkgbase = brave-browser-beta-deb pkgver = 1.67.101 pkgdesc = Testing version of world's most unique, privacy friendly web browser url = https://brave.com/ + arch = amd64 pacdeps = brave-keyring-deb breaks = brave-browser-beta-bin breaks = brave-browser-beta-git @@ -1245,6 +1249,7 @@ pkgbase = circle-flags-svg-deb gives = circle-flags-svg pkgver = 2.6.2 pkgdesc = Circle flags in SVG format + arch = all maintainer = Zahrun repology = project: circle-flags repology = repo: linux_mint_21 @@ -2898,6 +2903,7 @@ pkgbase = foliate-deb pkgver = 3.0.1 pkgdesc = A simple and modern GTK e-book reader url = https://johnfactotum.github.io/foliate/ + arch = all replaces = foliate maintainer = Diegiwg source = https://github.com/johnfactotum/foliate/releases/download/3.0.1/foliate_3.0.1_all.deb @@ -2940,6 +2946,7 @@ pkgbase = fpc-laz-deb gives = fpc-laz pkgver = 3.2.2 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 replaces = fpc provides = fpc maintainer = xdavius @@ -2953,6 +2960,7 @@ pkgbase = fpc-src-deb gives = fpc-src pkgver = 3.2.2 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 maintainer = xdavius repology = project: fpc source = https://sourceforge.net/projects/lazarus/files/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.4/fpc-src_3.2.2-210709_amd64.deb @@ -4359,6 +4367,7 @@ pkgbase = hypnotix-deb gives = hypnotix pkgver = 4.3 pkgdesc = An IPTV streaming application with support for live TV, movies and series + arch = all pacdeps = gir1.2-xapp-1.0-deb pacdeps = circle-flags-svg-deb maintainer = Zahrun @@ -5131,6 +5140,7 @@ pkgbase = kxstudio-repos-deb gives = kxstudio-repos pkgver = 10.0.3 pkgdesc = Enables the KXStudio repositories. + arch = all maintainer = echometerain source = https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/kxstudio-repos_10.0.3_all.deb sha256sums = a73597e4575a065acdaa2c0217b167818447e1ca509bc1ad080042c8c47060b1 @@ -5205,6 +5215,7 @@ pkgbase = lazarus-project-deb gives = lazarus-project pkgver = 3.4 pkgdesc = Delphi-like IDE for FreePascal gtk2 version + arch = amd64 breaks = lazarus-ide-qt6 maintainer = xdavius repology = project: lazarus @@ -5218,6 +5229,7 @@ pkgbase = lazygit pkgver = 0.42.0 pkgdesc = simple terminal UI for git commands url = https://github.com/jesseduffield/lazygit + arch = amd64 depends = git maintainer = Thomas Crha source = https://github.com/jesseduffield/lazygit/releases/download/v0.42.0/lazygit_0.42.0_Linux_x86_64.tar.gz @@ -6150,6 +6162,7 @@ pkgbase = lutris-deb gives = lutris pkgver = 0.5.17 pkgdesc = open source gaming platform + arch = all depends = python3-gi-cairo maintainer = Oren Klopfer repology = project: lutris @@ -6240,6 +6253,7 @@ pkgbase = makedeb-deb gives = makedeb pkgver = 16.0.0 pkgdesc = A tool which takes PKGBUILD files and creates Debian packages installable with DPKG/APT + arch = all breaks = makedeb breaks = makedeb-git maintainer = Elsie19 @@ -6430,6 +6444,7 @@ pkgname = meson-git pkgbase = micro pkgver = 2.0.13 pkgdesc = A modern and intuitive terminal-based text editor + arch = amd64 optdepends = xclip: system clipboard support (X11) optdepends = wl-clipboard: system clipboard support (Wayland) replaces = micro @@ -6640,6 +6655,7 @@ pkgbase = mobile-usb-networking-deb gives = mobile-usb-networking pkgver = 0.0.4 pkgdesc = USB networking configuration for mobile devices + arch = all maintainer = Oren Klopfer repology = project: mobile-usb-networking source = https://repo.mobian-project.org/pool/main/m/mobile-usb-networking/mobile-usb-networking_0.0.4_all.deb @@ -6880,6 +6896,7 @@ pkgbase = neovide-bin pkgver = 0.12.2 pkgrel = 2 pkgdesc = No nonsense neovim client in Rust + arch = amd64 breaks = neovide breaks = neovide-git breaks = neovide-deb @@ -7058,6 +7075,7 @@ pkgbase = noisetorch-bin gives = noisetorch pkgver = 0.12.2 pkgdesc = Easy to use noise suppression for PulseAudio + arch = amd64 depends = policykit-1 breaks = noisetorch breaks = noisetorch-deb @@ -7436,6 +7454,7 @@ pkgbase = onnxruntime-bin gives = onnxruntime pkgver = 1.17.1 pkgdesc = Cross-platform inference and training machine-learning accelerator + arch = amd64 replaces = onnxruntime replaces = onnxruntime-bin replaces = onnxruntime-1-7-0-bin @@ -7452,6 +7471,7 @@ pkgbase = onnxruntime-gpu-bin gives = onnxruntime-gpu pkgver = 1.17.1 pkgdesc = Cross-platform inference and training machine-learning accelerator with gpu support + arch = amd64 replaces = onnxruntime-gpu-1-7-0-bin replaces = onnxruntime-gpu replaces = onnxruntime-gpu-bin @@ -7521,6 +7541,7 @@ pkgbase = opensnitch-ui-deb gives = python3-opensnitch-ui pkgver = 1.6.6 pkgdesc = OpenSnitch is a GNU/Linux port of the Little Snitch application firewall + arch = all maintainer = echometerain repology = project: opensnitch-ui repology = repo: nix_unstable @@ -8226,6 +8247,7 @@ pkgbase = postman-bin gives = postman pkgver = 10.18.10 pkgdesc = Build, test, and document your APIs faster + arch = amd64 depends = libxss1 depends = libnss3 depends = libgtk-3-0 @@ -8549,6 +8571,7 @@ pkgbase = python3-imdbpy-deb gives = python3-imdbpy pkgver = 2021.04.18 pkgdesc = A package to retrieve and manage the data of the IMDb movie database about both movies and people + arch = all maintainer = Zahrun repology = project: imdbpy repology = repo: debian_unstable @@ -8847,6 +8870,7 @@ pkgbase = realvnc-vnc-viewer-deb gives = realvnc-vnc-viewer pkgver = 7.6.0 pkgdesc = VNC Viewer, from RealVNC, is remote access software that enables you to securely connect to and control a remote computer + arch = amd64 breaks = realvnc-vnc-viewer breaks = realvnc-vnc-viewer-bin breaks = realvnc-vnc-viewer-app @@ -9192,6 +9216,7 @@ pkgbase = rio-wayland-deb gives = rio pkgver = 0.0.36 pkgdesc = A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers + arch = amd64 breaks = rio-x11-deb breaks = rio-git maintainer = Herisson @@ -9205,6 +9230,7 @@ pkgbase = rio-x11-deb gives = rio pkgver = 0.0.36 pkgdesc = A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers + arch = amd64 breaks = rio-wayland-deb breaks = rio-git maintainer = Herisson @@ -9246,6 +9272,7 @@ pkgbase = rpcs3-app pkgver = 0.0.29-15709 pkgdesc = PS3 emulator/debugger url = https://rpcs3.net + arch = amd64 maintainer = Thomas Crha source = https://github.com/RPCS3/rpcs3-binaries-linux/releases/download/build-3c93509471f5f2f9d473a4c11682ef83366349d2/rpcs3-v0.0.29-15709-3c935094_linux64.AppImage sha256sums = 470a2998e2f8e545aa3975043983794dcd1a1f07464899b156c9cb32b2dfe2b2 @@ -10194,6 +10221,7 @@ pkgbase = tabby-deb gives = tabby-terminal pkgver = 1.0.197 pkgdesc = A terminal for the modern age + arch = amd64 breaks = tabby breaks = tabby-app maintainer = Herisson @@ -10944,6 +10972,7 @@ pkgbase = u-boot-mobian-deb gives = u-boot-menu pkgver = 4.2.2mobian1 pkgdesc = Deb packaging for u-boot-menu with Mobian patches + arch = all replaces = u-boot-menu maintainer = Oren Klopfer repology = project: u-boot-menu @@ -11504,6 +11533,7 @@ pkgbase = warpinator-deb gives = warpinator pkgver = 1.8.3+virginia pkgdesc = A tool to share files across the LAN + arch = amd64 depends = gir1.2-glib-2.0 depends = gir1.2-gtk-3.0 depends = gir1.2-xapp-1.0 @@ -11695,6 +11725,7 @@ pkgbase = webapp-manager-deb gives = webapp-manager pkgver = 1.3.4 pkgdesc = Run websites as if they were apps. + arch = all maintainer = cat-master21 <96554164+cat-master21@users.noreply.github.com> repology = project: webapp-manager source = http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.3.4_all.deb @@ -12082,6 +12113,7 @@ pkgbase = xapps-common-deb gives = xapps-common pkgver = 2.8.2 pkgdesc = Components which are common to multiple desktop environments and required to implement cross-DE solutions + arch = all maintainer = Zahrun repology = project: xapps source = http://packages.linuxmint.com/pool/backport/x/xapp/xapps-common_2.8.2+virginia_all.deb @@ -12189,6 +12221,7 @@ pkgbase = xfce4-deb gives = xfce4 pkgver = 4.18 pkgdesc = XFCE4 Desktop + arch = all maintainer = http.llamaz repology = project: xfce4-meta source = http://ftp.de.debian.org/debian/pool/main/x/xfce4/xfce4_4.18_all.deb