Date: Friday, December 23, 2022 @ 08:55:26
Author: alerque
Revision: 1365306
archrelease: copy trunk to community-x86_64
Added:
git-warp-time/repos/community-x86_64/PKGBUILD
(from rev 1365305, git-warp-time/trunk/PKGBUILD)
Deleted:
git-warp-time/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-23 08:55:15 UTC (rev 1365305)
+++ PKGBUILD 2022-12-23 08:55:26 UTC (rev 1365306)
@@ -1,41 +0,0 @@
-# Maintainer: Caleb Maclennan <[email protected]>
-
-pkgname=git-warp-time
-pkgver=0.4.5
-pkgrel=2
-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=('1889e7f3b8db27f9524caec06af574e2bdc9d20567c5cc6eea810ee82f095e03')
-
-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 1365305,
git-warp-time/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-23 08:55:26 UTC (rev 1365306)
@@ -0,0 +1,41 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+
+pkgname=git-warp-time
+pkgver=0.4.8
+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"
+license=(GPL3)
+depends=(libgit2
+ libgit2.so)
+makedepends=(cargo
+ git
+ jq)
+_archive="$pkgname-$pkgver"
+source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('14d542118c84506a93d7172d8de2ad17388862c10e11165efd62fc1c0e06eebe')
+
+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
+}