summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan2021-11-07 11:40:44 +0800
committerTing-Wei Lan2021-11-07 11:40:44 +0800
commit8c32f80b226c6a54dcd6d19a129b2d8bb8913e67 (patch)
tree9488eefa6e16298d073056f9658dd51d5ea2f3ec
parent0abfd72d73f74ebf1131770976231c7fcd75475d (diff)
downloadaur-8c32f80b226c6a54dcd6d19a129b2d8bb8913e67.tar.gz
guile-git-lib: 0.5.1 -> 0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bed97ceea1b7..32718f4e7bb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-git-lib
pkgdesc = Guile bindings for libgit2
- pkgver = 0.5.1
+ pkgver = 0.5.2
pkgrel = 1
url = https://gitlab.com/guile-git/guile-git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = guile-git-lib
depends = guile
depends = guile-bytestructures
depends = libgit2>=0.28.0
- source = guile-git-lib-0.5.1.tar.gz::https://gitlab.com/guile-git/guile-git/uploads/4ffd7377b0b74da4051356121b46116f/guile-git-0.5.1.tar.gz
- sha256sums = 65e03731d56683f447b4c7fd0bfbf3467adad11218d5f9789d1ab859bf8e368c
+ source = guile-git-lib-0.5.2.tar.gz::https://gitlab.com/guile-git/guile-git/uploads/6450f3991aa524484038cdcea3fb248d/guile-git-0.5.2.tar.gz
+ sha256sums = 949755a211ad6e905ecdebe66ca35bfaab638d985b9fadc928ad2538d8f5cc95
pkgname = guile-git-lib
diff --git a/PKGBUILD b/PKGBUILD
index 3afd5a66b448..60e7eea75865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git-lib
_pkgname=guile-git
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='Guile bindings for libgit2'
arch=('x86_64' 'i686' 'armv7h')
@@ -11,9 +11,9 @@ license=('GPL3')
depends=('guile' 'guile-bytestructures' 'libgit2>=0.28.0')
makedepends=('git')
source=(
- "${pkgname}-${pkgver}.tar.gz::https://gitlab.com/${_pkgname}/${_pkgname}/uploads/4ffd7377b0b74da4051356121b46116f/${_pkgname}-${pkgver}.tar.gz")
+ "${pkgname}-${pkgver}.tar.gz::https://gitlab.com/${_pkgname}/${_pkgname}/uploads/6450f3991aa524484038cdcea3fb248d/${_pkgname}-${pkgver}.tar.gz")
sha256sums=(
- '65e03731d56683f447b4c7fd0bfbf3467adad11218d5f9789d1ab859bf8e368c')
+ '949755a211ad6e905ecdebe66ca35bfaab638d985b9fadc928ad2538d8f5cc95')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"