correct groups
This commit is contained in:
parent
4206fcea01
commit
a43c117131
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ pkgrel=03
|
||||||
pkgdesc="A lossless file compressor based on the LZMA algorithm - default for Joborun Linux packaging since 2/2/23"
|
pkgdesc="A lossless file compressor based on the LZMA algorithm - default for Joborun Linux packaging since 2/2/23"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.nongnu.org/lzip/lzip.html"
|
url="https://www.nongnu.org/lzip/lzip.html"
|
||||||
group=(base jobbot)
|
groups=(base jobbot)
|
||||||
depends=('gcc-libs')
|
depends=('gcc-libs')
|
||||||
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
|
||||||
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig")
|
"https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz.sig")
|
||||||
|
|
|
@ -10,7 +10,7 @@ pkgver=20220422
|
||||||
pkgrel=01
|
pkgrel=01
|
||||||
pkgdesc="A collection of services for runit - similar to Artix Linux"
|
pkgdesc="A collection of services for runit - similar to Artix Linux"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
group=(base)
|
groups=(base)
|
||||||
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
|
backup=("etc/runit/sv/" "etc/runit/runsvdir/default/")
|
||||||
makedepends=(sh)
|
makedepends=(sh)
|
||||||
url="https://osdn.net/projects/joborun/storage"
|
url="https://osdn.net/projects/joborun/storage"
|
||||||
|
|
Loading…
Reference in a new issue