Patch for latest version, apply with git apply:
diff --git a/PKGBUILD b/PKGBUILD
index ba42f44..69e31a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lars Sjöström <(firstname) @ radicore.se>
pkgname=sapling-scm-bin
-_realver=0.2.20230523-092610+f12b7eee
+_realver=0.2.20240718-145624+f4e9df48
pkgver="${_realver//-/.}" # dashes aren't allowed in pkgver
pkgrel=1
epoch=1
@@ -17,7 +17,7 @@ conflicts=('sapling-scm')
options=('!strip')
source=("https://github.com/facebook/sapling/releases/download/$_realver/sapling_${_realver}_amd64.Ubuntu22.04.deb")
-sha256sums=('916ad6c7088a7cb47a3d511ea669140d6305d882ddefd95320c0e38e5c1cbeb0')
+sha256sums=('73a6e47d85bc2b6f76a803e9b0a14c632bd62150133477afc4739efe823cc87c')
package() {
cd "${srcdir}"
Pinned Comments
dln commented on 2023-05-24 07:31 (UTC) (edited on 2023-05-24 08:16 (UTC) by dln)
I added a dependency on https://aur.archlinux.org/packages/python310 . But that takes a while and a half to build - which kind of takes away from the whole idea of a
-bin
package.It might be a better idea to go with the source-built version (https://aur.archlinux.org/packages/sapling-scm) since that's more "correct"/archy although it too is quite a heavy build.