gnu: flameshot: Fetch sources from git.

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

View File

@ -1457,13 +1457,14 @@ parsing, viewing, modifying, and saving this metadata.")
(version "0.5.1") (version "0.5.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/lupoDharkael/flameshot/archive/" (uri (git-reference
"v" version ".tar.gz")) (url "https://github.com/lupoDharkael/flameshot.git")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0kp451bqgssvg8n3sg60s3fifplm9l5kxiij0yxkl864p2mhw8im")))) "13h77np93r796jf289v4r687cmnpqkyqs34dm9gif4akaig74ky0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("qttools" ,qttools))) `(("qttools" ,qttools)))