summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Henrie2022-07-17 09:21:23 -0600
committerAlex Henrie2022-07-17 09:21:23 -0600
commita7c068e3f203ca5c2d54bd1ff4c7b5aaf669f392 (patch)
tree265691f228b88caaa74f74baa6dfe1ec32e65576
parent4008ca7617703f5d74277849edbb6e5faf0fde94 (diff)
downloadaur-a7c068e3f203ca5c2d54bd1ff4c7b5aaf669f392.tar.gz
Update to 0.5.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34fb267da45..660b82d98099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-cinnabar
pkgdesc = Git remote helper to interact with Mercurial repositories
- pkgver = 0.5.8
+ pkgver = 0.5.9
pkgrel = 1
url = https://github.com/glandium/git-cinnabar
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = git-cinnabar
depends = git
depends = mercurial
depends = python
- source = https://github.com/glandium/git-cinnabar/archive/refs/tags/0.5.8.tar.gz
- sha256sums = 7971c2ae17d2b919f915efab35e3aba583b951d53ca2bc6ebf69bbd0c22f1067
+ source = https://github.com/glandium/git-cinnabar/archive/refs/tags/0.5.9.tar.gz
+ sha256sums = 83374ff2c7e9ccbb5e866c6fb350ad3202cab4856841afbadaded1f1bef4d534
pkgname = git-cinnabar
diff --git a/PKGBUILD b/PKGBUILD
index 65c76e7d260d..1935131381a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=git-cinnabar
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="Git remote helper to interact with Mercurial repositories"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://github.com/glandium/$pkgname"
license=(GPL2)
depends=(git mercurial python)
source=("https://github.com/glandium/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=(7971c2ae17d2b919f915efab35e3aba583b951d53ca2bc6ebf69bbd0c22f1067)
+sha256sums=(83374ff2c7e9ccbb5e866c6fb350ad3202cab4856841afbadaded1f1bef4d534)
build() {
cd "$pkgname-$pkgver"