Date: Friday, April 14, 2023 @ 14:33:23 Author: blakkheim Revision: 1446039
upgpkg: bsd-games 3.3-1 Modified: bsd-games/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-14 14:06:31 UTC (rev 1446038) +++ PKGBUILD 2023-04-14 14:33:23 UTC (rev 1446039) @@ -6,8 +6,8 @@ # Contributor: SmackleFunky <[email protected]> pkgname=bsd-games -pkgver=3.2 -pkgrel=2 +pkgver=3.3 +pkgrel=1 pkgdesc='Linux port of the collection of BSD command line games' url='https://sourceforge.net/projects/bsd-games' arch=('x86_64') @@ -15,7 +15,7 @@ depends=('ncurses' 'systemd') optdepends=('words: for hangman') source=("https://downloads.sourceforge.net/sourceforge/bsd-games/${pkgname}-${pkgver}.tar.gz") -sha256sums=('31e9725b3a12648bed06723deef2da0d22a104570d9134ca3c30341a0d722afd') +sha256sums=('78bfdf7f4e1f61ed42ad1209ef52520b89a583bd511e9606b8162f813078048d') build() { cd "$pkgname-$pkgver"
