Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
git-repair


Commits:
b3886678 by Felix Yan at 2023-08-12T08:50:02+03:00
upgpkg: 1.20220404-76: rebuild with unix-compat 0.7

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=git-repair
 pkgver=1.20220404
-pkgrel=75
+pkgrel=76
 pkgdesc="Repairs a damaged git repository"
 url="https://git-repair.branchable.com/";
 license=("AGPL3")
@@ -17,6 +17,12 @@ 
source=("git+https://git.joeyh.name/git/$pkgname.git?signed#tag=$pkgver";)
 sha512sums=('SKIP')
 validpgpkeys=('E85A5F63B31D24C1EBF0D81CC910D9222512E3C7')
 
+prepare() {
+  cd git-repair
+  # unix-compat 0.7 removed System.PosixCompat.User
+  sed -i '/import System.PosixCompat/a import System.Posix.User' 
Utility/UserInfo.hs
+}
+
 build() {
   cd git-repair
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-repair/-/commit/b3886678e0e492df55d88916ed9ca22521515ece

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git-repair/-/commit/b3886678e0e492df55d88916ed9ca22521515ece
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to