Skip to content

Commit

Permalink
fix(*): more all not any (#6683)
Browse files Browse the repository at this point in the history
Co-authored-by: ook37 <[email protected]>
  • Loading branch information
oklopfer and ook37 authored Nov 14, 2024
1 parent 0052ee3 commit f99cd04
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/gldriver-test-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgbase = gldriver-test-deb
gives = gldriver-test
pkgver = 0.15
pkgdesc = Various graphics-related config services for Raspberry Pi
arch = any
arch = all
pacdeps = raspi-config-deb
maintainer = Oren Klopfer <[email protected]>
source = https://archive.raspberrypi.org/debian/pool/main/g/gldriver-test/gldriver-test_0.15_all.deb
Expand Down
2 changes: 1 addition & 1 deletion packages/gldriver-test-deb/gldriver-test-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ source=("https://archive.raspberrypi.org/debian/pool/main/g/${gives}/${gives}_${
pkgdesc="Various graphics-related config services for Raspberry Pi"
sha256sums=("b0e0ea2e8ebde87f481639dfa016df6ea4335d97710cd10c8b14ab5a379aaa93")
maintainer=("Oren Klopfer <[email protected]>")
arch=("any")
arch=("all")
2 changes: 1 addition & 1 deletion packages/raspi-config-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgbase = raspi-config-deb
gives = raspi-config
pkgver = 20231216
pkgdesc = Raspberry Pi configuration tool
arch = any
arch = all
replaces = raspi-config
maintainer = Oren Klopfer <[email protected]>
repology = project: raspi-config
Expand Down
2 changes: 1 addition & 1 deletion packages/raspi-config-deb/raspi-config-deb.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ source=("https://archive.raspberrypi.org/debian/pool/main/r/${gives}/${gives}_${
pkgdesc="Raspberry Pi configuration tool"
sha256sums=("8e328e0886b58023b03b8cf799a77180650c318df075605684103735c90a747f")
maintainer=("Oren Klopfer <[email protected]>")
arch=("any")
arch=("all")
repology=("project: ${gives}")
2 changes: 1 addition & 1 deletion packages/ulauncher-deb/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgbase = ulauncher-deb
gives = ulauncher
pkgver = 6.0.0~beta16
pkgdesc = Application launcher for Linux
arch = any
arch = all
depends = gobject-introspection
depends = gir1.2-gtklayershell-0.1
depends = python3-xlib
Expand Down
2 changes: 1 addition & 1 deletion packages/ulauncher-deb/ulauncher-deb.pacscript
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgname="ulauncher-deb"
gives="ulauncher"
pkgver="6.0.0~beta16"
arch=("any")
arch=("all")
repology=("project: ${gives}")
depends=("gobject-introspection" "gir1.2-gtklayershell-0.1" "python3-xlib" "gir1.2-xapp-1.0" "xapps-common")
if [[ ! "devel noble oracular" =~ ${DISTRO#*:} ]]; then
Expand Down
6 changes: 3 additions & 3 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -3438,7 +3438,7 @@ pkgbase = gldriver-test-deb
gives = gldriver-test
pkgver = 0.15
pkgdesc = Various graphics-related config services for Raspberry Pi
arch = any
arch = all
pacdeps = raspi-config-deb
maintainer = Oren Klopfer <[email protected]>
source = https://archive.raspberrypi.org/debian/pool/main/g/gldriver-test/gldriver-test_0.15_all.deb
Expand Down Expand Up @@ -9151,7 +9151,7 @@ pkgbase = raspi-config-deb
gives = raspi-config
pkgver = 20231216
pkgdesc = Raspberry Pi configuration tool
arch = any
arch = all
replaces = raspi-config
maintainer = Oren Klopfer <[email protected]>
repology = project: raspi-config
Expand Down Expand Up @@ -11367,7 +11367,7 @@ pkgbase = ulauncher-deb
gives = ulauncher
pkgver = 6.0.0~beta16
pkgdesc = Application launcher for Linux
arch = any
arch = all
depends = gobject-introspection
depends = gir1.2-gtklayershell-0.1
depends = python3-xlib
Expand Down

0 comments on commit f99cd04

Please sign in to comment.