summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorivanp72020-10-20 03:15:59 +0300
committerivanp72020-10-20 03:15:59 +0300
commit301193ae7a03fd3e49c89b17cbcf098ccb7de49b (patch)
tree6c30d73e52c906358bef209ee8f5b9a748fdf76d
parent7e7c4f82ad03f317bd31260b78c43c647e0483a0 (diff)
downloadaur-301193ae7a03fd3e49c89b17cbcf098ccb7de49b.tar.gz
bump pkgrel to update source version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658b44107c57..f29b4c52a67e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = cgames
pkgdesc = Collection of three ncurses games. csokoban (sokoban), cmines (minesweeper) and cblocks (sliding-block puzzles).
pkgver = 2.2
- pkgrel = 6
+ pkgrel = 7
url = http://www.muppetlabs.com/~breadbox/software/cgames.html
arch = i686
arch = x86_64
license = GPL2
depends = ncurses
- source = http://www.muppetlabs.com/~breadbox/pub/software/cgames-2.2a.tar.gz
- md5sums = 9222c1a1720444977d4cd9b0e95894db
+ source = http://www.muppetlabs.com/~breadbox/pub/software/cgames-2.2b.tar.gz
+ md5sums = 02e9ac92557257d5f4ed5b7391d640fd
pkgname = cgames
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