Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pkgbuild/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = arch-shell
pkgdesc = Outil pour créer des environnements chroot Arch jetables, façon nix-shell, basé sur devtools.
pkgver = 0.2
pkgrel = 1
pkgver = 1.0
pkgrel = 0
url = https://github.com/0xbbuddha/arch-shell
arch = any
license = MIT
Expand All @@ -10,6 +10,6 @@ pkgbase = arch-shell
depends = rsync
provides = arch-shell
source = arch-shell
sha256sums = 78b0216c88a0ce7862a97b60bbd6c02efe178bdfc839e824390ca2b522628aad
sha256sums = 7c12df76738dfbd6179ffac9ec6e395f17bcee9aa729f0d47743ca56e5ad024f

pkgname = arch-shell
6 changes: 3 additions & 3 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Contributor: ArchimedeOS Development Team <hi@archimedeos.org>

pkgname=arch-shell
pkgver=0.2
pkgrel=1
pkgver=1.0
pkgrel=0
pkgdesc="Outil pour créer des environnements chroot Arch jetables, façon nix-shell, basé sur devtools."
arch=('any')
url="https://github.com/0xbbuddha/arch-shell"
Expand All @@ -12,7 +12,7 @@ depends=('devtools' 'bash' 'rsync')
provides=('arch-shell')
backup=()
source=('arch-shell')
sha256sums=('78b0216c88a0ce7862a97b60bbd6c02efe178bdfc839e824390ca2b522628aad')
sha256sums=('7c12df76738dfbd6179ffac9ec6e395f17bcee9aa729f0d47743ca56e5ad024f')

package() {
install -Dm755 "${srcdir}/arch-shell" "${pkgdir}/usr/bin/arch-shell"
Expand Down