summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-09-18 22:47:40 +0200
committerPhilip Goto2018-09-18 22:47:40 +0200
commitf072578b42e800dfe244151294626f0fe311c33b (patch)
tree8e2470d503d558a2950982402eed1ed970ed30a0
parent86cf8313740838e4e63895a976abc50ae042a9b9 (diff)
downloadaur-f072578b42e800dfe244151294626f0fe311c33b.tar.gz
Add qrencode as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9869f061554..9661c31909d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = cliqr
license = Creative Commons Attribution-ShareAlike 4.0 International Public License
makedepends = clang
makedepends = qrencode
+ depends = qrencode
provides = cliqr
source = https://github.com/flipflop97/cliqr/archive/v1.0.0.zip
sha256sums = 914982a5a60ccb96b3b4bec039b91f5f3074fd74e1ae01f14304a8dfba2c7fc2
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")