summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gonzalez Cabanelas2018-06-27 14:14:20 +0200
committerDaniel Gonzalez Cabanelas2018-06-27 14:14:20 +0200
commit36cdb18849721bcd7ced41a4d12f51d98fca4f72 (patch)
tree9071c64e086def005d27631be02475bff7107e9b
parent034402b71dae5a695e0411cfb09d58b77afa166d (diff)
downloadaur-36cdb18849721bcd7ced41a4d12f51d98fca4f72.tar.gz
fix quotes on dependency line
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afbfdb0e2630..a2adebf1e3fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 27 12:07:46 UTC 2018
+# Wed Jun 27 12:13:37 UTC 2018
pkgbase = osd_clock
pkgdesc = A clock which uses the X On-Screen Display library
pkgver = 0.6
@@ -8,7 +8,8 @@ pkgbase = osd_clock
arch = x86_64
license = GPL2
makedepends = make
- depends = xosd ttf-freefont
+ depends = xosd
+ depends = ttf-freefont
source = https://github.com/danitool/osd_clock/archive/0.6.tar.gz
md5sums = 93baed0d1bf3e81e649ac27c84fa8c18
diff --git a/PKGBUILD b/PKGBUILD
index 43bdf998ddc3..6d6d85d73d2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A clock which uses the X On-Screen Display library"
arch=('i686' 'x86_64')
source=("https://github.com/danitool/osd_clock/archive/${pkgver}.tar.gz")
license=('GPL2')
-depends=('xosd ttf-freefont')
+depends=('xosd' 'ttf-freefont')
makedepends=('make')
md5sums=('93baed0d1bf3e81e649ac27c84fa8c18')