summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"