summarylogtreecommitdiffstats
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
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
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0e17baba571..9a2c8eceeee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = spacecadetpinball
pkgdesc = Space Cadet Pinball.
pkgver = 1.0.0
pkgrel = 1
+ url = https://gitlab.com/linuxbombay/spacecadetpinball
arch = pentium4
arch = i386
arch = i686
@@ -13,7 +14,7 @@ pkgbase = spacecadetpinball
depends = wget
depends = unzip
depends = yad
- source = https://gitlab.com/spacecadetpinball/spacecadetpinball/-/archive/1.0.0-1/spacecadetpinball-1.0.0-1.tar.bz2
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/spacecadetpinball/spacecadetpinball/-/archive/1.0.0-1/spacecadetpinball-1.0.0-1.tar.bz2
+ sha256sums = 3a1faa884a0da6a60d165640804c43cbc8fd06eb571504df972c774b6cce15b8
pkgname = spacecadetpinball
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"