summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2016-09-26 21:41:59 +0200
committerPhilip Goto2016-09-26 21:41:59 +0200
commitc83f99a1fa4e0a2d9bf4c7cd4fd8514a531a2a5b (patch)
treed21e406c41d840d55aea6fd1b6ab898df7d828ae
parentfb6545601f51058de004d5922e05da7c1f668526 (diff)
downloadaur-c83f99a1fa4e0a2d9bf4c7cd4fd8514a531a2a5b.tar.gz
Fix depecndency error in .SRCINFO
-rw-r--r--.SRCINFO22
1 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 308512daf714..a71ff8616435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = cliqr
-pkgdesc = Command line QR code generator
-pkgver = 1.0.0
-pkgrel = 1
-url = https://github.com/flipflop97/cliqr
-arch = any
-license = Creative Commons Attribution-ShareAlike 4.0 International Public License
-makedepends = git qrencode
-provides = cliqr
-source = cliqr::git+https://github.com/flipflop97/cliqr.git
-sha256sums = SKIP
+ pkgdesc = Command line QR code generator
+ pkgver = 1.0.0
+ pkgrel = 1
+ url = https://github.com/flipflop97/cliqr
+ arch = any
+ license = Creative Commons Attribution-ShareAlike 4.0 International Public License
+ makedepends = git
+ makedepends = qrencode
+ provides = cliqr
+ source = cliqr::git+https://github.com/flipflop97/cliqr.git
+ sha256sums = SKIP
+
pkgname = cliqr