Package Details: sapling-scm-bin 1:0.2.20230523.092610+f12b7eee-1

Git Clone URL: https://aur.archlinux.org/sapling-scm-bin.git (read-only, click to copy)
Package Base: sapling-scm-bin
Description: Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system.
Upstream URL: https://sapling-scm.com/
Keywords: git hg mercurial scm
Licenses: GPL2
Conflicts: sapling-scm
Provides: sapling-scm
Submitter: lsjostro
Maintainer: lsjostro (dln)
Last Packager: dln
Votes: 3
Popularity: 0.000006
First Submitted: 2023-01-17 22:10 (UTC)
Last Updated: 2023-05-24 08:14 (UTC)

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.

Latest Comments

brandonpollack23 commented on 2024-08-16 01:57 (UTC)

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}"

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.

NoaHimesaka commented on 2023-05-14 05:39 (UTC)

This doesn't work since Arch's Python is now 3.11.