git subrepo pull git-subrepo-xdg
subrepo: subdir: "git-subrepo-xdg" merged: "5c3c8c3" upstream: origin: "https://aur.archlinux.org/git-subrepo-xdg" branch: "master" commit: "5c3c8c3" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
This commit is contained in:
parent
6ac629fdd0
commit
e1d77060f6
@ -1,15 +1,15 @@
|
||||
pkgbase = git-subrepo-xdg
|
||||
pkgdesc = Git Submodule alternative
|
||||
pkgver = 0.4.1
|
||||
pkgrel = 3
|
||||
pkgver = 0.4.3
|
||||
pkgrel = 2
|
||||
url = https://github.com/ingydotnet/git-subrepo
|
||||
arch = any
|
||||
license = MIT
|
||||
depends = git
|
||||
provides = git-subrepo
|
||||
conflicts = git-subrepo
|
||||
source = https://github.com/ingydotnet/git-subrepo/archive/0.4.1.tar.gz
|
||||
sha256sums = 64cc2490c54fe1e5396bb14f6bbf0aa8378085f3b8847fd8ed171e5ddd886065
|
||||
source = https://github.com/ingydotnet/git-subrepo/archive/0.4.3.tar.gz
|
||||
sha256sums = d2e3cc58f8ac3d90f6f351ae2f9cc999b133b8581ab7a0f7db4933dec8e62c2a
|
||||
|
||||
pkgname = git-subrepo-xdg
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
[subrepo]
|
||||
remote = https://aur.archlinux.org/git-subrepo-xdg
|
||||
branch = master
|
||||
commit = 4c3aa391b2b9bc32b8ea283cf6091c36f3aad8f7
|
||||
parent = 7b7fbd60d19dafb4842db5ee5973a91d6e35a988
|
||||
commit = 5c3c8c319ddf794ab70d2717a0c63bf3a4ab270a
|
||||
parent = 6ac629fdd0b86434d541f193b1748559c23ef5ca
|
||||
method = merge
|
||||
cmdver = 0.4.1
|
||||
|
@ -2,7 +2,7 @@ build:
|
||||
makepkg -f
|
||||
|
||||
install:
|
||||
sudo pacman --noconfirm -U git-subrepo-*.pkg.tar.*
|
||||
yes | makepkg -i
|
||||
|
||||
clean:
|
||||
rm -rf pkg src
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Maintainer: Nicolas Stalder <n+archlinux@stalder.io>
|
||||
pkgname=git-subrepo-xdg
|
||||
pkgver=0.4.1
|
||||
pkgrel=3
|
||||
pkgver=0.4.3
|
||||
pkgrel=2
|
||||
pkgdesc="Git Submodule alternative"
|
||||
arch=('any')
|
||||
url="https://github.com/ingydotnet/git-subrepo"
|
||||
@ -10,11 +10,11 @@ depends=('git')
|
||||
provides=("git-subrepo")
|
||||
conflicts=("git-subrepo")
|
||||
source=("${url}/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('64cc2490c54fe1e5396bb14f6bbf0aa8378085f3b8847fd8ed171e5ddd886065')
|
||||
sha256sums=('d2e3cc58f8ac3d90f6f351ae2f9cc999b133b8581ab7a0f7db4933dec8e62c2a')
|
||||
|
||||
package() {
|
||||
sed -i '7 i BASH_SOURCE=/usr/bin' $srcdir/git-subrepo-${pkgver}/lib/git-subrepo
|
||||
sed -i '20 i SOURCE_DIR=/usr/lib/git-subrepo' $srcdir/git-subrepo-${pkgver}/lib/git-subrepo
|
||||
sed -i '23 i SOURCE_DIR=/usr/lib/git-subrepo' $srcdir/git-subrepo-${pkgver}/lib/git-subrepo
|
||||
|
||||
install -Dt $pkgdir/usr/bin/ $srcdir/git-subrepo-${pkgver}/lib/git-subrepo
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user