summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2024-02-15 21:57:46 +0200
committerAdrian Perez de Castro2024-02-15 21:57:46 +0200
commit63c4c2af39ffb53c42f49d0003065e52f5173da3 (patch)
treeac0da234a42fb8cec9e6219aa5a19a0d97495e9e /PKGBUILD
parent6376a44dc4183d1bffe16b1f0eeb6d1908c9f74e (diff)
downloadaur-63c4c2af39ffb53c42f49d0003065e52f5173da3.tar.gz
Bump to version 0.96
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)