summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroicleevan2021-10-03 18:59:14 -0400
committeroicleevan2021-10-03 18:59:14 -0400
commit127d2de1626e9a608bd1c24b9cb7445e82032345 (patch)
tree6f1cbf793be6a0f718f73e98a7aacf059799fd14
parentb746d8cd4373e89a50b9fc4c7381d2482e93060e (diff)
downloadaur-127d2de1626e9a608bd1c24b9cb7445e82032345.tar.gz
update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD2
2 files changed, 12 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9a468a44ba8..fab28772239f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,3 +9,14 @@ pkgbase = the-deeps
sha1sums = 8e236600c6e1d0dea83da0a07d64f329a09a4215
pkgname = the-deeps
+pkgbase = the-deeps
+ pkgdesc = A text-based adventure game written in C++.
+ 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.1.zip
+ sha1sums = SKIP
+
+pkgname = the-deeps
diff --git a/PKGBUILD b/PKGBUILD
index 6b8d82da13f5..5013589201bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="https://github.com/oicleevan/the-deeps"
license=('MIT')
source=("https://github.com/oicleevan/$pkgname/archive/refs/tags/$pkgver.zip")
-sha1sums=('8e236600c6e1d0dea83da0a07d64f329a09a4215')
+sha1sums=(SKIP)
build() {
cd "$pkgname-$pkgver/src/libeo"