Date: Thursday, April 13, 2023 @ 11:00:38
  Author: alerque
Revision: 1445819

upgpkg: git-warp-time 0.4.10-1

Modified:
  git-warp-time/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-13 10:42:01 UTC (rev 1445818)
+++ PKGBUILD    2023-04-13 11:00:38 UTC (rev 1445819)
@@ -1,19 +1,21 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=git-warp-time
-pkgver=0.4.9
-pkgrel=2
+pkgver=0.4.10
+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.so)
+depends=(gcc-libs
+         glibc
+         libgit2.so)
 makedepends=(cargo
              git
              jq)
 _archive="$pkgname-$pkgver"
 source=("$url/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('c832055b053203de4c8177c638bf143d440366a8f097e46615fc2c6e7f06d1e2')
+sha256sums=('6c97f5b78d2b332f1958a82848cbddd007ff7d227cd1cc8fa343f3bd02453e20')
 
 prepare() {
        cd "$_archive"
@@ -26,7 +28,7 @@
 build() {
        cd "$_archive"
        CFLAGS+=" -ffat-lto-objects"
-       ./configure --prefix /usr
+       ./configure --prefix /usr --enable-shared
        make
 }
 

Reply via email to