[arch-commits] Commit in git-warp-time/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Thu Jan 6 20:40:26 UTC 2022


    Date: Thursday, January 6, 2022 @ 20:40:26
  Author: alerque
Revision: 1094875

upgpkg: git-warp-time 0.4.4-2

Modified:
  git-warp-time/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 20:28:13 UTC (rev 1094874)
+++ PKGBUILD	2022-01-06 20:40:26 UTC (rev 1094875)
@@ -2,14 +2,18 @@
 
 pkgname=git-warp-time
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc='reset file timestamps to repo state'
 arch=(x86_64)
 url="https://github.com/alerque/$pkgname"
 license=(GPL3)
-makedepends=(cargo
+depends=(libgit2
+         libgit2.so)
+makedepends=(bash-completion
+             cargo
              git
-             jq)
+             jq
+             zsh)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
 sha256sums=('4e285a584756eb75703ac0dfdc5d27759d41cb8575ff0b0a66454429a1c4c021')



More information about the arch-commits mailing list