summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroicleevan2021-10-03 18:47:08 -0400
committeroicleevan2021-10-03 18:47:08 -0400
commit83fb9041aa1a1201056833b76041eac8cb7a68b0 (patch)
treed1c968a71b20c1b3572ed37dcc35c25d95709a04
parent9cbd81d1c5eda8938081fec71eae7507877e07bf (diff)
downloadaur-83fb9041aa1a1201056833b76041eac8cb7a68b0.tar.gz
1.2.1 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c12660f93889..6c3ebe0aa747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = the-deeps
pkgdesc = A C++ text-based adventure game.
- pkgver = 1.2
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/oicleevan/the-deeps
arch = any
license = MIT
- source = https://github.com/oicleevan/the-deeps/archive/refs/tags/1.2.zip
+ source = https://github.com/oicleevan/the-deeps/archive/refs/tags/1.2.1.zip
md5sums = 1b063eab21d8b355a98b956737259162
pkgname = the-deeps
diff --git a/PKGBUILD b/PKGBUILD
index 854686dceff6..65e8ab683bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Evan Oicle <oicleevan@protonmail.com>
pkgname=the-deeps
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="A C++ text-based adventure game."
arch=('any')