summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2025-01-30 17:27:27 +0100
committerkleintux2025-01-30 17:27:27 +0100
commitf1f07947491a6b9896a1eed0858343b671a19638 (patch)
treefa8d1537145a06aa6e52e09ee89650ac2115b31f
parent47a6d1059a44715226edb0dff34909ff228149dc (diff)
downloadaur-cave9.tar.gz
update to 0.4.1.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7239a55604cd..6ce2319d6248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = cave9
pkgdesc = A 3D gravity cave-exploration game based on the classic SFCave
- pkgver = 0.4
- pkgrel = 4
+ pkgver = 0.4.1
+ pkgrel = 1
url = https://code.google.com/p/cave9/
arch = i686
arch = x86_64
- license = LGPL3
- license = custom
+ license = LGPL-3.0-or-later
depends = mesa
depends = sdl_image
depends = sdl_ttf
- source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cave9/cave9_src-0.4.tgz
+ source = cave9-0.4.1.tar.gz::https://github.com/bart9h/cave9/archive/refs/tags/0.4.1.tar.gz
source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cave9/cave9_data-4.tgz
source = cave9.desktop
- sha256sums = 285fd1070e9fadade890ddd64f30db6bcfeaa5326c99d6e69744abab80da93d8
+ sha256sums = b5978025c834fcfd6330c0537a70ebe5d9c17bcd04542d4ef6b5505f59d93622
sha256sums = 89a1ef99f2399bf7638b25ce4b51c5c088e01c29bc407eab689ccbb39c5b8d39
sha256sums = 37b2fb322113f616b6794027ef309487dd0270eb17e436a499b2ef66c29da085
diff --git a/PKGBUILD b/PKGBUILD
index dc12793af975..a0a8640048a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@
# Contributor: Colin Shea <colins@evaryont.ath.cx>
pkgname=cave9
-pkgver=0.4
+pkgver=0.4.1
_dataver=4
-pkgrel=4
+pkgrel=1
pkgdesc="A 3D gravity cave-exploration game based on the classic SFCave"
arch=('i686' 'x86_64')
url="https://code.google.com/p/cave9/"
-license=('LGPL3' 'custom')
+license=('LGPL-3.0-or-later')
depends=('mesa' 'sdl_image' 'sdl_ttf')
-source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_src-${pkgver}.tgz"
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bart9h/cave9/archive/refs/tags/${pkgver}.tar.gz"
"https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_data-${_dataver}.tgz"
"${pkgname}.desktop")
-sha256sums=('285fd1070e9fadade890ddd64f30db6bcfeaa5326c99d6e69744abab80da93d8'
+sha256sums=('b5978025c834fcfd6330c0537a70ebe5d9c17bcd04542d4ef6b5505f59d93622'
'89a1ef99f2399bf7638b25ce4b51c5c088e01c29bc407eab689ccbb39c5b8d39'
'37b2fb322113f616b6794027ef309487dd0270eb17e436a499b2ef66c29da085')