Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
jujutsu
Commits:
c0e3e9e1 by Caleb Maclennan at 2024-03-07T10:41:59+03:00
upgpkg: 0.15.1-2: Remove base-devel dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
pkgbase = jujutsu
pkgdesc = Git-compatible VCS that is both simple and powerful
pkgver = 0.15.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/martinvonz/jj
arch = x86_64
license = Apache-2.0
- checkdepends = diffutils
makedepends = cargo
depends = gcc-libs
depends = glibc
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
pkgname=jujutsu
_pkgname=jj
pkgver=0.15.1
-pkgrel=1
-pkgdesc="Git-compatible VCS that is both simple and powerful"
+pkgrel=2
+pkgdesc='Git-compatible VCS that is both simple and powerful'
arch=(x86_64)
url="https://github.com/martinvonz/$_pkgname"
license=(Apache-2.0)
@@ -17,7 +17,6 @@ depends=(gcc-libs # libgcc_s.so
libgit2 libgit2.so
zstd)
makedepends=(cargo)
-checkdepends=(diffutils)
_archive="$_pkgname-$pkgver"
source=("$url/archive/refs/tags/v$pkgver/$_archive.tar.gz")
sha256sums=('e39f80edaa01da29e86782424d031c38324eabff10c44704781c80fd60c9fb0e')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/c0e3e9e1b68ab9c16673852a679e305f5067ddb3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jujutsu/-/commit/c0e3e9e1b68ab9c16673852a679e305f5067ddb3
You're receiving this email because of your account on gitlab.archlinux.org.