summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle2018-02-26 19:27:47 -0500
committerKyle2018-02-26 19:27:47 -0500
commit195026f1d99c3838c311dbcc43fddc4064008710 (patch)
treee772e48566d5e86454719db3ff1499b031987a98
parent90f5e71b5fd7257139e822790d516b32f9d48eab (diff)
downloadaur-195026f1d99c3838c311dbcc43fddc4064008710.tar.gz
fix the arrays
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fc089a887e..b584a0f5421c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 24 04:39:22 UTC 2018
+# Tue Feb 27 00:27:31 UTC 2018
pkgbase = files-f123light-git
pkgdesc = System and user configuration files, scripts and other files specific to F123Light, an ArchLinuxARM-based operating system for the Raspberry Pi 2 and 3
pkgver = 0.0
diff --git a/PKGBUILD b/PKGBUILD
index 86d09b47f8b0..8e8b9bc9d65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@ pkgdesc="System and user configuration files, scripts and other files specific t
arch=(any)
url="http://f123.org"
license=('GPL3')
-depends=
+depends=('')
makedepends=('git')
-provides=
-conflicts=
-options=
+provides=('')
+conflicts=('')
+options=('')
source=('git+https://github.com/F123/Files-F123Light.git')
md5sums=('SKIP')