summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-28 22:12:39 +0100
committerStefan Husmann2017-02-28 22:12:39 +0100
commit960ae06e90874a4624daff6244f2ebe0aaadaf2d (patch)
tree550ff1261453e7894259ecf176d6305362313268
parent0c5bd637423a4a47f9d5f8c056f5f060788bde76 (diff)
downloadaur-960ae06e90874a4624daff6244f2ebe0aaadaf2d.tar.gz
add dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a1ef5c8a9ae..5a5c0283f7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = clx-truetype
pkgdesc = Use truetype fonts in common lisp
pkgver = 20160701
- pkgrel = 1
+ pkgrel = 2
url = http://filonenko-mikhail.github.io/clx-truetype/
arch = any
license = custom:unknown
+ depends = common-lisp
+ depends = cl-zpb-ttf
source = git+https://github.com/filonenko-mikhail/clx-truetype.git#commit=c6e10a918d46632324d5863a8ed067a83fc26de8
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cea0d3620839..604c43666091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=clx-truetype
pkgver=20160701
-pkgrel=1
+pkgrel=2
pkgdesc="Use truetype fonts in common lisp"
arch=('any')
url="http://filonenko-mikhail.github.io/clx-truetype/"
license=('custom:unknown')
+depends=('common-lisp' 'cl-zpb-ttf')
source=("git+https://github.com/filonenko-mikhail/clx-truetype.git#commit=c6e10a918d46632324d5863a8ed067a83fc26de8")
md5sums=('SKIP')