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


Commits:
d4da4df6 by Caleb Maclennan at 2025-12-27T19:34:01+03:00
Drop unused environment variable

- - - - -
fb093dd6 by Caleb Maclennan at 2025-12-27T19:41:52+03:00
upgpkg: 1.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = git-warp-time
        pkgdesc = reset timestamps of Git repository files to the time of the 
last modifying commit
-       pkgver = 0.8.5
+       pkgver = 1.0.0
        pkgrel = 1
        url = https://github.com/alerque/git-warp-time
        arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = git-warp-time
        depends = glibc
        depends = libgit2
        options = !lto
-       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.8.5/git-warp-time-0.8.5.tar.zst
-       source = 
https://github.com/alerque/git-warp-time/releases/download/v0.8.5/git-warp-time-0.8.5.tar.zst.asc
+       source = 
https://github.com/alerque/git-warp-time/releases/download/v1.0.0/git-warp-time-1.0.0.tar.zst
+       source = 
https://github.com/alerque/git-warp-time/releases/download/v1.0.0/git-warp-time-1.0.0.tar.zst.asc
        validpgpkeys = 9F377DDB6D3153A48EB3EB1E63CC496475267693
-       sha256sums = 
6edf7863510870bcf3d6fd8dc3275eeb7cba1560fe89a164a046284295955866
+       sha256sums = 
16ad1f6f61199011c9bdcc0e17dc5122f7e1eb2008090e9ca6f9052c9b7117bf
        sha256sums = SKIP
 
 pkgname = git-warp-time


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=git-warp-time
-pkgver=0.8.5
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='reset timestamps of Git repository files to the time of the last 
modifying commit'
 arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(cargo
 options=(!lto)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.zst"{,.asc})
-sha256sums=('6edf7863510870bcf3d6fd8dc3275eeb7cba1560fe89a164a046284295955866'
+sha256sums=('16ad1f6f61199011c9bdcc0e17dc5122f7e1eb2008090e9ca6f9052c9b7117bf'
             'SKIP')
 validpgpkeys=('9F377DDB6D3153A48EB3EB1E63CC496475267693') # Caleb Maclennan 
<[email protected]> (@alerque)
 
@@ -29,7 +29,6 @@ build() {
        cd "$_archive"
        export CARGO_FEATURE_FLAGS==--offline
        export LIBGIT2_NO_VENDOR=1
-       export LIBGIT2_SYS_USE_PKG_CONFIG=1
        ./configure --prefix /usr
        make
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-warp-time/-/compare/d8c23e7d8b22b34206e27477b403edf639dae8f6...fb093dd6283a3426825d66f3929cb6db32a65935

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


Reply via email to