summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7982353f8ff4..8ed95948d713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = cavestory
pkgdesc = Cave Story powered by the nxengine-evo.
pkgver = 1.0.0
pkgrel = 1
+ url = https://gitlab.com/linuxbombay/cavestory
arch = x86_64
arch = i386
arch = i686
@@ -12,7 +13,7 @@ pkgbase = cavestory
depends = wget
depends = unzip
depends = yad
- source = https://gitlab.com/cavestory-bin/cavestory/-/archive/1.0.0/cavestory-1.0.0.tar.bz2
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/cavestory/-/archive/1.0.0/cavestory-1.0.0.tar.bz2
+ sha256sums = 07162645e3a0916b9bd7cbf1bab89f4120f03865db7e7cabc3cb11879cd2f275
pkgname = cavestory
diff --git a/PKGBUILD b/PKGBUILD
index 65134493873c..48e369327a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ _pkgname=CaveStory
pkgver=1.0.0
pkgrel=1
pkgdesc="Cave Story powered by the nxengine-evo."
+url="https://gitlab.com/linuxbombay/cavestory"
arch=('x86_64' 'i386' 'i686' 'aarch64')
license=('GPL')
depends=('nxengine-evo-bin' 'wget' 'unzip' 'yad')
makedepends=('unzip')
-source=("https://gitlab.com/cavestory-bin/cavestory/-/archive/$pkgver/cavestory-$pkgver.tar.bz2")
-sha256sums=("SKIP")
+source=("$url/-/archive/$pkgver/cavestory-$pkgver.tar.bz2")
+sha256sums=('07162645e3a0916b9bd7cbf1bab89f4120f03865db7e7cabc3cb11879cd2f275')
package() {
install -dm755 "$pkgdir/usr/bin"