[arch-commits] Commit in racket/trunk (PKGBUILD)
Kyle Keen
kkeen at archlinux.org
Thu Dec 3 10:38:35 UTC 2020
Date: Thursday, December 3, 2020 @ 10:38:33
Author: kkeen
Revision: 769411
upgpkg: racket 7.9-2
Modified:
racket/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-03 10:15:36 UTC (rev 769410)
+++ PKGBUILD 2020-12-03 10:38:33 UTC (rev 769411)
@@ -4,7 +4,7 @@
pkgbase=racket
pkgname=(racket racket-minimal)
pkgver=7.9
-pkgrel=1
+pkgrel=2
pkgdesc="A full-spectrum language with DrRacket IDE. Formerly known as PLT Scheme."
arch=('x86_64')
url="https://racket-lang.org/"
@@ -14,9 +14,11 @@
options=('!strip' '!emptydirs')
conflicts=('racket-docs')
replaces=('racket-docs')
-source=("https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz")
+# 7.9 was updated in place with a bugfix :-(
+# remove the cache-busting custom name next release
+source=("racket-7.9-bugfix-src.tgz::https://download.racket-lang.org/installers/${pkgver}/${pkgname}-${pkgver}-src.tgz")
# "https://mirror.racket-lang.org/installers/${pkgver}/racket-minimal-${pkgver}-src.tgz"
-sha1sums=('7e44c75260a6ad5bd641ec403f1fd0f2e7f9c0ac')
+sha1sums=('37847337ceb0515e282a348e2b93f099860a6bc0')
prepare() {
cd "$pkgbase-$pkgver"
More information about the arch-commits
mailing list