Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
git-warp-time


Commits:
210726c8 by Caleb Maclennan at 2024-05-27T15:31:43+03:00
upgpkg: 0.7.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = git-warp-time
        pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-       pkgver = 0.7.6
-       pkgrel = 4
+       pkgver = 0.7.7
+       pkgrel = 1
        url = https://github.com/alerque/git-warp-time
        arch = x86_64
        license = GPL-3.0-only
@@ -11,10 +11,10 @@ pkgbase = git-warp-time
        depends = gcc-libs
        depends = glibc
        depends = libgit2
-       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst
-       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.6/git-warp-time-0.7.6.tar.zst.asc
+       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.7/git-warp-time-0.7.7.tar.zst
+       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.7.7/git-warp-time-0.7.7.tar.zst.asc
        validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-       sha256sums = 
5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f
+       sha256sums = 
f83747671235113d0140a27e622ba1cb42590bec9de868851903a66148ed961b
        sha256sums = SKIP
 
 pkgname = git-warp-time


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan <ca...@alerque.com>
 
 pkgname=git-warp-time
-pkgver=0.7.6
-pkgrel=4
+pkgver=0.7.7
+pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
 url="https://github.com/alerque/$pkgname";
@@ -15,20 +15,18 @@ makedepends=(cargo
              jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('5d4d1f6abaad6af76fcad356cc5882e5ca3583e916e50dbbff2d2a5acede4b0f'
+sha256sums=('f83747671235113d0140a27e622ba1cb42590bec9de868851903a66148ed961b'
             'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
<ca...@alerque.com> (@alerque)
 
 prepare() {
        cd "$_archive"
-       sed Makefile.am -i \
-               -e 's/cargo \(build\|install\|test\)/cargo --offline \1/'
-       autoreconf
        cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
 
 build() {
        cd "$_archive"
+       export CARGO_FEATURE_FLAGS==--offline
        CFLAGS+=' -ffat-lto-objects'
        ./configure --prefix /usr --enable-shared
        make
@@ -36,6 +34,7 @@ build() {
 
 check() {
        cd "$_archive"
+       export CARGO_FEATURE_FLAGS==--offline
        make check
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/210726c84c7c3d65ca5ab369181437002a9a9779

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/commit/210726c84c7c3d65ca5ab369181437002a9a9779
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to