summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82059d31ae27..8ff34a731847 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Christian Berendt <christian at suppentopf dot net>
pkgname=boxes
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.1.1
+pkgrel=1
pkgdesc="Text mode box and comment drawing filter"
url="http://boxes.thomasjensen.com/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('bison' 'flex')
source=("https://github.com/ascii-boxes/boxes/archive/v$pkgver.zip")
-md5sums=('efe27a03c73cbfbd22d823c4787bbf2b')
+md5sums=('cf5cdd539df58df292d5b9a9b5e19b9e')
build() {
cd $srcdir/$pkgname-$pkgver