summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBAD Gumby2023-08-25 12:59:58 -0400
committerBAD Gumby2023-08-25 12:59:58 -0400
commitefdf2eeac1b9ae9bcd3de1bc89449184237f7890 (patch)
tree596ec2575d3256926e125b81a3e40dffa9bb96d2
parentd03680f236ad42f30577055cc174d37242f09e41 (diff)
downloadaur-efdf2eeac1b9ae9bcd3de1bc89449184237f7890.tar.gz
update to v2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb40cd58cb7..e8cd50caec47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boxes
pkgdesc = Text mode box and comment drawing filter
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://boxes.thomasjensen.com/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = boxes
license = GPL2
depends = bison
depends = flex
- source = https://github.com/ascii-boxes/boxes/archive/v2.2.0.zip
- md5sums = 9af96cba8d6bd30517e874debc64b1a1
+ source = https://github.com/ascii-boxes/boxes/archive/ref/tags/v2.2.1.zip
+ md5sums = 51059a0b120a3f8c2d9af61b88d9be8d
pkgname = boxes
diff --git a/PKGBUILD b/PKGBUILD
index fbb1c8d1193d..05087a91a084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Christian Berendt <christian at suppentopf dot net>
pkgname=boxes
-pkgver=2.2.0
+pkgver=2.2.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=('9af96cba8d6bd30517e874debc64b1a1')
+source=("https://github.com/ascii-boxes/boxes/archive/refs/tags/v$pkgver.zip")
+md5sums=('51059a0b120a3f8c2d9af61b88d9be8d')
build() {
cd $srcdir/$pkgname-$pkgver