diff --git a/connections/.SRCINFO b/connections/.SRCINFO index 6a35c44..b395571 100644 --- a/connections/.SRCINFO +++ b/connections/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = connections pkgdesc = A command-line client for the NYT Connections game. - pkgver = 0.1.5 + pkgver = 0.1.6 pkgrel = 1 url = https://github.com/jmelahman/connections arch = i686 @@ -9,7 +9,7 @@ pkgbase = connections license = MIT makedepends = go makedepends = git - source = connections::git+https://github.com/jmelahman/connections.git#commit=89b82528cba8dab466a00fcc3a9c72f3c1b73f41 + source = connections::git+https://github.com/jmelahman/connections.git#commit=89e0f6ee23e72c78098f9c7eea94f6de6e778e9a md5sums = SKIP pkgname = connections diff --git a/connections/PKGBUILD b/connections/PKGBUILD index 68a4292..dd02d9a 100644 --- a/connections/PKGBUILD +++ b/connections/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: pkgname=connections -pkgver=0.1.5 +pkgver=0.1.6 pkgrel=1 pkgdesc='A command-line client for the NYT Connections game.' arch=('i686' 'x86_64' 'aarch64') url='https://github.com/jmelahman/connections' license=('MIT') makedepends=('go' 'git') -_commit='89b82528cba8dab466a00fcc3a9c72f3c1b73f41' +_commit='89e0f6ee23e72c78098f9c7eea94f6de6e778e9a' source=("$pkgname::git+$url.git#commit=$_commit") md5sums=('SKIP')