[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: retroarch: Don't use unstable tarball.
From: |
Tobias Geerinckx-Rice |
Subject: |
07/08: gnu: retroarch: Don't use unstable tarball. |
Date: |
Thu, 4 Oct 2018 00:29:04 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1fc346de4eb6881c087eae2c603a761b510e28f2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Oct 4 05:45:02 2018 +0200
gnu: retroarch: Don't use unstable tarball.
* gnu/packages/emulators.scm (retroarch)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emulators.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 443137f..a07ce29 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1058,12 +1058,13 @@ emulation community. It provides highly accurate
emulation.")
(version "1.7.4")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/libretro/RetroArch/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/libretro/RetroArch.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0h6y2hpjg4b470jvn9ghwp0k3a527sbb6xhia17frlm9w9v5028w"))))
+ (base32 "1gagdwydj6kl3gzi9z1rjgrbjvi325f8159fdaryzf5gjj8avp8m"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (9e783d0 -> 689ca9b), Tobias Geerinckx-Rice, 2018/10/04
- 06/08: gnu: ephoto: Fix typos in description., Tobias Geerinckx-Rice, 2018/10/04
- 08/08: gnu: retroarch: Update to 1.7.5., Tobias Geerinckx-Rice, 2018/10/04
- 05/08: gnu: perl-string-copyright: Update to 0.003006., Tobias Geerinckx-Rice, 2018/10/04
- 07/08: gnu: retroarch: Don't use unstable tarball.,
Tobias Geerinckx-Rice <=
- 04/08: gnu: rpm: Update to 4.14.2., Tobias Geerinckx-Rice, 2018/10/04
- 01/08: gnu: nickle: Update to 2.82., Tobias Geerinckx-Rice, 2018/10/04
- 02/08: gnu: imapfilter: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/10/04
- 03/08: gnu: imapfilter: Update to 2.6.12., Tobias Geerinckx-Rice, 2018/10/04