summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-09-18 22:47:40 +0200
committerPhilip Goto2018-09-18 22:47:40 +0200
commitf072578b42e800dfe244151294626f0fe311c33b (patch)
tree8e2470d503d558a2950982402eed1ed970ed30a0 /PKGBUILD
parent86cf8313740838e4e63895a976abc50ae042a9b9 (diff)
downloadaur-cliqr.tar.gz
Add qrencode as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 943e4788c07e..00b73c070f95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Command line QR code generator"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/flipflop97/cliqr"
license=('Creative Commons Attribution-ShareAlike 4.0 International Public License')
+depends=('qrencode')
makedepends=('clang' 'qrencode')
provides=('cliqr')
source=("https://github.com/flipflop97/cliqr/archive/v1.0.0.zip")