Skip to content

Commit

Permalink
Drop deprecated hypr support
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed May 20, 2024
1 parent 47c4e0c commit c55dc2b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 44 deletions.
12 changes: 0 additions & 12 deletions assets/xremap-hypr-bin/.SRCINFO.tmpl

This file was deleted.

17 changes: 0 additions & 17 deletions assets/xremap-hypr-bin/PKGBUILD.tmpl

This file was deleted.

1 change: 0 additions & 1 deletion cmd/aur-autoupdater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import "github.com/xremap/aur-autoupdater/internal/processor"
func main() {
packages := []string{
"xremap-gnome-bin",
"xremap-hypr-bin",
"xremap-wlroots-bin",
"xremap-x11-bin",
}
Expand Down
14 changes: 0 additions & 14 deletions internal/packageinfo/packageinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,6 @@ var PackageInfos = map[string]PackageInfo{
SrcinfoTemplateFilepath: "assets/xremap-gnome-bin/.SRCINFO.tmpl",
},
},
"xremap-hypr-bin": {
Name: "xremap-hypr-bin",
GitHubInfo: GitHubInfo{
Owner: "k0kubun",
Repo: "xremap",
ReleaseAssetURL: func(version string) string {
return fmt.Sprintf("https://github.com/k0kubun/xremap/releases/download/v%s/xremap-linux-x86_64-hypr.zip", version)
},
},
PkgbuildInfo: PkgbuildInfo{
PkgbuildTemplateFilepath: "assets/xremap-hypr-bin/PKGBUILD.tmpl",
SrcinfoTemplateFilepath: "assets/xremap-hypr-bin/.SRCINFO.tmpl",
},
},
"xremap-wlroots-bin": {
Name: "xremap-wlroots-bin",
GitHubInfo: GitHubInfo{
Expand Down

0 comments on commit c55dc2b

Please sign in to comment.