summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorivanp72020-10-20 03:15:59 +0300
committerivanp72020-10-20 03:15:59 +0300
commit301193ae7a03fd3e49c89b17cbcf098ccb7de49b (patch)
tree6c30d73e52c906358bef209ee8f5b9a748fdf76d /PKGBUILD
parent7e7c4f82ad03f317bd31260b78c43c647e0483a0 (diff)
downloadaur-301193ae7a03fd3e49c89b17cbcf098ccb7de49b.tar.gz
bump pkgrel to update source version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38ec74988345..76ee1947d78b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=cgames
pkgver=2.2
-pkgrel=6
+pkgrel=7
pkgdesc="Collection of three ncurses games. csokoban (sokoban), cmines (minesweeper) and cblocks (sliding-block puzzles)."
arch=('i686' 'x86_64')
url="http://www.muppetlabs.com/~breadbox/software/cgames.html"
license=('GPL2')
depends=('ncurses')
-source=(http://www.muppetlabs.com/~breadbox/pub/software/$pkgname-${pkgver}a.tar.gz)
-md5sums=('9222c1a1720444977d4cd9b0e95894db')
+source=(http://www.muppetlabs.com/~breadbox/pub/software/$pkgname-${pkgver}b.tar.gz)
+md5sums=('02e9ac92557257d5f4ed5b7391d640fd')
build() {
cd $srcdir/$pkgname-${pkgver}a