gnu: zimg: Fetch sources from git.

* gnu/packages/image.scm (zimg)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-29 22:40:38 +01:00
parent d57b017ccc
commit ba185e2a63
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -1144,13 +1144,14 @@ ISO/IEC 15444-1).")
(version "2.5") (version "2.5")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/sekrit-twc/zimg/archive/" (uri (git-reference
"release-" version ".tar.gz")) (url "https://github.com/sekrit-twc/zimg.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "release-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0kbq2dy659645fmgxpzg38b6y6x82kwkydhc380kdkaikv2brcjh")))) "05krggiifbl6hyg2j3z8qz2k7si84g1qg9snhsnf1ml7mrhqhhlr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("autoconf" ,autoconf) `(("autoconf" ,autoconf)