gnu: l-smash: Fetch sources from git.

* gnu/packages/video.scm (l-smash)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-29 16:37:41 +01:00
parent d61236dffd
commit 45b2eff0aa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -3064,14 +3064,14 @@ save it to the appropriate filename.")
(name "l-smash") (name "l-smash")
(version "2.14.5") (version "2.14.5")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/" name "/" name "/archive/v" (url "https://github.com/l-smash/l-smash.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0dary0h65kq6sv93iabv25djlvzr5ckdcp3ywagbix44wqfw7xz6")))) "0rcq9727im6kd8da8b7kzzbzxdldvmh5nsljj9pvr4m3lj484b02"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests