summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgameslayer2024-04-23 12:03:40 +1000
committergameslayer2024-04-23 12:03:40 +1000
commitefdf152678b0f91eb106e93900c34340db54c074 (patch)
tree85d3ee2ed1e8ee0755e73190e83d84fae2e4bb1f /PKGBUILD
parentde8c81275f7dab2ba858e94454546e315884f213 (diff)
downloadaur-cavestory.tar.gz
- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"