summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRewoundVHS2018-06-02 22:46:39 -0400
committerRewoundVHS2018-06-02 22:46:39 -0400
commite1593c4831be5845fee39b56e4357f90d8d3f0e9 (patch)
tree85fa7b15e0279f086b1ad3a4667695d1d5fb0c64
parent6e7e42f55920f28361eabe3b9957441ef942e984 (diff)
downloadaur-e1593c4831be5845fee39b56e4357f90d8d3f0e9.tar.gz
Fixed blank dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 742207bc2c60..ce572ebd135d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Tall and condensed bitmap font for geeks.'
arch=('any')
url="https://github.com/NerdyPepper/scientifica"
license=('SIL')
-depends=('')
+depends=()
makedepends=('git' 'xorg-font-utils')
source=('git+https://github.com/NerdyPepper/scientifica.git')
sha256sums=('SKIP')