[arch-commits] Commit in git-warp-time/repos/community-x86_64 (PKGBUILD PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Jan 7 07:14:02 UTC 2022


    Date: Friday, January 7, 2022 @ 07:14:01
  Author: alerque
Revision: 1095798

archrelease: copy trunk to community-x86_64

Added:
  git-warp-time/repos/community-x86_64/PKGBUILD
    (from rev 1095797, git-warp-time/trunk/PKGBUILD)
Deleted:
  git-warp-time/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 07:13:11 UTC (rev 1095797)
+++ PKGBUILD	2022-01-07 07:14:01 UTC (rev 1095798)
@@ -1,43 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=git-warp-time
-pkgver=0.4.4
-pkgrel=2
-pkgdesc='reset file timestamps to repo state'
-arch=(x86_64)
-url="https://github.com/alerque/$pkgname"
-license=(GPL3)
-depends=(libgit2
-         libgit2.so)
-makedepends=(bash-completion
-             cargo
-             git
-             jq
-             zsh)
-_archive="$pkgname-$pkgver"
-source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('4e285a584756eb75703ac0dfdc5d27759d41cb8575ff0b0a66454429a1c4c021')
-
-prepare() {
-	cd "$_archive"
-	sed Makefile.am -i \
-		-e 's/cargo \(build\|install\|test\)/cargo --offline \1/'
-	autoreconf
-	cargo fetch --locked
-}
-
-build() {
-	cd "$_archive"
-	./configure --prefix /usr
-	make
-}
-
-check() {
-	cd "$_archive"
-	make check
-}
-
-package() {
-	cd "$_archive"
-	make DESTDIR="$pkgdir" install
-}

Copied: git-warp-time/repos/community-x86_64/PKGBUILD (from rev 1095797, git-warp-time/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-07 07:14:01 UTC (rev 1095798)
@@ -0,0 +1,41 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=git-warp-time
+pkgver=0.4.4
+pkgrel=3
+pkgdesc='reset timestamps of Git repository files to the time of the last modifying commit'
+arch=(x86_64)
+url="https://github.com/alerque/$pkgname"
+license=(GPL3)
+depends=(libgit2
+         libgit2.so)
+makedepends=(cargo
+             git
+             jq)
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('4e285a584756eb75703ac0dfdc5d27759d41cb8575ff0b0a66454429a1c4c021')
+
+prepare() {
+	cd "$_archive"
+	sed Makefile.am -i \
+		-e 's/cargo \(build\|install\|test\)/cargo --offline \1/'
+	autoreconf
+	cargo fetch --locked
+}
+
+build() {
+	cd "$_archive"
+	./configure --prefix /usr
+	make
+}
+
+check() {
+	cd "$_archive"
+	make check
+}
+
+package() {
+	cd "$_archive"
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list