summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Probert2023-04-18 13:34:35 +0200
committerLinus Probert2023-04-18 13:34:35 +0200
commit329dba2f7cb4e484c15514301b224fec822af107 (patch)
tree6b327d43da4e24849362997be3496eb2d34c8c7e
parent7f7bd0bfde5b3064de9a3439d479a0cdf2986d14 (diff)
downloadaur-329dba2f7cb4e484c15514301b224fec822af107.tar.gz
Version 5.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12be52d78084..3773cb61a7f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blightmud
pkgdesc = A terminal mud client written in rust
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://github.com/blightmud/blightmud
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = blightmud
depends = alsa-lib
provides = blightmud
conflicts = blightmud
- source = blightmud-5.1.0.tar.gz::https://github.com/Blightmud/Blightmud/archive/v5.1.0.tar.gz
- md5sums = 68294151136afd3ef188f57a4f2f5d23
+ source = blightmud-5.2.0.tar.gz::https://github.com/Blightmud/Blightmud/archive/v5.2.0.tar.gz
+ md5sums = c52f90376b6e31022c2907c2899756c0
pkgname = blightmud
diff --git a/PKGBUILD b/PKGBUILD
index 95bfe5eb8aa0..63ad9d5f11ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Linus Probert <linus.probert@gmail.com>
pkgname=blightmud
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
epoch=
pkgdesc="A terminal mud client written in rust"
@@ -20,7 +20,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/Blightmud/Blightmud/archive/v$pkgver.tar.gz")
-md5sums=('68294151136afd3ef188f57a4f2f5d23')
+md5sums=('c52f90376b6e31022c2907c2899756c0')
prepare() {
mv Blightmud-$pkgver $pkgname-$pkgver