summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2024-03-17 07:18:06 -0700
committerBrett Cornwall2024-03-17 07:18:06 -0700
commit61f87bbcb0759fe1cc3027a45922f8de0cb3bda1 (patch)
treee1de5febe6deceaf708584cd94f23e59c9406d3f
parent6fb00ac171b0d28729202cae7dec812642204fb3 (diff)
downloadaur-61f87bbcb0759fe1cc3027a45922f8de0cb3bda1.tar.gz
upgpkg: 6.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27133e0f89a3..e906cc31898c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = asap
pkgdesc = Player of Atari 8-bit chiptunes for modern computers
- pkgver = 6.0.2
+ pkgver = 6.0.3
pkgrel = 1
url = http://asap.sourceforge.net
arch = x86_64
- license = GPL2
- source = https://downloads.sourceforge.net/asap/asap-6.0.2.tar.gz
+ license = GPL-2.0-only
+ source = https://downloads.sourceforge.net/asap/asap-6.0.3.tar.gz
source = cflags_ldflags_append.patch
- sha256sums = 3aa2cb01c9573e64e0b9398b5e40b698bb54722b37bb2f816e2c6c58c9d36bc5
+ sha256sums = 0bae15e2f29fef5d25f5b57dd87e2e130e91f727bc523e1b992413ed9209976a
sha256sums = 1c17f996fe616daa4dc14eabb20f3e58546873aab24abe7dcb1f27edc90fbd5c
pkgname = asap
diff --git a/PKGBUILD b/PKGBUILD
index 27ea9895c46a..4cb2d73647df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: nisk1
pkgname=asap
-pkgver=6.0.2
+pkgver=6.0.3
pkgrel=1
pkgdesc="Player of Atari 8-bit chiptunes for modern computers"
url="http://asap.sourceforge.net"
arch=('x86_64')
-license=('GPL2')
+license=('GPL-2.0-only')
source=(
"https://downloads.sourceforge.net/asap/${pkgname}-${pkgver}.tar.gz"
"cflags_ldflags_append.patch"
)
-sha256sums=('3aa2cb01c9573e64e0b9398b5e40b698bb54722b37bb2f816e2c6c58c9d36bc5'
+sha256sums=('0bae15e2f29fef5d25f5b57dd87e2e130e91f727bc523e1b992413ed9209976a'
'1c17f996fe616daa4dc14eabb20f3e58546873aab24abe7dcb1f27edc90fbd5c')
prepare() {