Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / git-annex
Commits:
9038c8b0 by Felix Yan at 2024-09-04T20:31:11+03:00
upgpkg: 10.20240831-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = git-annex
pkgdesc = Manage files with git, without checking their contents into
git
- pkgver = 10.20240808
- pkgrel = 9
+ pkgver = 10.20240831
+ pkgrel = 1
url = https://git-annex.branchable.com/
arch = x86_64
license = AGPL-3.0-only
@@ -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.20240808
- sha256sums =
103fb24d562e5222aa906df7a09cc120218287ca46e93c1c6d91b6da7bdf3998
+ source = git+https://git.joeyh.name/git/git-annex.git#tag=10.20240831
+ sha256sums =
6d7150a908531a85d7e5394066acb1aa8179e823dfb33d2e51e354b53db4e4ca
pkgname = git-annex
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=git-annex
-pkgver=10.20240808
-pkgrel=9
+pkgver=10.20240831
+pkgrel=1
pkgdesc="Manage files with git, without checking their contents into git"
url="https://git-annex.branchable.com/"
license=("AGPL-3.0-only")
@@ -32,14 +32,14 @@ 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=('103fb24d562e5222aa906df7a09cc120218287ca46e93c1c6d91b6da7bdf3998')
+sha256sums=('6d7150a908531a85d7e5394066acb1aa8179e823dfb33d2e51e354b53db4e4ca')
prepare() {
cd git-annex
# persistent-template was merged into persistent
uusi -d persistent-template
- sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/'
Database/ImportFeed.hs Database/ContentIdentifier.hs Database/Export.hs
Database/Fsck.hs Database/Keys/SQL.hs
+ sed -i 's/MIN_VERSION_persistent_template/MIN_VERSION_persistent/'
Database/ImportFeed.hs Database/ContentIdentifier.hs Database/Export.hs
Database/Fsck.hs Database/Keys/SQL.hs Database/RepoSize.hs
sed -e 's|--ghc-options|-O --prefix=/usr --enable-executable-dynamic
--disable-library-vanilla --docdir=/usr/share/doc/'$pkgname' --ghc-options|' \
-i Makefile
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/9038c8b0187bbb8b8b425bcbf21f188dff91cd78
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/git-annex/-/commit/9038c8b0187bbb8b8b425bcbf21f188dff91cd78
You're receiving this email because of your account on gitlab.archlinux.org.