summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-02-27 16:14:55 +0100
committerClaudia Pellegrino2024-02-27 16:18:08 +0100
commit04779e4157fedb49f343a85ba38f1d54320eb532 (patch)
treeee3b3cd8b122aecbb8a7012f88d607b4276b07b8
parentcff42e1345be933d0ee575257bb2083b2fd95707 (diff)
downloadaur-04779e4157fedb49f343a85ba38f1d54320eb532.tar.gz
playdate-sdk v2.3.1, thanks user @thomastc
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efe32c5ac082..c2dc4e41460f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = playdate-sdk
pkgdesc = SDK for the Playdate console with Lua and C APIs, docs, and a simulator
- pkgver = 2.2.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://play.date/dev/
install = playdate-sdk.install
arch = x86_64
- license = custom
+ license = LicenseRef-SdkLicense
makedepends = curl
makedepends = jq
depends = cairo
@@ -22,13 +22,13 @@ pkgbase = playdate-sdk
optdepends = python-click: to run the firmware_symbolizer.py utility
optdepends = wayland: for Wayland compatibility
optdepends = zeal: read the Playdate SDK docset offline
- noextract = playdate-sdk-2.2.0.tar.gz
+ noextract = playdate-sdk-2.3.1.tar.gz
options = !strip
- source = playdate-sdk-2.2.0.tar.gz::https://download-keycdn.panic.com/playdate_sdk/Linux/PlaydateSDK-2.2.0.tar.gz
+ source = playdate-sdk-2.3.1.tar.gz::https://download-cdn.panic.com/playdate_sdk/Linux/PlaydateSDK-2.3.1.tar.gz
source = date.play.simulator.desktop
source = playdate-sdk.install
source = playdate-simulator.shim
- sha512sums = 9e668e3dd011a637a387d95f907396a866a84df664d1df24c2953dd36a33ee193729aa11edb3025a5acc7de1a6f4b255ef78f2d7694964dba784ebba2e8605d4
+ sha512sums = f8f7a7f2d5c357385406726a9f67b4ae1a8f813dcb9623694af5f8d04b31a92260c03f725da436aa9ff8bb6cc71a2fb5a3ee71a6a09e085a87a5c9e8525c36de
sha512sums = 7286f35bff63253ff430860ce6a3ce52dfd88bcd90e6dd6cfcbeb90a76b38d2341d4fc428259d00eac7b67c2b94e0319e3d438a67e76e8016d8cd36be1123677
sha512sums = ed30d6745f686e985bd54cd23c5a8e9bee95bad7209d065871bf461dc8321dea032583d6a3da9fa9909efca2969dde0954777a55ba42b4974c49ed1993101c92
sha512sums = 2a909f7d290489e23a5dd1648269e8575e3912057d03649d898fa23a6ff74185bd1080c6366db1b840bce4cb72482c72e218f88bb1aac4d91eec6f89205573cb
diff --git a/PKGBUILD b/PKGBUILD
index 8033160d9101..9ebe8f6e75a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Claudia Pellegrino <aur ät cpellegrino.de>
pkgname=playdate-sdk
-pkgver=2.2.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='SDK for the Playdate console with Lua and C APIs, docs, and a simulator'
arch=('x86_64')
url='https://play.date/dev/'
-license=('custom')
+license=('LicenseRef-SdkLicense')
depends=(
'cairo'
'gdk-pixbuf2'
@@ -28,7 +28,7 @@ optdepends=(
)
options=('!strip')
install="${pkgname}.install"
-_url_base='https://download-keycdn.panic.com/playdate_sdk/Linux/PlaydateSDK'
+_url_base='https://download-cdn.panic.com/playdate_sdk/Linux/PlaydateSDK'
source=(
"${pkgname}-${pkgver}.tar.gz::${_url_base}-${pkgver}.tar.gz"
@@ -38,7 +38,7 @@ source=(
)
sha512sums=(
- '9e668e3dd011a637a387d95f907396a866a84df664d1df24c2953dd36a33ee193729aa11edb3025a5acc7de1a6f4b255ef78f2d7694964dba784ebba2e8605d4'
+ 'f8f7a7f2d5c357385406726a9f67b4ae1a8f813dcb9623694af5f8d04b31a92260c03f725da436aa9ff8bb6cc71a2fb5a3ee71a6a09e085a87a5c9e8525c36de'
'7286f35bff63253ff430860ce6a3ce52dfd88bcd90e6dd6cfcbeb90a76b38d2341d4fc428259d00eac7b67c2b94e0319e3d438a67e76e8016d8cd36be1123677'
'ed30d6745f686e985bd54cd23c5a8e9bee95bad7209d065871bf461dc8321dea032583d6a3da9fa9909efca2969dde0954777a55ba42b4974c49ed1993101c92'
'2a909f7d290489e23a5dd1648269e8575e3912057d03649d898fa23a6ff74185bd1080c6366db1b840bce4cb72482c72e218f88bb1aac4d91eec6f89205573cb'