Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
111425bb by Caleb Maclennan at 2025-11-13T00:20:09+03:00
upgpkg: 1.43.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
- pkgver = 1.43.0
+ pkgver = 1.43.1
pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source =
just-1.43.0.tar.gz::https://github.com/casey/just/archive/1.43.0.tar.gz
- sha256sums =
03904d6380344dbe10e25f04cd1677b441b439940257d3cc9d8c5f09d91e3065
+ source =
just-1.43.1.tar.gz::https://github.com/casey/just/archive/1.43.1.tar.gz
+ sha256sums =
741b5c6743501dc4dbd23050dd798f571d873d042b67bcea113d622b0c37d180
pkgname = just
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.43.0
+pkgver=1.43.1
pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64")
@@ -12,7 +12,7 @@ license=("custom:CC0")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('03904d6380344dbe10e25f04cd1677b441b439940257d3cc9d8c5f09d91e3065')
+sha256sums=('741b5c6743501dc4dbd23050dd798f571d873d042b67bcea113d622b0c37d180')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/111425bb353c40d3b8360f346b69bd7173a57782
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/111425bb353c40d3b8360f346b69bd7173a57782
You're receiving this email because of your account on gitlab.archlinux.org.