summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-27 11:34:46 +1000
committercorey drew bruce2024-04-27 11:34:46 +1000
commit9d11e2922788427d7a376ca792c26b0fb992c458 (patch)
tree1974d4e9c8e73dd4b3696db75baf26aa40f29686 /PKGBUILD
parent725772e44899dd972988ad614bd4745b2c4a3e23 (diff)
downloadaur-9d11e2922788427d7a376ca792c26b0fb992c458.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 2bc1fca470b8..924ab99de300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="Super Mario 64 powered by the sm64ex engine."
arch=('x86_64' 'aarch64')
+url="https://gitlab.com/linuxbombay/supermario64"
arch=('pentium4' 'i386' 'i686' 'x86_64' 'aarch64')
license=('GPL')
depends=('sm64ex-bin' 'wget' 'unzip' 'yad')
makedepends=('unzip')
-source=("https://gitlab.com/supermario64pkg/supermario64/-/archive/$pkgver-$pkgrel/supermario64-$pkgver-$pkgrel.tar.bz2")
-sha256sums=("SKIP")
+source=("$url/-/archive/$pkgver-$pkgrel/supermario64-$pkgver-$pkgrel.tar.bz2")
+sha256sums=('c1ff7e50421d425fe2c161e8a7ffe472a3a4d4b09a018dc1f940aed74229523c')
package() {
install -dm755 "$pkgdir/usr/bin"