Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
git-grab


Commits:
1235a310 by Orhun Parmaksız at 2024-05-28T21:19:39+03:00
upgpkg: 3.0.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
 pkgbase = git-grab
        pkgdesc = A tool to clone git repositories to a standard location 
organised by domain and path
-       pkgver = 2.1.0
+       pkgver = 3.0.0
        pkgrel = 1
        url = https://github.com/wezm/git-grab
        arch = x86_64
        license = MIT
-       license = Apache
+       license = Apache-2.0
        makedepends = cargo
        depends = git
        depends = gcc-libs
        options = !lto
-       source = 
git-grab::git+https://github.com/wezm/git-grab.git#commit=c1871c4bbe555d705c28d39990bd12a6aace9f58
-       b2sums = SKIP
+       source = 
git-grab::git+https://github.com/wezm/git-grab.git#commit=abb36d2a6af715aae5a1b85228d69f778aa108b6
+       b2sums = 
f26a09a795e932a62d21769f959db10cec087d4b1943927240dc686b9bfae1dd8cab30eef067a9cb6c37bf8ca4277357dd405766e184ce16a7ddfd41af40e4e9
 
 pkgname = git-grab


=====================================
PKGBUILD
=====================================
@@ -3,18 +3,18 @@
 # Contributor: Wesley Moore <[email protected]>
 
 pkgname=git-grab
-pkgver=2.1.0
+pkgver=3.0.0
 pkgrel=1
 pkgdesc='A tool to clone git repositories to a standard location organised by 
domain and path'
 arch=('x86_64')
 url='https://github.com/wezm/git-grab'
-license=('MIT' 'Apache')
+license=('MIT' 'Apache-2.0')
 depends=('git' 'gcc-libs')
 makedepends=('cargo')
 options=('!lto')
-_commit=c1871c4bbe555d705c28d39990bd12a6aace9f58
+_commit=abb36d2a6af715aae5a1b85228d69f778aa108b6
 source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
+b2sums=('f26a09a795e932a62d21769f959db10cec087d4b1943927240dc686b9bfae1dd8cab30eef067a9cb6c37bf8ca4277357dd405766e184ce16a7ddfd41af40e4e9')
 
 pkgver() {
   cd "$pkgname"
@@ -25,7 +25,7 @@ pkgver() {
 prepare() {
   cd "$pkgname"
 
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+  cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/commit/1235a3104b2b1f17d80774de2c7bd718e020bc88

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-grab/-/commit/1235a3104b2b1f17d80774de2c7bd718e020bc88
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to