summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bd646a5d1e4..8f16f9c64d68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
pkgbase = gameoftrees
pkgdesc = A version control system which prioritizes ease of use and simplicity over flexibility
- pkgver = 0.95
+ pkgver = 0.96
pkgrel = 1
url = https://gameoftrees.org
arch = x86_64
- license = custom:ISC
+ license = ISC
makedepends = pkgconf
makedepends = git
depends = ncurses
depends = util-linux-libs
depends = libbsd
depends = libevent
+ depends = zlib
conflicts = gameoftrees-git
conflicts = got
conflicts = got-git
conflicts = got-bin
- source = gameoftrees::git+ssh://anonymous@got.gameoftrees.org/got-portable.git#tag=0.95
+ source = gameoftrees::git+ssh://anonymous@got.gameoftrees.org/got-portable.git#tag=0.96
b2sums = SKIP
pkgname = gameoftrees
diff --git a/PKGBUILD b/PKGBUILD
index ca8d0928df0d..957743f2c538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gameoftrees
-pkgver=0.95
+pkgver=0.96
pkgrel=1
pkgdesc='A version control system which prioritizes ease of use and simplicity over flexibility'
arch=(x86_64)
url="https://gameoftrees.org"
-license=(custom:ISC)
+license=(ISC)
conflicts=(gameoftrees-git got got-git got-bin)
-depends=(ncurses util-linux-libs libbsd libevent)
+depends=(ncurses util-linux-libs libbsd libevent zlib)
makedepends=(pkgconf git)
source=("$pkgname::git+ssh://anonymous@got.gameoftrees.org/got-portable.git#tag=$pkgver")
b2sums=(SKIP)