git subrepo pull distrobox
subrepo: subdir: "distrobox" merged: "4c4964e" upstream: origin: "https://aur.archlinux.org/distrobox.git" branch: "master" commit: "4c4964e" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
This commit is contained in:
parent
49c4b00234
commit
0c29097b24
@ -1,13 +1,13 @@
|
|||||||
pkgbase = distrobox
|
pkgbase = distrobox
|
||||||
pkgdesc = Use any linux distribution inside your terminal.
|
pkgdesc = Use any linux distribution inside your terminal.
|
||||||
pkgver = 1.3.1
|
pkgver = 1.4.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/89luca89/distrobox
|
url = https://github.com/89luca89/distrobox
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL3
|
license = GPL3
|
||||||
optdepends = docker: enable docker usage
|
optdepends = docker: enable docker usage
|
||||||
optdepends = podman: enable podman usage
|
optdepends = podman: enable podman usage
|
||||||
source = distrobox-1.3.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.3.1.tar.gz
|
source = distrobox-1.4.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.4.1.tar.gz
|
||||||
sha256sums = 22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00
|
sha256sums = be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8
|
||||||
|
|
||||||
pkgname = distrobox
|
pkgname = distrobox
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
[subrepo]
|
[subrepo]
|
||||||
remote = https://aur.archlinux.org/distrobox.git
|
remote = https://aur.archlinux.org/distrobox.git
|
||||||
branch = master
|
branch = master
|
||||||
commit = fe621fcf78b2012bab7376292ad9a07e7932d1b6
|
commit = 4c4964ea6db1100e1186286b5f48f1251a2382a1
|
||||||
parent = 0e993be25d08c590b540b7350a33b523c7f9abfe
|
parent = 49c4b00234ca7decc633cf2ad16037bd6af26e59
|
||||||
method = merge
|
method = merge
|
||||||
cmdver = 0.4.3
|
cmdver = 0.4.3
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: robertfoster
|
# Maintainer: robertfoster
|
||||||
|
|
||||||
pkgname=distrobox
|
pkgname=distrobox
|
||||||
pkgver=1.3.1
|
pkgver=1.4.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Use any linux distribution inside your terminal."
|
pkgdesc="Use any linux distribution inside your terminal."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -18,4 +18,4 @@ package() {
|
|||||||
./install -P "${pkgdir}/usr"
|
./install -P "${pkgdir}/usr"
|
||||||
}
|
}
|
||||||
|
|
||||||
sha256sums=('22b6625ca243f55c08630d37015cdbfbe1939516022bfef502aa6603f42b4d00')
|
sha256sums=('be3266f77011b30da5d0035e246d4e4a9360b7c90fbd8b90ac581165a00217b8')
|
||||||
|
Loading…
Reference in New Issue
Block a user