summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-20 15:45:23 +1000
committercorey drew bruce2024-04-20 15:45:23 +1000
commit5e0cc857951a48f10085d5c7c058efd467b9fc9e (patch)
tree4e6212c29338440d4213ab33ebf7271191b0b3eb /PKGBUILD
parentdb3bc1e6d112ba7154c818f22648bc0aae6b1d85 (diff)
downloadaur-spacecadetpinball.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 feda2fc59979..46e72a2b74e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@ pkgrel=1
pkgdesc="Space Cadet Pinball."
arch=('x86_64' 'aarch64')
arch=('pentium4' 'i386' 'i686' 'x86_64' 'aarch64')
+url=https://gitlab.com/linuxbombay/spacecadetpinball
license=('GPL')
depends=('scp-bin' 'wget' 'unzip' 'yad')
makedepends=('unzip')
-source=("https://gitlab.com/spacecadetpinball/spacecadetpinball/-/archive/$pkgver-$pkgrel/spacecadetpinball-$pkgver-$pkgrel.tar.bz2")
-sha256sums=("SKIP")
+source=("$url/spacecadetpinball/-/archive/$pkgver-$pkgrel/spacecadetpinball-$pkgver-$pkgrel.tar.bz2")
+sha256sums=('3a1faa884a0da6a60d165640804c43cbc8fd06eb571504df972c774b6cce15b8')
package() {
install -dm755 "$pkgdir/usr/bin"