summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason White2016-07-04 19:24:45 -0700
committerJason White2016-07-04 19:24:45 -0700
commitb5758a0ce6d888f1ce6e89e856b89628e15d6d72 (patch)
treea4d1235ae681ccbf2c2de63de3e0d8bac0f29667
parent5a60c10074ee160b575bf7421ccb4c146a0e0593 (diff)
downloadaur-b5758a0ce6d888f1ce6e89e856b89628e15d6d72.tar.gz
Fix typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be9884bc63b..f867eec0a47e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = button
license = MIT
makedepends = dmd
makedepends = dub
- depends = sqlite,
- depends = strace,
+ depends = sqlite
+ depends = strace
depends = button-lua
source = https://github.com/jasonwhite/button/archive/v0.0.1/button-0.0.1.tar.gz
md5sums = 8b01fddfe4a319d9ed62898d406fcb62
diff --git a/PKGBUILD b/PKGBUILD
index ef0d74649fbb..42c3c4fa5baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A fast, correct, and robust build system"
arch=('i686' 'x86_64')
url="https://github.com/jasonwhite/$pkgname"
license=('MIT')
-depends=('sqlite', 'strace', 'button-lua')
+depends=('sqlite' 'strace' 'button-lua')
makedepends=('dmd' 'dub')
source=("https://github.com/jasonwhite/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('8b01fddfe4a319d9ed62898d406fcb62')