summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93e12b4b5c26..82a888dc0b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gameoftrees
pkgdesc = A version control system which prioritizes ease of use and simplicity over flexibility
- pkgver = 0.81
+ pkgver = 0.82
pkgrel = 1
url = http://gameoftrees.org
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = gameoftrees
conflicts = got
conflicts = got-git
conflicts = got-bin
- source = http://gameoftrees.org/releases/portable/got-portable-0.81.tar.gz
- b2sums = ae7e7dc319ac0c55a5786de1692fec6145069a6bdadecaae131a5abb0c4f4704549f33a8d5b1fe8efb59c2006c64c1c63d6167809b77acd37cb76f613a7a7c33
+ source = http://gameoftrees.org/releases/portable/got-portable-0.82.tar.gz
+ b2sums = bdab64bd70245473c830f360c44bceb9a4e4b819d3da355f5856c23638097eb50991f7a723c0fe0029cb4541719c696a2ed855de70281ad77fc72fb146140b63
pkgname = gameoftrees
diff --git a/PKGBUILD b/PKGBUILD
index 02ccc21b32f7..1dfca9151ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gameoftrees
-pkgver=0.81
+pkgver=0.82
pkgrel=1
pkgdesc='A version control system which prioritizes ease of use and simplicity over flexibility'
arch=(x86_64)
@@ -10,7 +10,7 @@ conflicts=(gameoftrees-git got got-git got-bin)
depends=(ncurses util-linux-libs libbsd libevent)
makedepends=(pkgconf)
source=("$url/releases/portable/got-portable-$pkgver.tar.gz")
-b2sums=('ae7e7dc319ac0c55a5786de1692fec6145069a6bdadecaae131a5abb0c4f4704549f33a8d5b1fe8efb59c2006c64c1c63d6167809b77acd37cb76f613a7a7c33')
+b2sums=('bdab64bd70245473c830f360c44bceb9a4e4b819d3da355f5856c23638097eb50991f7a723c0fe0029cb4541719c696a2ed855de70281ad77fc72fb146140b63')
build () {
cd "got-portable-$pkgver"