summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2023-12-12 13:28:37 +0200
committerAdrian Perez de Castro2023-12-12 14:08:46 +0200
commitbe046c5f370e9db7fe3faa61845f63093f90c08a (patch)
tree71bb75a622ec16cd4525fcae4cde62e632aaf339 /PKGBUILD
parentfe3c65bf493d6a7d2cff2918e206eb4cfce3e5c7 (diff)
downloadaur-be046c5f370e9db7fe3faa61845f63093f90c08a.tar.gz
Bump to version 0.95
While at it, make the source URL point to the main upstream Git repository.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3902a97c7767..ca8d0928df0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
pkgname=gameoftrees
-pkgver=0.94
+pkgver=0.95
pkgrel=1
pkgdesc='A version control system which prioritizes ease of use and simplicity over flexibility'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(custom:ISC)
conflicts=(gameoftrees-git got got-git got-bin)
depends=(ncurses util-linux-libs libbsd libevent)
makedepends=(pkgconf git)
-source=("$pkgname::git+https://repo.or.cz/got-portable.git#tag=$pkgver")
+source=("$pkgname::git+ssh://anonymous@got.gameoftrees.org/got-portable.git#tag=$pkgver")
b2sums=(SKIP)
build () {