diff options
author | Graeme Gott | 2022-05-03 15:57:41 -0400 |
---|---|---|
committer | Graeme Gott | 2022-05-03 15:57:41 -0400 |
commit | 7589094941e6fccd35108a5e8cc183fd24b30619 (patch) | |
tree | 48e2650e1cf1daf9dec1aab63a5a9fb4aa198de4 /PKGBUILD | |
parent | 1be1b4aa240ec3355f5aece3dd3ee8b267a546d2 (diff) | |
download | aur-7589094941e6fccd35108a5e8cc183fd24b30619.tar.gz |
Update to 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Graeme Gott <graeme@gottcode.org> pkgname=tetzle -pkgver=2.2.0 +pkgver=2.2.1 pkgrel=1 pkgdesc='A tetromino jigsaw puzzle game' arch=(x86_64) @@ -10,7 +10,7 @@ license=('GPL3') depends=('qt6-base') makedepends=('cmake' 'qt6-tools') source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2") -sha256sums=('18650ab9b4668effba59c07b06977bd8ae7e767cbf6abf1dd7a15e7233920779') +sha256sums=('ca5cc2837c3a3fa959655e140821e99104b88765bfd2e777e5d6a18b3f2592d4') build() { cmake -B build -S $pkgbase-$pkgver \ |