Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/rhino-hotfix-git/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgbase = rhino-hotfix-git
depends = jq
depends = curl
compatible = ubuntu:devel
compatible = ubuntu:plucky
maintainer = Oren Klopfer <oren@taumoda.com>
source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git

Expand Down
2 changes: 1 addition & 1 deletion packages/rhino-hotfix-git/rhino-hotfix-git.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source=("${gives}::https://github.com/rhino-linux/hotfix.git")
arch=("all")
pkgver="0.0.1"
depends=("jq" "curl")
compatible=("ubuntu:devel")
compatible=("ubuntu:devel" "ubuntu:plucky")
pkgdesc="Fetch and run hotfixes for Rhino Linux"
maintainer=("Oren Klopfer <oren@taumoda.com>")

Expand Down
1 change: 1 addition & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -10521,6 +10521,7 @@ pkgbase = rhino-hotfix-git
depends = jq
depends = curl
compatible = ubuntu:devel
compatible = ubuntu:plucky
maintainer = Oren Klopfer <oren@taumoda.com>
source = rhino-hotfix::https://github.com/rhino-linux/hotfix.git

Expand Down
Loading