|
|
|
@ -8,7 +8,7 @@ pkgname=('artix-live-base'
|
|
|
|
|
'artix-live-runit' |
|
|
|
|
'artix-live-s6' |
|
|
|
|
'artix-live-suite66') |
|
|
|
|
pkgver=0.11 |
|
|
|
|
pkgver=0.11.1 |
|
|
|
|
pkgrel=1 |
|
|
|
|
pkgdesc='Artix live session' |
|
|
|
|
arch=('any') |
|
|
|
@ -16,10 +16,10 @@ url="https://gitea.artixlinux.org/artix/live-services"
|
|
|
|
|
license=('GPL') |
|
|
|
|
makedepends=('git') |
|
|
|
|
# Build a commit point |
|
|
|
|
_commit=aa58c995ebbf4005ffe1d1043e5676670681999c # 0.11 |
|
|
|
|
source=("git+$url.git#commit=$_commit") |
|
|
|
|
# source=("${pkgbase}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") |
|
|
|
|
sha256sums=('SKIP') |
|
|
|
|
#_commit=91b23a52650c592c2f2596e9a2fb350d8a5c4aa6 # 0.11.1 |
|
|
|
|
#source=("git+$url.git#commit=$_commit") |
|
|
|
|
source=("${pkgbase}-${pkgver}.tar.gz::$url/archive/${pkgver}.tar.gz") |
|
|
|
|
sha256sums=('7ac17f345c6d62ba4c062a7d64316cf4f94ca99ab9825260d05eb97111c0d2e3') |
|
|
|
|
|
|
|
|
|
build() { |
|
|
|
|
cd ${pkgbase} |
|
|
|
@ -67,7 +67,7 @@ package_artix-live-s6() {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
package_artix-live-suite66() { |
|
|
|
|
pkgdesc='Artix live 66 init scripts' |
|
|
|
|
pkgdesc='Artix live suite66 init scripts' |
|
|
|
|
depends=('suite66-base' 'artix-live-base') |
|
|
|
|
install=live-66.install |
|
|
|
|
|
|
|
|
|