updated pkgbuilds
This commit is contained in:
parent
71dc09940c
commit
9010ab27aa
3 changed files with 14 additions and 15 deletions
|
@ -1,17 +1,16 @@
|
|||
# Maintainer: Sohrab Behdani <behdanisohrab@gmail.com>
|
||||
|
||||
pkgname=('calamares-parch' 'calamares-parch-gnome' 'calamares-parch-beta')
|
||||
pkgver=5
|
||||
pkgrel=5
|
||||
pkgname=('calamares-parch' 'calamares-parch-gnome')
|
||||
pkgver=6
|
||||
pkgrel=0
|
||||
arch=('any')
|
||||
url="https://parchlinux.com"
|
||||
license=('GPL')
|
||||
source=(
|
||||
"main::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=main"
|
||||
"gnome::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=gnome"
|
||||
"beta::git+https://git.parchlinux.com/settings/calamares-parch.git#branch=systemd-boot-btrfs"
|
||||
"main::git+https://git.parchlinux.com/configs/calamares-parch.git#branch=main"
|
||||
"gnome::git+https://git.parchlinux.com/configs/calamares-parch.git#branch=gnome"
|
||||
)
|
||||
sha256sums=('SKIP' 'SKIP' 'SKIP')
|
||||
sha256sums=('SKIP' 'SKIP')
|
||||
|
||||
package_calamares-parch() {
|
||||
pkgdesc="Calamares installer for ParchLinux (Main branch)"
|
||||
|
@ -27,9 +26,9 @@ package_calamares-parch-gnome() {
|
|||
cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
||||
}
|
||||
|
||||
package_calamares-parch-beta() {
|
||||
pkgdesc="Calamares installer for ParchLinux (Beta branch)"
|
||||
cd "${srcdir}/beta"
|
||||
install -dm755 "$pkgdir/etc/calamares"
|
||||
cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
||||
}
|
||||
#package_calamares-parch-beta() {
|
||||
# pkgdesc="Calamares installer for ParchLinux (Beta branch)"
|
||||
# cd "${srcdir}/beta"
|
||||
# install -dm755 "$pkgdir/etc/calamares"
|
||||
# cp -r etc/calamares/* "$pkgdir/etc/calamares/"
|
||||
#}
|
||||
|
|
|
@ -13,7 +13,7 @@ conflicts=()
|
|||
provides=("${pkgname}")
|
||||
options=(!strip !emptydirs)
|
||||
install=parch.install
|
||||
source=("git+https://git.parchlinux.com/settings/parch-plymouth.git")
|
||||
source=("git+https://git.parchlinux.com/configs/parch-plymouth.git")
|
||||
sha256sums=('SKIP')
|
||||
package() {
|
||||
install -dm755 ${pkgdir}${destname}
|
||||
|
|
|
@ -8,7 +8,7 @@ build_package() {
|
|||
|
||||
if [[ -f PKGBUILD ]]; then
|
||||
echo "Building package in $pkg_dir..."
|
||||
makepkg -s --noconfirm --outputdir ../out
|
||||
makepkg -s --sign --noconfirm --outputdir ../out
|
||||
else
|
||||
echo "No PKGBUILD found in $pkg_dir, skipping..."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue