summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Jost2023-11-15 21:35:43 +0100
committerThomas Jost2023-11-15 21:35:43 +0100
commitde94d64b7e3cf6c81b13e0181008444a5992c17b (patch)
tree1d08c1a6f9e572a8b3da63415ea31f246c74aaec /PKGBUILD
parent5ffd80caf0b994e7c03cb56425e52352c66d83a7 (diff)
downloadaur-git-annex-standalone.tar.gz
Bump and add libyaml
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ba61585080e..5f8f1971fb8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Thomas Jost <schnouki@schnouki.net>
# Contributor: Yann Büchau <nobodyinperson at posteo de>
pkgname=git-annex-standalone
-pkgver=10.20230627
+pkgver=10.20230926
pkgrel=1
pkgdesc="Manage files with git, without checking their contents into git. Standalone version, with no Haskell dependency."
arch=(x86_64 aarch64)
url="https://git-annex.branchable.com/"
license=('GPL')
-depends=("bzip2" "file" "git" "gmp" "libffi" "lsof" "rsync" "sqlite" "xz" "zlib")
+depends=("bzip2" "file" "git" "gmp" "libffi" "libyaml" "lsof" "rsync" "sqlite" "xz" "zlib")
depends_aarch64=("libffi7")
provides=("git-annex")
conflicts=("git-annex")