Skip to content

Commit

Permalink
Revert "Add xremap-gnome-bin to packages"
Browse files Browse the repository at this point in the history
This reverts commit 734d4b8.

Revert "Add xremap-gnome-bin"

This reverts commit 0b8ddfd.
  • Loading branch information
k0kubun committed Sep 21, 2023
1 parent 734d4b8 commit 68b99ad
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 32 deletions.
12 changes: 0 additions & 12 deletions assets/xremap-gnome-bin/.SRCINFO.tmpl

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion assets/xremap-hypr-bin/PKGBUILD.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Maintainer: Takashi Kokubun <takashikkbn@gmail.com>
# Maintainer: njkevlani <njkevlani@gmail.com>
pkgname=xremap-hypr-bin
pkgver={{.Pkgver}}
pkgrel=1
Expand Down
3 changes: 1 addition & 2 deletions cmd/aur-autoupdater/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import "github.com/xremap/aur-autoupdater/internal/processor"

func main() {
packages := []string{
"xremap-gnome-bin",
"xremap-hypr-bin",
"xremap-x11-bin",
"xremap-hypr-bin",
}
for _, name := range packages {
err := processor.Process(name)
Expand Down

0 comments on commit 68b99ad

Please sign in to comment.