Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
just
Commits:
b67a34b8 by Caleb Maclennan at 2023-12-20T13:21:44+03:00
upgpkg: 1.17.0-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.16.0
- pkgrel = 3
+ pkgver = 1.17.0
+ pkgrel = 1
url = https://github.com/casey/just
arch = x86_64
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source =
just-1.16.0.tar.gz::https://github.com/casey/just/archive/1.16.0.tar.gz
- sha256sums =
80c07b7a92b24ac9661fa312f287f0900bbe19b9c3a2f4c2739a2f242a5558f9
+ source =
just-1.17.0.tar.gz::https://github.com/casey/just/archive/1.17.0.tar.gz
+ sha256sums =
1306a4906a3ee2013766e9c580bc0da3768ffe99ca7bfc33229a6ddb856c5fa5
pkgname = just
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.16.0
-pkgrel=3
+pkgver=1.17.0
+pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64")
url="https://github.com/casey/just"
@@ -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=('80c07b7a92b24ac9661fa312f287f0900bbe19b9c3a2f4c2739a2f242a5558f9')
+sha256sums=('1306a4906a3ee2013766e9c580bc0da3768ffe99ca7bfc33229a6ddb856c5fa5')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/b67a34b8f2706ee8789e749a72630ad5ed148d85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/just/-/commit/b67a34b8f2706ee8789e749a72630ad5ed148d85
You're receiving this email because of your account on gitlab.archlinux.org.