mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
9186b86 add setup_decky_plugins
This commit is contained in:
parent
addaec8826
commit
cbe9fcb6c5
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -32,6 +32,6 @@ pkgbase = sk-chos-addon
|
|||
options = !strip
|
||||
backup = etc/sk-chos-tool/github_cdn.conf
|
||||
source = sk-chos-addon-2.0.0.tar.gz::https://github.com/honjow/sk-chos-config/archive/refs/tags/v2.0.0.tar.gz
|
||||
sha256sums = SKIP
|
||||
sha256sums = b613d77a45a3049792ac7ce64e9e8df3c7631d50ae61a4f358e7bbb692496e85
|
||||
|
||||
pkgname = sk-chos-addon
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -38,7 +38,7 @@ provides=(sk-chos-addon)
|
|||
conflicts=(sk-chos-addon-git)
|
||||
replaces=(sk-chos-addon-git)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/honjow/sk-chos-config/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('b613d77a45a3049792ac7ce64e9e8df3c7631d50ae61a4f358e7bbb692496e85')
|
||||
options=(!strip)
|
||||
backup=('etc/sk-chos-tool/github_cdn.conf')
|
||||
install=sk-chos-addon.install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue