Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
git-annex
Commits:
9cf8ac32 by Caleb Maclennan at 2024-08-08T22:58:26+03:00
upgpkg: 10.20240808-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = git-annex
pkgdesc = Manage files with git, without checking their contents into
git
- pkgver = 10.20240731
+ pkgver = 10.20240808
pkgrel = 1
url = https://git-annex.branchable.com/
arch = x86_64
@@ -90,7 +90,7 @@ pkgbase = git-annex
depends = haskell-yesod-core
depends = haskell-yesod-form
depends = haskell-yesod-static
- source = git+https://git.joeyh.name/git/git-annex.git#tag=10.20240731
- sha256sums =
9e4c746362772e1ee0938e7cf8969d1e72ae8f8b363af8c8d5ccb97c733ea31e
+ source = git+https://git.joeyh.name/git/git-annex.git#tag=10.20240808
+ sha256sums =
103fb24d562e5222aa906df7a09cc120218287ca46e93c1c6d91b6da7bdf3998
pkgname = git-annex
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=git-annex
-pkgver=10.20240731
+pkgver=10.20240808
pkgrel=1
pkgdesc="Manage files with git, without checking their contents into git"
url="https://git-annex.branchable.com/"
@@ -32,7 +32,7 @@ depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson'
'haskell-ansi-terminal'
'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static')
makedepends=('chrpath' 'ghc' 'uusi')
source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver")
-sha256sums=('9e4c746362772e1ee0938e7cf8969d1e72ae8f8b363af8c8d5ccb97c733ea31e')
+sha256sums=('103fb24d562e5222aa906df7a09cc120218287ca46e93c1c6d91b6da7bdf3998')
prepare() {
cd git-annex
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/9cf8ac321adb0c9d5b6485681dfd3641ab5970b9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/9cf8ac321adb0c9d5b6485681dfd3641ab5970b9
You're receiving this email because of your account on gitlab.archlinux.org.