diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2021-02-08 00:40:24 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2021-02-08 00:40:24 +0800 |
commit | ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b (patch) | |
tree | f4582f42bab95271f083a30fc6caf32e1c13e0ed /guile-git-lib | |
parent | ca1a9553e0d7624c631c61fb93bd1b89acbe2dd7 (diff) | |
download | AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar.gz AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar.bz2 AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar.lz AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar.xz AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.tar.zst AUR4-PKGBUILD-ac7c277a4bf8c1a6e0c7dff004cf2b523dfb915b.zip |
guile-git-lib: 0.3.0 -> 0.4.0
Diffstat (limited to 'guile-git-lib')
-rw-r--r-- | guile-git-lib/.SRCINFO | 14 | ||||
-rw-r--r-- | guile-git-lib/PKGBUILD | 8 |
2 files changed, 11 insertions, 11 deletions
diff --git a/guile-git-lib/.SRCINFO b/guile-git-lib/.SRCINFO index d904b0b..dbf840e 100644 --- a/guile-git-lib/.SRCINFO +++ b/guile-git-lib/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = guile-git-lib pkgdesc = Guile bindings for libgit2 - pkgver = 0.3.0 + pkgver = 0.4.0 pkgrel = 1 url = https://gitlab.com/guile-git/guile-git arch = x86_64 @@ -10,12 +10,12 @@ pkgbase = guile-git-lib makedepends = git depends = guile depends = guile-bytestructures - depends = libgit2 - source = https://gitlab.com/guile-git/guile-git/uploads/4c563d8e7e1ff84396abe8ca7011bcaf/guile-git-0.3.0.tar.gz - source = https://gitlab.com/guile-git/guile-git/-/raw/v0.3.0/tests/.ssh/id_rsa_client - source = https://gitlab.com/guile-git/guile-git/-/raw/v0.3.0/tests/.ssh/id_rsa_client.pub - source = https://gitlab.com/guile-git/guile-git/-/raw/v0.3.0/tests/.ssh/id_rsa_server - sha256sums = 75ce437da024fa57d6a2a48ae4e05d48cb42d84f73a3d372baef5c68421bb130 + depends = libgit2>=0.28.0 + source = https://gitlab.com/guile-git/guile-git/uploads/2600bb0dfdfb00bfbe46811dccad51d8/guile-git-0.4.0.tar.gz + source = https://gitlab.com/guile-git/guile-git/-/raw/v0.4.0/tests/.ssh/id_rsa_client + source = https://gitlab.com/guile-git/guile-git/-/raw/v0.4.0/tests/.ssh/id_rsa_client.pub + source = https://gitlab.com/guile-git/guile-git/-/raw/v0.4.0/tests/.ssh/id_rsa_server + sha256sums = 2ccee3e0520b5db354a1b7070f95e3bbaf0bb0f61c11ca92793728257a7abecf sha256sums = e58e37ec6d5916b46b785b9db5ae05498e5dc25b1beaa46eee227bf415fee952 sha256sums = 8a3b18d1d725f69ab778e0badbc43746766b591a54f965ee2e57d82822775d43 sha256sums = 0d49a22bd80c3d1d18061560eecb095c0056ade55fee2fb4c48c290254204641 diff --git a/guile-git-lib/PKGBUILD b/guile-git-lib/PKGBUILD index 3b7e61a..43b7840 100644 --- a/guile-git-lib/PKGBUILD +++ b/guile-git-lib/PKGBUILD @@ -2,21 +2,21 @@ pkgname=guile-git-lib _pkgname=guile-git -pkgver=0.3.0 +pkgver=0.4.0 pkgrel=1 pkgdesc='Guile bindings for libgit2' arch=('x86_64' 'i686' 'armv7h') url="https://gitlab.com/guile-git/guile-git" license=('GPL3') -depends=('guile' 'guile-bytestructures' 'libgit2') +depends=('guile' 'guile-bytestructures' 'libgit2>=0.28.0') makedepends=('git') source=( - "https://gitlab.com/${_pkgname}/${_pkgname}/uploads/4c563d8e7e1ff84396abe8ca7011bcaf/${_pkgname}-${pkgver}.tar.gz" + "https://gitlab.com/${_pkgname}/${_pkgname}/uploads/2600bb0dfdfb00bfbe46811dccad51d8/${_pkgname}-${pkgver}.tar.gz" "https://gitlab.com/guile-git/guile-git/-/raw/v${pkgver}/tests/.ssh/id_rsa_client" "https://gitlab.com/guile-git/guile-git/-/raw/v${pkgver}/tests/.ssh/id_rsa_client.pub" "https://gitlab.com/guile-git/guile-git/-/raw/v${pkgver}/tests/.ssh/id_rsa_server") sha256sums=( - '75ce437da024fa57d6a2a48ae4e05d48cb42d84f73a3d372baef5c68421bb130' + '2ccee3e0520b5db354a1b7070f95e3bbaf0bb0f61c11ca92793728257a7abecf' 'e58e37ec6d5916b46b785b9db5ae05498e5dc25b1beaa46eee227bf415fee952' '8a3b18d1d725f69ab778e0badbc43746766b591a54f965ee2e57d82822775d43' '0d49a22bd80c3d1d18061560eecb095c0056ade55fee2fb4c48c290254204641') |