mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 14:34:42 +01:00
Update AUR package
This commit is contained in:
parent
bdb01b0f77
commit
e9a8b74f78
2 changed files with 5 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sk-chos-addon
|
||||
pkgdesc = Addon for sk-chimeros
|
||||
pkgver = 1.5.6
|
||||
pkgver = 1.5.7
|
||||
pkgrel = 1
|
||||
url = https://github.com/honjow/sk-holoiso-config.git
|
||||
arch = any
|
||||
|
|
@ -10,12 +10,13 @@ pkgbase = sk-chos-addon
|
|||
depends = efibootmgr
|
||||
depends = zram-generator
|
||||
depends = just
|
||||
depends = man-db
|
||||
provides = sk-chos-addon
|
||||
conflicts = sk-chos-addon-git
|
||||
replaces = sk-chos-addon-git
|
||||
options = !strip
|
||||
backup = etc/sk-chos-tool/github_cdn.conf
|
||||
source = sk-chos-addon-1.5.6.tar.gz::https://github.com/honjow/sk-holoiso-config/archive/refs/tags/v1.5.6.tar.gz
|
||||
source = sk-chos-addon-1.5.7.tar.gz::https://github.com/honjow/sk-holoiso-config/archive/refs/tags/v1.5.7.tar.gz
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = sk-chos-addon
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,14 +3,14 @@ pkgname=sk-chos-addon
|
|||
_basename=sk-chos-tool
|
||||
_reponame=sk-chos-config
|
||||
_pkgname=${pkgname}
|
||||
pkgver=1.5.6
|
||||
pkgver=1.5.7
|
||||
pkgrel=1
|
||||
pkgdesc="Addon for sk-chimeros"
|
||||
arch=('any')
|
||||
url="https://github.com/honjow/sk-holoiso-config.git"
|
||||
license=('MIT')
|
||||
makedepends=('git')
|
||||
depends=('expect' 'efibootmgr' 'zram-generator' 'just')
|
||||
depends=('expect' 'efibootmgr' 'zram-generator' 'just' 'man-db')
|
||||
provides=(sk-chos-addon)
|
||||
conflicts=(sk-chos-addon-git)
|
||||
replaces=(sk-chos-addon-git)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue